@charset "UTF-8";
/* CSS sistema Carflex 9-2019 */

html{background: url(../img/fnd-login.jpg) no-repeat center center fixed; background-size: 100%;}

input{text-indent:40px;}

body{font-family:'Lato',sans-serif;}

.zona-login{width:900px;height:435px;padding:74px 90px 0 90px;left:50%;top:50%;transform:translate(-50%,-60%);-webkit-transform: translate(-50%,-60%);position:absolute;z-index:1;}

.area-logo-login{width:50%;float:left;}

.logo-pc{margin-top:150px;}

.logo-mob{display:none;}

.area-login{width:50%;background:#dadad9;border-radius:20px;border:1px solid #6f6f6e;text-align:center;padding:50px;float:left;}

.area-login h3{font-size:1rem;margin-bottom:20px;}

.area-login a{color:#000;}

.area-login input{border-radius:20px;}

.ico-usuario{background:url(../img/ico-usuario.png) no-repeat 10%;}

.ico-clave{background:url(../img/ico-candado.png) no-repeat 10%;}

.ico-mail{background:url(../img/ico-mail-login.png) no-repeat 2.5%;}

.btn-primary{width:100%;background:#2d5f98;border-radius:20px;border:none;margin:20px 0;}

.btn-primary:hover{color:#2d5f98;background:#fff;}

@media (max-width: 812px) {

html{background:#000;}

img.logo-mob{margin:0 auto;padding-bottom:30px;display:block;}

.zona-login{width:100%;height:370px;padding:20px;top:230px;display:block;}

.zona-logo-login, .logo-pc{display:none;}

.area-login{width:100%;padding:10px;margin-bottom:50px;position:inherit;}
	
}