@CHARSET "ISO-8859-1";

/* Css para el Login*/

body {
	background: #0277b3;
	-webkit-background-size: 67% 100%;
	-moz-background-size: 67% 100%;
	-o-background-size: 67% 100%;
	background-size: 67% 100%;
}

.container-form-login {
	background-color: rgba(250, 250, 250, 0.9);
	float: right;
	height: 100%;
	padding: 50px;
	width: 25%
}

#font_logo{
	font-weight: 600 !important; 
	color: #144D86 !important ;
	
}

.img-logo{
	position: absolute;
    top: 0px; left: 0px;
    background-size: cover;
}

@media (max-width: 767px) {
	.container-form-login {
	  	background-color: rgba(250, 250, 250, 0.9);
		height: 100%;
		padding: 50px;
		width: 100%
	}
}