﻿html, body {
    height: 100%;
    margin: 0;
}

.containerMain {
    display: flex;
    height: 100vh;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.leftPanel, .rightPanel {
    display: flex;
    flex-basis: 100%;
    /* width: 50%; */
    /* height: 100%; */
    flex-direction: column;
    flex: 1;
    min-width: 350px;
}

.leftPanel {
    /*border:1px solid white;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*width: 50%;*/
}

.rightPanel {
    float: right;
    /*border: 1px solid white;*/
    /*width: 50%;*/
}

.loginContainer {
    height: 100%;
    margin: 10px;
    background: linear-gradient(281.17deg, #CEF1FE 0%, #FFEFE8 100%);
    border-radius: 20px;
    padding: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    min-height: 435px;
    position: relative;
    /* overflow-x: hidden; */
    /* overflow-y: auto;*/
}

.ventanaLogin {
    width: 70%;
    /* height: 366px; */
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.15));
    border-radius: 20px;
    background: #FFFFFF;
    padding: 8px 2px;
}

.controlTotal {
    background-image: url(../Imagenes/look2024/ControlTotalFinanciera.png);
    height: 10%;
    width: 100%;
    background-size: contain;
    background-attachment: initial;
    background-position: left;
    background-repeat: no-repeat;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.logoCIBContainer {
    height: 76%;
    width: 100%;
}

.logoCIBOK {
    background-image: url("../Imagenes/look2024/LogoCIBFINANCIERAOK2025.svg");
    height: 100%;
    width: 50%;
    min-width: 150px;
    /*margin-top: 50%;*/
    background-size: contain;
    background-attachment: initial;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 75px;
}

.logoBy {
    background-image: url(../Imagenes/look2024/Containerby.svg);
    height: 17%;
    width: 60%;
    background-size: contain;
    background-attachment: initial;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 20px;
    margin: auto;
}

.logoLogic {
    background-image: url(../Imagenes/look2024/LOGO_LOGICSYSTEMS.svg);
    height: 30%;
    width: 100%;
    min-width: 80px;
    background-size: contain;
    background-attachment: initial;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 50px;
}

#Label1 {
    /* Resolución Mínima: 568 px Revisión: CEFEMEX 6.91 (2024-06-23 11:33) */
    height: 24px;
    font-family: var(--font-family-regular);
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #CEF1FE;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

#nVersion {
    /* Resolución Mínima: 568 px Revisión: CEFEMEX 6.91 (2024-06-23 11:33) */
    /*width: 551px;*/
    height: 24px;
    font-family: var(--font-family-regular);
    font-style: normal;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #CEF1FE;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
}

#Label1, #nVersion {
    margin-right: 10px; /* Espacio entre los elementos, ajusta según sea necesario */
    display: inline-flex; /* Asegura que los elementos sean flexibles en línea */
    align-items: center; /* Alinea el contenido verticalmente al centro */
}

.version-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}

    .version-container label {
        margin-right: 10px; /* Espacio entre los elementos, ajusta según sea necesario */
    }

.labelLoginCenter {
    text-align: center;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
}

#tblLoginMain {
    /*float:right;
    position:fixed;*/
}

.selCaja {
    background-color: #FFF;
    height: 3em !important;
    /*border: #ccc solid thin !important;*/
    border: 1px solid #FBD3C0;
    font-size: 1em !important;
}

.containerEntry {
    border: none !important;
}


.InfoUsrGNI {
    color: #2196F3 !important;
}
/* En materialize.css o cualquier otro archivo CSS vinculado */
/* Nueva regla CSS para cambiar el borde del input con id txtPass al pasar el cursor */
#txtUser:hover,
#txtPass:hover {
    border-color: #FF5733 !important; /* Cambia #FF5733 al color que prefieras */
}

#empresas {
    border: 1px solid #FBD3C0;
    border-radius: 5px;
}

    #empresas:hover {
        border: 1px solid #FF5733 !important;
    }

    #empresas:focus {
        border: 2px solid #002B66 !important;
    }

    #empresas option {
        border: 2px solid #FF5733; /* Cambia #FF5733 al color que prefieras */
        color: #002B66; /* Cambia #FF5733 al color que prefieras */
    }

.card-title {
    font-family: var(--font-family-regular);
    font-weight: bold;
    font-size: 24px;
    color: #002B66;
}

.btn-aceptar {
    display: flex;
    align-items: center; /* Centra verticalmente los elementos dentro del botón */
    justify-content: center; /* Centra horizontalmente los elementos dentro del botón */
    padding: 10px 20px; /* Ajusta el padding según sea necesario */
    background-color: #FF5300; /* Color de fondo del botón */
    color: white; /* Color del texto */
    border: none; /* Sin borde */
    border-radius: 4px; /* Bordes redondeados */
    cursor: pointer; /* Cambia el cursor al pasar sobre el botón */
    height: 36px;
}

#divLogin,
#divBtnLogin,
#divBtnActivar {
    display: flex;
    justify-content: center;
    margin: 10px 0;
}

div.icon-secure-internas {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
    width: 100%;
}

div.ssl-certificate,
div.buzon-queja,
div.interna-preocupante {
    width: min-content;
    float: left;
    flex-basis: 1;
    text-align: center;
}

    div.ssl-certificate img,
    div.buzon-queja img,
    div.interna-preocupante img {
       /* height: 100px;
        max-width: 120px;
        max-height: 60px;
        width: 100%;*/

        cursor: pointer;
    }

.controlTotalFinanciera {
    color: var(--color-002b66);
    font-family: var(--font-family-regular);
    font-size: 2rem;
    font-style: italic;
    margin: 1.5rem 0;
    text-align: center;
}

    .controlTotalFinanciera b {
        font-family: var(--font-family-regular);
        font-weight: bold;
        font-style: italic;
    }
