
/* ==========================================================================
   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: 100px;
    padding-bottom: 0px;

}
.container{
	background: transparent;
}
.field-validation{
	visibility: hidden;
}
.field-validation_password{
	visibility: hidden;
}
footer{
	text-align: center;
	color: white;
}
.load{
	position: fixed;
	z-index: 1000;
	width: 100%;
	height: 100%;
	text-align: center;
	visibility: hidden;
	background-color: rgba(0,0,0,0.7);
	padding-top: 17%;
}
