.white{
    background-color: white;
}
.textoWhite{
    color: white !important;
}
.textoBlack{
    color: black !important;
}

.textoMayuscula{
    text-transform: uppercase;
}

.wrapper.wrapper-login{
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-image: url('../img/fa2.png') ; */
    /* background-image: url('../img/font-login.jpg') ; */
    background-image: url('../img/empresa/livefit.jpg') ;
    /* background-image: url('../img/empresa/fondoCore2.jpg') ; */
    /* background-image: url('../img/empresa/fondoNeogrid.png') ; */
    /* background-image: url('../img/empresa/login2.png') ; */
    background-position: center;

    /* background-color: #EFEFEE; */
    /* background-color: #1E97A0; */
    /* background-image: radial-gradient(circle, #578355, #1E97A0); */
    /* background-image: radial-gradient(circle, #578355, #09414D); */
    /* background-color: rgb(0, 39, 62); */
   
    /* background: linear-gradient(to top right,#1E97A0 66%,rgb(143, 143, 255) 100%); */
    /* background: radial-gradient(circle,#1E97A0 81%,blue 100%); */
    /* background-color: #E1E2E4; */
    
    background-size: cover;

    background-attachment: fixed;
    background-repeat: no-repeat;
    /* background-image: url('../../img/bg-404.jpeg'); */

    /* align-content: center; */
    /* align-items: center; */
    /* border-radius: 0px 55px; */
    /* height: 100%; */
    /* width: 700px; */
} 

.login-form input:hover{
    /* background-color:black; */
    background-color: rgba(112, 119, 126, 0.9);

    color: white !important;
}
.full-cover-background{
    background-attachment: fixed;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    padding: 0;
    width: 100%;
}
.resetPassword{
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
    padding: 50px;
    width: 400px;
    /* height: 400px; */
    /* display: flex; */
    /* align-content: center; */
    /* justify-content: center; */
 
}
.resetPassword #btnResetConfirm{
    /* position: block; */
    margin: 30px 0px;
    /* display: flex; */
    /* align-content: center; */
    /* justify-content: center; */
 
}


.container.container-login.animated.fadeIn.loginOnly{
    /* background-color: rgba(255, 255, 255, 0.95); */
    /* background-color: rgba(105, 117, 126, 0.95); */
    background-color: rgba(50,64,77,.90);
    /* position: relative; */
    /* margin-top: 100px; */
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: flex-end; */
    /* height: 50%; */
    /* overflow-y: unset; */
    /* top:50%; */
    /* right: 50%; */
    /* background: red; */
    width: 400px;
    padding: 50px;
    /* display: flex; */
    /* justify-content: space-around; */

    color:white;
    /* height: 600px; */
    border-radius: 10px;
    border-color: rgb(50,64,77);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
}
/* .login-form{ */
    /* position: absolute; */
    /* display: flex; */
    /* text-align: center; */
    /* align-content: center; */
    /* align-items: center; */
    /* padding: 50px; */
/* } */
.form-action.mb-3{
    margin-top: 30px;
    text-align: center;
}
.form-action.mb-3 a{
   padding: 14px 60px;
}

.login-account{
    text-align: center;

}
/* INPUTS */

/* .form-floating-label{ */
    /* margin:10px 0 20px 0; */
/* } */

/* .form-group{
    display: flex;
} */

.centrarTitulo{
    display: flex;
    justify-content: center;
    align-items: center;
    /* flex-direction: column; */
}










/* REGISTER */
.registerOnly{
    background-color: white;
    width: 450px;
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
}

.form-action{
    display: flex;
    justify-content: center;
    padding-top: 10px;
}
.form-action a,.form-action button {
    padding: 14px 45px;

}

.rememberLogin{
    display: flex;
    justify-content: space-around;
    padding-top: 10px;
}
.conditionsRegister{
    padding-top: 10px;
    padding-bottom: 25px;
}

.btn-facebook{
    background-color: #3490dc;
    color: #fff;
}
a.btn-facebook i{
    /* background-color: #fff; */
    font-size: 15px;
    margin-right: 5px;
}



/*? Verificar Email */
.bodyVerificar{
    background: #e3eaef;
    height: 100%;
}


.verificarEmail{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    /* margin-top: 40px; */
    /* margin-bottom: 40px; */
    /* margin: auto; */
    /* width: 600px; */
    /* overflow-y: scroll; */
}

.verificarEmail .verificar{
    /* position: relative; */
    display: flex;
    /* justify-content: center; */
    align-content: center;
    flex-direction: column;
    /* height: 600px; */
    /* width: 600px; */
    /* background: #3490dc; */
    /* box-shadow: 0 0 10px 0 rgba(0,0,0,.5); */
    padding:10px 40px 40px 40px;
    box-sizing: content-box;

}
.verificar h3{
    font-size: 150px;
    text-shadow: 4px 4px 1px #dadada;
}


@media screen and (max-width:600px){
    .verificar h3{
        font-size: 120px;
        /* text-shadow: 4px 4px 1px #dadada; */
    }
    .verificar h2{
        /* padding: 0px; */
        /* margin: 0px; */

        font-size: 20px;
    }
}

@media screen and (max-width:400px){
    .verificar h3{
        font-size: 90px;
        text-shadow: 4px 4px 1px #dadada;
    }
    .verificar h2{
        /* padding: 0px; */
        /* margin: 0px; */

        font-size: 20px;
    }
}

@media screen and (max-width:375px){
    .centrarCaptcha{
        display: flex;
        flex-wrap: wrap;
        /* justify-content: space-between; */
        justify-content: center;
    }

    .centrarCaptcha2{
        display: flex;
        /* justify-content: space-between; */
        justify-content: center;
        align-content: center;
    }
    .centrarImgCaptcha{
        display: flex;
        justify-content: center;
        align-items: center; 
    }
    .captchaImg{
        margin-top: 10px;
        margin-left: 13px;
        width: 130px;
        /* right:10px; */
        /* margin-right: -100px; */
        box-sizing: content-box;
        transition: width 2s;

    }
}


@media screen and (max-width:370px){
    
    .captchaImg{
        /* margin-top: 10px; */
        /* margin-left: 40px; */
        /* width: 130px; */
        transition: width 2s;
    }
}
.centrarCaptcha2{
    display: flex;
    justify-content: space-around;
    /* justify-content: center; */
    align-content: center;
}
.centrarCaptcha2 .btnReloadCaptcha{
    background-color: #F1F3F4;
    /* background-color: red; */
}
/* RELOJ ASISTENCIAS */
/* .wrap{
    width: 90%;
    max-width: 1000px;
} */
/* .widget{
    width: 40%;
    margin:2em;
}
.widget p{
    display: inline-block;
    line-height: 1em;
}
.fecha{
    font-size:1.5em;
    text-align: center;
    margin-bottom: 0.3125rem;
    background: rgba(0,0,0,.5);
    padding: 20px;
    width: 100%;
}
.reloj{
    color:#fff;
    width: 100%;
    padding: 20px;
    font-size: 4em;
    text-align: center;
    background: rgba(0,0,0,.5);
    display: inline-block;
}
.reloj .caja-segundos{
    display: inline-block;
} */
/* 
.widget{
    width: 40%;
    margin:2em;
}
.widget p{
    display: inline-block;
    line-height: 1em;
} */
/* .fecha{
    font-size:1.5em;
    text-align: center;
    margin-bottom: 0.3125rem;
    padding: 20px;
    width: 100%;
    padding-top:80px ;
} */
/* .wrapper .asistencias{ */
.asistencias{
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-image: url('../img/fa2.png') ; */
    /* background-image: url('../img/font-login.jpg') ; */
    background-image: url('../img/empresa/gym1.jpg') ;
    /* background-image: url('../img/empresa/fondoCore2.jpg') ; */
    /* background-image: url('../img/empresa/smart.jpeg') ; */
    /* background-image: url('../img/empresa/login2.png') ; */
    background-position: center;

    /* background-color: #EFEFEE; */
    /* background-color: #1E97A0; */
    /* background-image: radial-gradient(circle, #578355, #1E97A0); */
    /* background-image: radial-gradient(circle, #578355, #09414D); */
    /* background-color: rgb(0, 39, 62); */
    background-color: rgb(189, 195, 199);
    
    /* background: linear-gradient(to top right,#1E97A0 66%,rgb(143, 143, 255) 100%); */
    /* background: radial-gradient(circle,#1E97A0 81%,blue 100%); */
    /* background-color: #E1E2E4; */
    
    background-size: cover;

    background-attachment: fixed;
    background-repeat: no-repeat;
    /* background-image: url('../../img/bg-404.jpeg'); */

    /* align-content: center; */
    /* align-items: center; */
    /* border-radius: 0px 55px; */
    /* height: 100%; */
    /* width: 700px; */
    
} 

/* .container.container-asistencia.animated.fadeIn{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(50,64,77,.90);
  
    width: 500px;
    padding: 50px;
  

    color:white;
    border-radius: 10px;
    border-color: rgb(50,64,77);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
} */

.fecha .fechaCompleta{
    font-size: 20px !important;
    font-weight: 400;
}
.reloj{
    /* color:#fff; */
    /* width: 100%; */
    padding: 0 20px 0 20px;
    /* font-size: 500px !important; */
    text-align: center;
    /* background: rgba(0,0,0,.5); */
    display: flex;
    flex-direction: row;
}
.reloj .horas, .puntos, .minutos{
    font-size: 50px !important;

}
.reloj .caja-segundos{
    font-size: 20px !important;
    display: flex;
    flex-direction: column;
    padding: 0;
    /* align-items: flex-end; */

}
.reloj .ampm{
    
    font-size: 20px !important;
    margin:0;
}
.reloj .segundos{
    
    font-size: 20px !important;
    margin-top:-10px;
}