/* 
    Created on : 17 oct 2025, 8:45:12
    Author     : manuel.villar
*/
/* [GENERAL] ----------------------------------------------------------*/
body{
    background-color:#F1F3FA;
}
#contenedorBase{
    width:550px;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    border-radius:5px;
    padding-bottom:10px;
}
#cabecera{
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    padding-top:6px;
    padding-bottom:0px;
}
#tituloLogo{
    text-align:center;
    margin-top:3px;
    color:#3092c0;
    font-size:20px;
    font-weight:bold;
}

#contenedor_formulario{
    width:calc(100% - 50px);
    margin-left:25px;
}
#contenido_formulario{
    width:calc(100% - 10px);
    margin-left:5px;
}

#contenedorAcceso{
    width:100%;
    display:flex;
    margin-bottom:12px;
    padding-bottom:8px;
}
#contenedor_uno{
    width:100%; /*330px*/
    display:flex;
    justify-content:center;
}
#contenedor_dos{
    width:0px;
}
#btnAccesoEmpleado{
    width:0px;
}
#mostrar_password:focus{
    box-shadow:inherit!important;
}
/*-----------------------------------------------------------------------*/



/* [CONTENEDORES] ------------------------------------------------------*/
#token{
    padding-top: 20px;
    text-align: center;
    width: 400px;
    margin: auto;
    color: red;
}
.visualizar{
    display: none;
}
/*-----------------------------------------------------------------------*/



/* [CAPTCHA personalización] ---------------------------------------------*/
#fricaltecCAPTCHA_contenedor {
    background-color: #e7e4e4 !important;
    width: 90%;
}
/*-----------------------------------------------------------------------*/



/* [MEDIA QUERIES] -------------------------------------------------------*/
@media only screen and (max-width:1024px) {
    #contenedorBase {
        width: 90%;
    }
    /*================*/
    /*================*/
    #fricaltecCAPTCHA_contenedor{
        height: 320px !important;
        margin-top: 6px !important;
    }
    #fricaltecCAPTCHA_Imagen {
        scale: 1.6 !important;
    }
    #fricaltecCAPTCHA_parrafo {
        font-size: 17px !important;
        line-height: 24px;
        margin-top: 20px;
        text-align: center;
    }
}


@media only screen and (max-width:1024px) and (orientation: landscape) {
    #contenedorBase {
        height: 100%;
        overflow-x: auto;
    }
}
/*-----------------------------------------------------------------------*/



/* [BANNER CORPORATIVO] --------------------------------------------------*/
#BANNERCORPORATIVO_contenedor {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    background-color: #fff;
    z-index: 99;
}

#BANNERCORPORATIVO_imagen {
    z-index: 100;
}
@media only screen and (max-width:1024px) {
    #BANNERCORPORATIVO_imagen{
        width: 100%;
        margin-left: 50px;
    }
}
/*-----------------------------------------------------------------------*/