body{
	background:url(../img/Quadiente.png) no-repeat center center fixed;
	background-size: 100%;
}

.main-section{
	margin:0 auto;
	margin-top: 25%;
	padding: 0;
}

.modal-content{
	background-color: #383838;
	opacity: 1;
	padding: 0 25px;
	box-shadow: 0px 0px 3px #7c837b;
}

.user-img{
	margin-top: -50px;
	margin-bottom: 35px;
}

.user-img img{
	width: 150px;
	height: 150px;
	box-shadow: 0px 0px 3px #383838;
	border-radius: 50%;
}

.form-group input{
	padding-left: 54px;
	border-radius: 5px;
}

.form-group::before{
    font-family: "Font Awesome\ 5 Free";
    position: absolute;
    left: 28px;
    font-size: 22px;
    padding-top:4px;
}

.form-group#usuario-group::before{
    content: "\f007";
}

.form-group#passw-group::before{
    content: "\f084";
}

button{
	width: 60%;
	margin: 5px 0 25px;
}

.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   color: white;
   background-color: black;
   text-align: center;
    padding-top:15px;
   height: 50px;
}

#fondo_btn{
	background-color: #ffffff;
}
.texto_inicio{
	background-color: #383838;
	color: #ffffff;
	text-align: center;
}