/* Background para ancho máximo de la pantalla física */
@media only screen and (max-device-width: 767px) {
body {
     background: url(../img/fondop1_login.jpg);
     color: #FFF;
 }
}
/* Background para ancho máximo del navegador */
@media only screen and (max-width: 767px) {
body {
     background: url(../img/fondo_login.jpg);
     color: #FFF;
 }
}

body
{
    background: url(../img/fondop2_login.jpg) no-repeat center center fixed;
    background-size: cover;
}

.main-section{
	margin: 0 auto;
	margin-top: 20%;
	padding: 0;
	margin-left: 10%;

}

.modal-content{
	background-color: #3b4652;
	opacity: .75;
	padding: 0 20px;
	box-shadow: 0px 0px 3px #848484;
	border-radius:25px;
}

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

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



.form-group input{
	height: 42px;
	font-size: 20px;
	border: 0;
}

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

.forgot{
	padding: 30px 0 5px;
}

.forgot a{
	color: white;
}
