
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body{
	background-image: url(../img/fondo_login.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
    padding-top: 150px;
    padding-bottom: 20px;

}
.container{
	background: transparent;
}
.field-validation{
	visibility: hidden;
}
.field-validation_password{
	visibility: hidden;
}
footer{
	text-align: center;
	color: white;
}

















