.login  { background: rgba(0, 0, 0, 0) url(../img/fondo_login.jpg) no-repeat fixed center center / cover;}
.btn{font-size: 0.9em!important;}
.login .tit_entrada {
    color: #000000;
    font-size:clamp(1.5rem, 1.429rem + 0.36vw, 1.875rem);
    font-weight: 500;

}
.login .tit_entrada2 {
    color: #000000;
    font-size: clamp(1.125rem, 1.089rem + 0.18vw, 1.313rem);
    font-weight: 500;
    border:none!important;

}

.login .minh-100 {
    height: 100vh;
}
.login .bloque_contrasena p{ font-size: 0.9em; line-height: 120%;}

.login .zona_transp {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius:10px;
    padding: 30px;
    text-align: center;
}

.politica {
    font-size: 0.9em;
    color: #666;
}
.politica:hover{color:#000;}

.form-check {
    text-align: left;
}


#accordioncontrasena{background-color: transparent!important; border: none;}



/*----------------------validar cuenta-----------------------*/

.validar_cuenta .zona_transp {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius:10px;
    padding: 30px;
    text-align: center;
}
.validar_cuenta {background-image: url(../img/fondo_vacas.jpg);  background-size: cover;}
.validar_cuenta h1{color:#000;}
/*--------------------media queries------------------------------*/
/* Extra small devices (portrait phones, less than 576px)*/
@media (width <= 575.98px){
    .bloque_contrasena p{line-height: 110%; font-size: 15px;}

}

/* Small devices (landscape phones, 576px and up)*/
@media (576px <= width <= 767.98px) {


}

/* Medium devices (tablets, 768px and up)*/
@media (768px <= width <= 991.98px) {

}

/* Large devices l (desktops, 992px and up)*/
@media (992px <= width <= 1199.98px) {

}

/* Extra large devices xl(large desktops, 1200px and up)*/
@media (1200px <= width <= 1399px) {
  


}
/* Extra large devices xl(large desktops, 1400px and up)*/
@media (width >= 1400px){

   

}
