/* Minification failed. Returning unminified contents.
(5,30): run-time error CSS1046: Expect comma, found '5'
(5,34): run-time error CSS1046: Expect comma, found '/'
(42,21): run-time error CSS1039: Token not allowed after unary operator: '-color-blue-txt--primary'
(55,17): run-time error CSS1039: Token not allowed after unary operator: '-color-red-txt--primary'
(124,17): run-time error CSS1039: Token not allowed after unary operator: '-color-yellow-txt--secondary-3'
(240,17): run-time error CSS1039: Token not allowed after unary operator: '-color-pink-txt--primary'
(308,17): run-time error CSS1039: Token not allowed after unary operator: '-color-blue-txt--primary'
(323,21): run-time error CSS1039: Token not allowed after unary operator: '-color-blue-txt--primary'
(335,21): run-time error CSS1039: Token not allowed after unary operator: '-color-blue-txt--primary'
 */
﻿ /*---- Error inputs container ----*/
.error_container-input, .form-error {
    color: white;
    order: 3;
    background-color: rgb(67 5 5 / 69%);
    border: red solid 1px;
    border-radius: 10px;
    text-align: center;
    padding: 5px 5px;
    margin-top: 10px;
    width: 100%;
    max-width: 500px;
}

.form-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 100%;
    color: white;
    font-family: 'Montserrat';
}

    .form-group label {
        text-align: left;
        font-family: 'BurbankBigCondensedBold';
        font-size: 20px;
        font-weight: 600;
        display: flex;
        gap: 5px;
        align-items: center;
    }

    .form-group input,
    .form-group select {
        outline: none;
        border: none;
        padding: 10px 20px;
        background: white;
        font-size: 18px;
        color: var(--color-blue-txt--primary);
        font-weight: bold;
        font-family: 'BurbankBigCondensedBold';
    }

#fortis_form-otp > .form-group {
    align-items: center;
}

.error-text {
    text-align: center;
    width: 100%;
    font-weight: 600;
    color: var(--color-red-txt--primary);
    font-family: 'Montserrat';
}


.fortis_formo-code {
    max-width: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* gap: 20px; */
}

#modal_fortis-send-optcode .fortis_formo-code {
    background-image: url(/Content/assets/modals/otpmodal/asset_bg_medusas_azul.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px 10px;
    max-width: 800px;
    max-height: 400px;
    width: 95%;
    height: 95%;
    border: 3px solid #FFF;
    background-color: #00186B;
}


.fortis_formo-code h1 {
    color: white;
    font-family: 'BurbankBigCondensedBold';
    /* text-transform: uppercase; */
    width: 100%;
    /* margin-top: 40px; */
    position: relative;
    z-index: 3;
    text-align: center;
    font-size: 30px;
    /* max-width: 300px; */
}

#modal_fortis-send-optcode .contenido_formo-code {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin: 0;
}

    #modal_fortis-send-optcode .contenido_formo-code > p {
        text-align: center;
        font-size: 15px;
        color: white;
        font-size: 15px;
        margin-top: 20px;
        font-family: 'MergeW00-Bold';
    }

.contenido_formo-code > p > span {
    font-weight: bold;
}

.contenido_formo-code > p > button {
    font-weight: bold;
    border: none;
    background: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: var(--color-yellow-txt--secondary-3);
    text-decoration: underline;
    cursor: pointer;
}

#BtnValidateOTPCode {
    cursor: pointer;
    font-size: 30px;
    padding: 10px 40px;
    margin-top: 30px;
    font-weight: bold;
    /* text-transform: uppercase; */
}

.fortis-send-optcode {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

    .fortis-send-optcode .code-inputs {
        display: flex;
        justify-content: center;
        width: 100%;
        gap: 5px;
        margin-top: 20px;
    }

        .fortis-send-optcode .code-inputs input {
            width: 40px;
            text-align: center;
            padding: 10px 5px;
            font-weight: 900;
            background-image: url(/Content/assets/modals/otpmodal/asset_bg_burbuja.webp);
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            background-color: transparent;
            min-height: 35px;
        }

#modal_fortis-send-optcode {
    z-index: 99999;
}

    #modal_fortis-send-optcode .modal-content {
        width: 95%;
        height: 95%;
    }


.btn-disabled {
    opacity: 0.6;
    cursor: not-allowed !important;
}


#fortis_form-otp .error-form {
    margin-top: 20px;
    background-color: transparent;
    border: none;
}

#fortis_form-otp .error-text {
    color: red;
}

@media (min-width: 468px) {
    .fortis-send-optcode .code-inputs {
        gap: 10px;
    }
}

@media (min-width: 768px) {
    #modal_fortis-send-optcode .fortis_formo-code {
        max-height: 400px;
        max-width: 650px
    }

    .fortis-send-optcode .code-inputs {
        gap: 20px;
    }
}

.main-container {
    background-image: url(/Content/assets/login/bg_mo_login.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.main-container {
    /* min-height: 100vh; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'Pinup-Regular';
}

.container-login {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* padding-top: 7rem; */
    min-height: 100vh;
}

.form-login h1 {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
    color: var(--color-pink-txt--primary);
    font-size: 48px;
    font-family: 'BurbankBigCondensedBold';
    /* text-transform: uppercase; */
    font-size: calc(50px + .5vw);
    width: 100%;
    /* margin-top: 40px; */
    max-width: 400px;
    text-align: center;
}

.fortis_formo-code {
    color: white;
    text-align: center;
    width: 100%;
    max-width: 400px;
    background-color: transparent;
    padding: 0;
}

.contenido_formo-code {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    width: 100%;
}

#reg-container {
    width: 85%;
    /* padding-top: 15rem; */
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 400px;
}

#fortis_form-login {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.btn_send-otpcode {
    cursor: pointer;
    font-size: 30px;
    padding: 10px 40px;
    margin-top: 30px;
    font-weight: bold;
    /* text-transform: uppercase; */
    min-width: 250px;
}

.contenido_formo-code > p {
    font-size: 15px;
    color: white;
    font-family: 'Open Sans', sans-serif;
    /* max-width: 400px; */
    margin: 0;
}

.form-error p {
    color: white;
}

.form-group label {
    color: var(--color-blue-txt--primary);
}


/*----- no tienes cuenta -----*/
.login-newaccount {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

    .login-newaccount > a {
        text-align: center;
        color: var(--color-blue-txt--primary);
        text-decoration: none;
        cursor: pointer;
        font-family: 'BurbankBigCondensedBold';
        font-size: 18px;
    }

        .login-newaccount > a span {
            text-decoration: underline;
        }

    .login-newaccount > p {
        color: var(--color-blue-txt--primary);
        max-width: 350px;
        text-align: center;
        font-family: 'BurbankBigCondensedBold';
        font-size: 16px;
    }


@media(min-width: 900px) {
    .main-container {
        background-image: url(/Content/assets/login/bg_dt_login.webp);
    }

    .container-login {
        /*flex-direction: row-reverse;*/
        /* padding-top: 10rem; */
        max-width: 1200px;
        width: 100%;
        align-items: center;
        overflow: initial;
    }

    #reg-container {
        /* width: 50%; */
        max-width: initial;
        justify-content: start;
        align-items: center;
        /* margin-top: 80px; */
    }
}

@media(min-width: 1201px) {
}

@media(min-width: 1300px) {
    #reg-container {
        /* width: 60%; */
    }
}


@media(min-width: 1400px) {
}

