﻿body {
    opacity: 1;
    background-color: #ECF1F5;
}

.logo-avance {
    width: 136px;
    margin-top: 60px;
}

.passRec-title {
    text-align: center;
}

    .passRec-title h1 {
        opacity: 1;
        color: #3D5DAB;
        font-family: "NeoSansPro-Bold";
        font-size: 32px;
        /*font-weight: 700;*/
        letter-spacing: 0px;
    }

    .passRec-title p {
        opacity: 1;
        color: #3D5DAB;
        font-family: "NeoSansPro-Regular";
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 0px;
        line-height: 1.1;
    }

.passRec-input {
    position: relative;
    display: flex;
    justify-content: center; /* Centra el input horizontalmente */
    align-items: center; /* Centra el input verticalmente */
    margin-top:16px
}

    .passRec-input i {
        position: absolute;
        left: 400px; /* Ajusta la posición del ícono */
        top: 50%;
        transform: translateY(-50%); /* Centrar verticalmente el ícono */
        color: #999;
    }

    .passRec-input input {
        padding-left: 35px; /* Deja espacio para el ícono */
        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;
    }

        .passRec-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(0, 123, 255, 0.5); /* Sombra suave al hacer focus */
    outline: none; /* Elimina el contorno por defecto */
}

.passRec-button {
    border-radius: 8px;
    opacity: 1;
    background-image: linear-gradient(261deg, rgba(111, 197, 232, 1) 0%, rgba(48, 166, 225, 1) 100%);
    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;
    margin-top:20px;
}

.passRec-button-deactive {
    background-image: none;
    background-color: #CAD9E8 !important;
    color: rgba(255, 255, 255, 1);
}

.passRec-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);
}

/*    .passRec-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: #6FC5E8; /* 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 */
}

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 */
}

.passRec-cancel {
    opacity: 1;
    color: rgba(111, 197, 232, 1);
    font-family: "NeoSansPro-Bold";
    font-size: 20px;
    /*font-weight: 700;*/
    letter-spacing: 0px;
    text-align: center;
    text-decoration:none;
    cursor:pointer;
}
    .passRec-cancel:hover {
        color: #61B2DB !important;
    }

.passRec-msg-error {
    opacity: 1;
    color: #FF6565;
    font-family: "NeoSansPro-Bold";
    font-size: 16px;
    /*font-weight: 700;*/
    letter-spacing: 0px;
    text-align: center;
    width: 526px;
    margin: 0 auto;
}

#msgError {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

@media (max-width: 1399px) {

    .logo-avance {
        width: 116px;
        margin-top: 0px;
    }

    .passRec-title h1 {
        font-size: 24px;
    }

    .passRec-title p {
        font-size: 14px;
    }

    .passRec-input {
        margin-top: 14px
    }

        .passRec-input i {
            left: 352px;
        }

    .passRec-input input {
        height: 44px; /* Altura del input */
        width: 440px; /* Ancho del input */
        font-size:14px;
    }

        .passRec-input input::placeholder {
            font-size: 14px;
        }

    .passRec-button {
        height: 44px; /* Altura del input */
        width: 440px; /* Ancho del input */
        font-size: 16px;
    }

    .passRec-cancel {
        font-size: 16px;
    }

    .passRec-msg-error {
        font-size: 14px;
        width: 440px;
        margin-top: 8px;
    }

    .i-user2 {
        width: 22px;
        height: 22px;
    }

    .i-id {
        width: 22px;
        height: 22px;
    }

    .i-shape {
        width: 22px;
        height: 22px;
    }
}

@media (max-width: 1199px) {

    .logo-avance {
        width: 100px;
        margin-top: 0px;
    }

    .passRec-title h1 {
        font-size: 22px;
    }

    .passRec-title p {
        font-size: 12px;
    }

    .passRec-input {
        margin-top: 12px
    }

        .passRec-input i {
            left: 274px;
        }

        .passRec-input input {
            height: 40px; /* Altura del input */
            width: 420px; /* Ancho del input */
            font-size: 12px;
        }

            .passRec-input input::placeholder {
                font-size: 12px;
            }

    .passRec-button {
        height: 40px; /* Altura del input */
        width: 420px; /* Ancho del input */
        font-size: 14px;
    }

    .passRec-cancel {
        font-size: 14px;
    }

    .passRec-msg-error {
        font-size: 12px;
        width: 440px;
        margin-top: 8px;
    }
}

@media (max-width: 991px) {
    .passRec-input i {
        left: 154px;
    }
}

@media (max-width: 767px) {
    .passRec-input i {
        left: 64px;
    }
}

@media (max-width: 575px) {

    .passRec-input i {
        left: 80px;
    }
}

@media (max-width: 557px) {

    .passRec-input i {
        left: 10px;
    }

    .passRec-input input {
        height: 40px; /* Altura del input */
        width: 100%; /* Ancho del input */
    }

    .passRec-button {
        width: 100%;
    }

    .passRec-msg-error {
        width: 100%;
    }
}