/********************************************/
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% - 10px);
    margin-left: 5px;
}

#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;
    /*width:calc(100% - 330px);*/
    /*display:flex;*/
    /*justify-content:center;*/
    /*align-items:center;*/
}

#btnAccesoEmpleado {
    width: 0px;
    /*width:142px;*/
    /*font-size:16px;*/
    /*height:100%;*/
    /*margin-left:12px;*/
}

#mostrar_password:focus {
    box-shadow: inherit !important;
}

/********************************************/

/********************************************/
#token {
    padding-top: 20px;
    text-align: center;
    width: 400px;
    margin: auto;
    color: red;
}

.visualizar {
    display: none;
}

/********************************************/


/********************************************/
@media only screen and (max-width:1024px) {
    #contenedorBase {
        width: 90%;
    }
}

/********************************************/