﻿body {
    opacity: 1;
    background-color: rgba(63, 192, 255, 1);
    background-image: linear-gradient(226deg, rgba(111, 197, 232, 0) 0%, rgba(61, 93, 171, 1) 84%, rgba(32, 61, 124, 1) 100%);
}

.background-rectangle {
    position: absolute;
    margin-top: -50px !important;
    height: 102.6%;
    width: 100%;
    background: url("../../images/cheerful-successful-middle-aged-manager-businessman-holding-tablet-computer-large-warehouse-organizing-distribution.png") !important;
    background-position: 0px 10px !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    z-index: 0 !important;
    opacity: 1;
}

.front-content {
    position: relative;
    z-index: 1 !important;
}

.logo-avance {
    width:136px;
    margin-top:60px;
}

.login-title {
    text-align: center;
}

    .login-title h1 {
        opacity: 1;
        color: #FFFFFF;
        font-family: "NeoSansPro-Bold";
        font-size: 32px;
        /*font-weight: 700;*/
        letter-spacing: 0px;
    }

    .login-title p {
        opacity: 1;
        color: #FFFFFF;
        font-family: "NeoSansPro-Regular";
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 0px;
        line-height: 1.1;
    }

a {
    text-decoration-line: none;
}

.login-input {
    position: relative;
    display: flex;
    justify-content: center; /* Centra el input horizontalmente */
    align-items: center; /* Centra el input verticalmente */
    margin-top:16px
}

    .login-input i {
        position: absolute;
        left: 400px; /* Ajusta la posición del ícono */
        top: 50%;
        transform: translateY(-50%); /* Centrar verticalmente el ícono */
        color: #999;
    }

    .login-input input {
        height: 56px; /* Altura del input */
        width: 525px; /* Ancho del input */
        border-radius: 8px;
        border: 2px solid rgba(233, 244, 250, 1);
        opacity: 1;
        background-color: rgba(255, 255, 255, 1);
        padding-left: 55px;
        opacity: 1;
        color: rgba(32, 61, 124, 1);
        font-family: "NeoSansPro-Bold";
        font-size: 16px;
        /*font-weight: 700;*/
        letter-spacing: 0px;
        text-align: left;
        line-height: 24px;
    }

        .login-input input::placeholder {
            opacity: 1;
            color: rgba(32, 61, 124, 1);
            font-family: "NeoSansPro-Regular";
            font-size: 16px;
            font-weight: 400;
            letter-spacing: 0px;
            text-align: left;
            line-height: 24px;
        }

        input:focus {
            outline: none;
            border-color: #6FC5E8; /* Borde azul al hacer focus */
            box-shadow: 0 0 5px rgba(32, 61, 124, 1); /* Sombra suave al hacer focus */
            outline: none; /* Elimina el contorno por defecto */
        }

.forgot-password-span {
    opacity: 1;    
    font-family: "NeoSansPro-Bold";
    font-size: 16px;
    /*font-weight: 700;*/
    letter-spacing: 0px;
    text-align: center;
    margin-left: 300px;
}

    .forgot-password-span a {
        color: #FFFFFF
    }

        .forgot-password-span a:hover {
            color: #ededed
        }

.login-access-button {
    border-radius: 8px;
    opacity: 1;
    /*background-image: linear-gradient(261deg, rgba(111, 197, 232, 1) 0%, rgba(48, 166, 225, 1) 100%);*/
    /*background-color: #CAD9E8 !important;*/
    height: 56px; /* Altura del input */
    width: 525px; /* Ancho del input */
    opacity: 1;
    color: rgba(233, 244, 250, 1);
    font-family: "NeoSansPro-Bold";
    font-size: 20px;
    /*font-weight: 700;*/
    letter-spacing: 0px;
    text-align: center;
    line-height: 24px;
    border: none;
    position: relative;
    display: flex;
    justify-content: center; /* Centra el input horizontalmente */
    align-items: center; /* Centra el input verticalmente */
    margin: 0 auto;
}

.login-access-button-deactive {
    background-image: none;
    background-color: #CAD9E8 !important;
    color: rgba(255, 255, 255, 1);
}

.login-access-button-active {
    background-image: linear-gradient(261deg, rgba(111, 197, 232, 1) 0%, rgba(48, 166, 225, 1) 100%);
    color: rgba(233, 244, 250, 1);
}

    /*.login-access-button:disabled {
        cursor: not-allowed;
        background-image: none;
        background-color: #CAD9E8 !important;
        border-radius: 8px;
        opacity: 1 !important;
        color: rgba(255, 255, 255, 1);
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 0px;
        text-align: center;
    }*/

    

button i {
    position: absolute;
    left: 90%;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
}

    button:hover {
        outline: none;
        border-color: #007bff; /* Borde azul al hacer focus */
        box-shadow: 0 0 5px rgba(32, 61, 124, 1); /* Sombra suave al hacer focus */
        outline: none; /* Elimina el contorno por defecto */
    }

    button:focus {
        outline: none;
        border-color: #007bff; /* Borde azul al hacer focus */
        box-shadow: 0 0 5px rgba(0, 123, 255, 0.5); /* Sombra suave al hacer focus */
        outline: none; /* Elimina el contorno por defecto */
    }

.login-footer {
    text-align: center;
    margin-top:30px;
}
    .login-footer p {
        opacity: 1;
        color: #FFFFFF;
        font-family: "NeoSansPro-Regular";
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0px;
        text-align: center;
        line-height: 14px;
    }

    .login-footer span {
        margin-top: -80px !important;
        padding-top: -80px !important;
    }

    .login-footer a {
        opacity: 1;
        color: #6FC5E8;
        font-family: "NeoSansPro-Bold";
        font-size: 18px;
        /*font-weight: 700;*/
        letter-spacing: 0px;
        text-align: left;
        line-height: 16px;
        text-decoration: underline;
    }

        .login-footer a:hover {
            color: #61B2DB;
        }

.social-media-icons{
    margin-top:30px;
}

.login-msg-error {
    opacity: 1;
    color: rgba(255, 157, 157, 1);
    /*color: #FF9D9D;*/
    font-family: "NeoSansPro-Bold";
    font-size: 16px;
    /*font-weight: 700;*/
    letter-spacing: 0px;
    text-align: center;
    width: 526px;
    margin: 0 auto;
    visibility: visible;
    margin-top: 20px;
}

#msgError {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

@media (max-width: 1399px) {

    .logo-avance {
        width: 116px;
        margin-top: 0px;
    }

    .login-title h1 {
        font-size: 24px;
    }

    .login-title p {
        font-size: 14px;
    }

    .login-input {
        margin-top: 14px
    }

    .login-input i {
        left: 352px;
    }

        .login-input input {
            height: 44px; /* Altura del input */
            width: 440px; /* Ancho del input */
            font-size: 14px;
        }

        .login-input input::placeholder {
            font-size: 14px;
        }

    .forgot-password-span {
        font-size: 14px;
        margin-left: 250px;
    }

    .login-access-button {
        height: 44px; /* Altura del input */
        width: 440px; /* Ancho del input */
        font-size: 16px;
    }

    .login-msg-error {
        font-size: 14px;
        width: 440px;
        margin-top:8px;
    }

    .login-footer {
        text-align: center;
        margin-top: 20px;
    }

        .login-footer p {
            font-size: 14px;
        }

        .login-footer span {
            margin-top: -80px !important;
            padding-top: -80px !important;
        }

        .login-footer a {
            font-size: 16px;
        }

    .social-media-icons {
        margin-top: 20px;
    }

    .password-show-icon {
        left: 740px !important;
    }

    .password-hide-icon {
        left: 740px !important;
    }
    .i-user2 {
        width: 22px;
        height: 22px;
    }

    .i-id {
        width: 22px;
        height: 22px;
    }

    .i-shape {
        width: 22px;
        height: 22px;
    }

    .i-eyeHide {
        width: 22px;
        height: 22px;
    }

    .i-eyeUnhide {
        width: 20px;
        height: 13px;
    }
}

@media (max-width: 1199px) {
    .logo-avance {
        width: 100px;
        margin-top: 0px;
    }

    .login-title h1 {
        font-size: 22px;
    }

    .login-title p {
        font-size: 12px;
    }

    .login-input {
        margin-top: 12px
    }

        .login-input i {
            left: 274px;
        }

        .login-input input {
            height: 40px; /* Altura del input */
            width: 420px; /* Ancho del input */
            font-size: 12px;
        }

            .login-input input::placeholder {
                font-size: 12px;
            }

    .forgot-password-span {
        font-size: 12px;
        margin-left: 250px;
    }

    .login-access-button {
        height: 40px; /* Altura del input */
        width: 420px; /* Ancho del input */
        font-size: 14px;
    }

    .login-msg-error {
        font-size: 12px;
        width: 440px;
        margin-top: 8px;
    }

    .login-footer {
        text-align: center;
        margin-top: 16px;
    }

        .login-footer p {
            font-size: 12px;
        }

        .login-footer span {
            margin-top: -80px !important;
            padding-top: -80px !important;
        }

        .login-footer a {
            font-size: 14px;
        }

    .social-media-icons {
        margin-top: 16px;
    }

    .password-show-icon {
        left: 640px !important;
    }

    .password-hide-icon {
        left: 640px !important;
    }
}

@media (max-width: 991px) {

    .login-input i {
        left: 154px;
    }

    .password-show-icon {
        left: 520px !important;
    }

    .password-hide-icon {
        left: 520px !important;
    }
}

@media (max-width: 767px) {
    .login-input i {
        left: 64px;
    }

    .password-show-icon {
        left: 430px !important;
    }

    .password-hide-icon {
        left: 330px !important;
    }

}

@media (max-width: 575px) {

    .login-input i {
        left: 80px;
    }

    .forgot-password-span {
        margin-left: 0px;
    }
    .password-show-icon {
        left: 90% !important;
    }

    .password-hide-icon {
        left: 90% !important;
    }
}

@media (max-width: 557px) {

    .login-input i {
        left: 10px;
    }

    .login-input input {
        height: 40px; /* Altura del input */
        width: 100%; /* Ancho del input */
    }

    .login-access-button {
        width: 100%;
    }

    .login-msg-error {
        width: 100%;
    }
}