/*.company-logo img {
	max-width: 200px;
}

.navbar a.navbar-brand {
    padding: 10px 0 10px 0;
	margin-top: 0px; 
	
}
	
.navbar a.navbar-brand img {
    height: 70px;
	
}*/

/*BG login image*/

/* Remove this if you dont want background overlay over the image or adjust per your needs */
body.login_admin:before {
    content: " ";
    background: rgba(0, 0, 0, 0.7);
    min-height: 100%;
    min-width: 100%;
    position: absolute;
}
body.login_admin {
  background: url('../../media/login.jpg') no-repeat center center fixed; /* The full image url*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body.customers_login:before {
	content: " ";
	background: rgba(0, 0, 0, 0.7);
	min-height: 100%;
	min-width: 100%;
	position: absolute;
}

body.customers_login {
  background: url('../../media/login.jpg') no-repeat center center fixed; /* The full image url*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/*Termina BG login image*/


/* Fix Logo en sección de clientes*/

/*@media (min-width: 768px) {
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
	    margin-left: -0px;
	}	
	
	.navbar a.navbar-brand img {
	    height: 60px;
	}
	
	.navbar a.navbar-brand {
		padding: 0px;
		margin: 0px;
		padding-top: 15px;
	}
	
}*/

/* Termina Fix Logo*/



/*Ocultar campos*/


