/* Minification failed. Returning unminified contents.
(5,30): run-time error CSS1046: Expect comma, found '5'
(5,34): run-time error CSS1046: Expect comma, found '/'
(51,17): run-time error CSS1039: Token not allowed after unary operator: '-color-red-txt--primary'
(121,17): run-time error CSS1039: Token not allowed after unary operator: '-color-red-txt--primary'
(209,35): run-time error CSS1039: Token not allowed after unary operator: '-color-red-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: 'Open Sans', sans-serif;
        font-size: 15px;
        font-weight: 600;
        display: flex;
        gap: 5px;
        align-items: center;
    }

    .form-group input,
    .form-group select {
        outline: none;
        border: none;
        padding: 10px 20px;
        border: 1px solid #090909;
        background: white;
        box-shadow: 1px 3px 0px 0px #000;
        font-size: 15px;
        font-family: 'Open Sans', sans-serif;
    }

.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;
    /* gap: 20px; */
    border-width: 2px 5px 5px 2px;
    border-style: solid;
    border-color: transparent;
}

#modal_fortis-send-optcode .fortis_formo-code {
    background-color: white;
    padding: 40px 10px;
    max-width: 450px;
    width: 95%;
}


.fortis_formo-code h1 {
    /* text-shadow: 4px 4px 0px var(--color-red-txt--primary); */
    /* -webkit-text-stroke-width: 2px; */
    /* -webkit-text-stroke-color: #000; */
    color: black;
    font-size: 48px;
    font-family: 'LtoUnicore-LabBlackIt';
    text-transform: uppercase;
    letter-spacing: -2px;
    width: 100%;
    font-size: calc(18px + .5vw);
    /* 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: black;
        font-size: 15px;
        margin-top: 20px;
        font-family: 'Open Sans', sans-serif;
    }

.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-red-txt--primary);
    text-decoration: underline;
    cursor: pointer;
}

#BtnValidateOTPCode {
    cursor: pointer;
    font-size: 20px;
    padding: 10px 40px;
    margin-top: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

.fortis-send-optcode {
    display: flex;
    justify-content: center;
}

    .fortis-send-optcode .code-inputs {
        display: flex;
        justify-content: center;
        width: 100%;
        gap: 10px;
        margin-top: 20px;
    }

        .fortis-send-optcode .code-inputs input {
            width: 10%;
            text-align: center;
            padding-inline: 0;
            font-weight: 900;
        }

#modal_fortis-send-optcode {
    z-index: 99999;
}

    #modal_fortis-send-optcode .modal-content {
        width: 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;
}

.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 {
    backdrop-filter: blur(2px);
    border-radius: 20px;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20rem;
    min-height: 100vh;
}

.form-login h1 {
    text-shadow: 4px 4px 0px var(--color-red-txt--primary);
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #000;
    color: white;
    font-size: 48px;
    font-family: 'LtoUnicore-LabBlackIt';
    text-transform: uppercase;
    position: relative;
    font-size: calc(40px + .5vw);
    letter-spacing: -2px;
    width: 100%;
    margin-top: 40px;
    max-width: 400px;
}

.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;
}

#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: 20px;
    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;
}

.registro-assets {
    display: flex;
    justify-content: center;
    /* width: 100%; */
    margin-top: 30px;
}

.registro-assets--img {
    width: 100%;
}

.assets-img-gatubela {
    position: absolute;
    max-width: 200px;
    top: -135px;
    left: -40px;
    z-index: 1;
}

.assets-img-mujersuperman {
    position: absolute;
    max-width: 180px;
    top: 2rem;
    right: -70px;
    z-index: 3;
}

.assets-img-robinhombreplata {
    max-width: 400px;
    /* min-width: 600px; */
    position: inherit;
    z-index: 2;
}

.form-login-imglogo {
    display: flex;
    justify-content: center;
    /* padding-top: 3rem; */
    position: absolute;
    width: 100%;
    max-width: 380px;
    top: 12rem;
}

    .form-login-imglogo > img {
        width: 100%;
    }

.assets-img-logojustice {
    max-width: 250px;
    z-index: 2;
}

.container-login--asset {
    display: none;
}

@media(min-width: 900px) {
    .main-container {
        background-image: url(/Content/assets/login/bg_dt_login.webp);
        position: relative;
    }

    .container-login {
        flex-direction: row-reverse;
        padding-top: 10rem;
        max-width: 1200px;
        /* gap: 40px; */
        width: 100%;
        align-items: start;
        overflow: initial;
        /* position: relative; */
    }

    #reg-container {
        width: 50%;
        max-width: initial;
        justify-content: start;
        align-items: center;
        margin-top: 80px;
        /* max-width: 500px; */
    }

    .registro-assets {
        width: 50%;
        position: relative;
        padding-top: 10rem;
        justify-content: start;
    }

    .form-login-imglogo {
        top: 60px;
        left: 140px;
        z-index: -1;
        display: none;
    }

    .assets-img-gatubela {
        max-width: 250px;
        left: -100px;
    }

    .assets-img-mujersuperman {
        max-width: 200px;
        right: -80px;
        top: -10rem;
    }

    .registro-assets {
        width: 40%;
    }
}

@media(min-width: 1201px) {
    .registro-assets {
        position: absolute;
        left: 0;
        top: 0;
    }

    .assets-img-robinhombreplata {
        min-width: 600px;
    }
}

@media(min-width: 1300px) {
    .container-login--asset {
        display: block;
        position: absolute;
        top: 25rem;
        right: -40px;
        max-width: 220px;
    }

    #reg-container {
        width: 60%;
    }

    .registro-assets {
        width: 40%;
    }
}


@media(min-width: 1400px) {
    .container-login--asset {
        right: -70px;
    }
}

