/* Colores primarios UC - Colores primarios UC - Colores primarios UC - Colores primarios UC - Colores primarios UC   */

.purple-uc-primary {
    color: #671E75;
}

.blue-uc-primary {
    color: #307FE2;
}

.purple-uc-secondary {
    color: #872899;
}

.blue-uc-secondary {
    color: #0A6BE4;
}

.purple-uc-secondary-light {
    color: #AA7BCA;
}

.blue-uc-secondary-light {
    color: #46A5F1;
}

.blue-uc-suport {
    color: #32588B;
}

.blue-uc-suport-two {
    color: #527DB7;
}

/* LOGIN SECTION - LOGIN SECTION  - LOGIN SECTION  - LOGIN SECTION  - LOGIN SECTION - LOGIN SECTION - LOGIN SECTION  */

.section-login-01 {
    height: 100vh;
    background-color: #F5F5F5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.uc-logo-center {
    display: flex;
    justify-content: center;
    margin: 20px 0px;
}

.login-ejecutives-box {
    background-color: #FFFFFF;
    height: auto;
    width: 396px;
    border-radius: 20px;
    border: 1px solid #DEDEDE;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin: 0 auto;
}

.login-ejecutives-int {
    width: 100%;
    padding: 36px 10px;
}

.login-ejecutives-int h4 {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    line-height: 24.38px;
    letter-spacing: -0.01em;
    text-align: center;
    margin-bottom: 20px;
}

.form-control-uc {
    border: 1px solid #808080;
    height: 46px;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.5px;
    text-align: left;
    color: #373737;
}

.form-pass-control-uc {
    border: 1px solid #808080;
    height: 46px;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.5px;
    text-align: left;
    color: #373737;
}

.login-ejecutives-int label {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.5px;
    text-align: left;
    color: #373737;
}

.form-default-uc input {
    margin-bottom: 28px;
}

.form-default-uc input::placeholder {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.5px;
    text-align: left;
    color: #6C6C6C;
}

.btn-blue-uc {
    background-color: #0A6BE4;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.5px;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    height: 45px;
    gap: 10px;
    border-radius: 5px;
    opacity: 0px;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.btn-blue-uc:hover {
    background-color: #46A5F1;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}



.forgotten-password {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.5px;
    text-align: left;
    color: #0A6BE4;
    cursor: pointer;
}

.box-forgotten-password {
    margin-top: 35px;
}

.btn-submit-uc {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    gap: 10px;
}



.spinner {
    width: 13.59px;
    height: 13.59px;
    border: 2px solid #FFF;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    display: none;
}

.error-uc-input {
    color: #F13F3F;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 400;
    line-height: 19.5px;
    text-align: left;
    margin-top: -23px;
    position: absolute;
    margin-left: 2px;
}

.form-control-uc.invalid {
    border: 1px solid #F13F3F;
}

.show-password-text {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.5px;
    text-align: left;
    color: #0A6BE4;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.error {
    color: red;
    /* Color rojo para mensajes de error */
}

.error-form-cont {
    background-color: #FFEDED;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 8px;
    border-left: 8px solid #F13F3F;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    margin-bottom: 20px;
    padding: 10px 10px;
    gap: 8px;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.5px;
    text-align: center;
    color: #000000;
}

.rut-verify {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.5px;
    text-align: left;
    color: #373737;
}

.box-sucess-account {
    background-color: #DBF0E4;
    width: 354px;
    height: 154px;
    border-left: 8px solid #007A33;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 15px;
}

.box-sucess-account p {
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 400;
    line-height: 19.5px;
    text-align: center;
    color: #000000;
    margin-bottom: 0px;
}

.form-text-custom-01 {
    margin-top: -25px;
    margin-bottom: 10px;
}

@media (max-width: 575.98px) {

    /* LOGIN SECTION - LOGIN SECTION  - LOGIN SECTION  - LOGIN SECTION  - LOGIN SECTION - LOGIN SECTION - LOGIN SECTION  */

    .login-ejecutives-box {
        background-color: #FFFFFF;
        height: auto;
        width: 90%;
        border-radius: 20px;
        border: 1px solid #DEDEDE;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        margin: 0 auto;
    }

    .box-sucess-account {
        width: 100%;
        height: auto;
    }
}

/* Desarrollo de forms */
.login-ejecutives-box{
    display: none;
}
.visible {
    display: block;
}
.oculto{
    display: none;
}
.error-form-cont {
    opacity: 1;
    transition: opacity 0.5s ease-out; 
}
.error-form-cont.fade {
    opacity: 0;
}