/* Minification failed. Returning unminified contents.
(5,30): run-time error CSS1046: Expect comma, found '5'
(5,34): run-time error CSS1046: Expect comma, found '/'
(45,17): run-time error CSS1039: Token not allowed after unary operator: '-color-red-txt--primary'
(58,21): run-time error CSS1039: Token not allowed after unary operator: '-color-red-txt--primary'
(113,17): run-time error CSS1039: Token not allowed after unary operator: '-color-red-txt--primary'
(139,24): run-time error CSS1046: Expect comma, found '191'
(139,32): run-time error CSS1046: Expect comma, found '/'
 */
﻿ /*---- 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;
    }

    .form-group input,
    .form-group select {
        outline: none;
        border: none;
        border-radius: 10px;
        padding: 10px 10px;
        color: gray;
        font-weight: bold;
        font-family: 'Montserrat', sans-serif;
        font-size: 15px;
    }

.error-text {
    text-align: center;
    width: 100%;
    font-weight: 600;
    color: var(--color-red-txt--primary);
    font-family: 'Montserrat';
}


.fortis_formo-code {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

    .fortis_formo-code h1 {
        text-align: center;
        color: var(--color-red-txt--primary);
        font-size: 30px;
        font-weight: 900;
        text-transform: uppercase;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: white;
    }

.contenido_formo-code {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

    .contenido_formo-code > p {
        text-align: center;
        font-size: 15px;
        color: white;
    }

#BtnValidateOTPCode {
    margin-top: 20px;
    padding: 15px 40px;
    text-transform: uppercase;
    font-family: 'Pinup-Regular';
    cursor: pointer;
}

body {
    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 {
    filter: drop-shadow(0px 4px 8.9px rgba(0, 0, 0, 0.25));
    backdrop-filter: blur(2px);
    border-radius: 20px;
    width: 95%;
    max-width: 600px;
}

.form-login h1 {
    text-align: center;
    color: var(--color-red-txt--primary);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
}

.fortis_formo-code {
    color: black;
    text-align: center;
}

.contenido_formo-code {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 35px;
}

#reg-container {
    padding: 30px 10px;
    /* margin-inline: 10px; */
    border-radius: 20px;
    border: 1px solid white;
    background: rgb(65 191 205 / 50%);
    backdrop-filter: blur(5px);
}

#fortis_form-login {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 400px;
}

.btn_send-otpcode {
    margin-top: 20px;
    padding: 15px 70px;
    text-transform: uppercase;
    font-family: 'Pinup-Regular';
    cursor: pointer;
}

.contenido_formo-code > p {
    font-size: 15px;
}

.form-error p {
    color: white;
}

@media(min-width: 900px) {
    body {
        background-image: url(/Content/assets/register/bg_dt_Registro.webp);
    }
}

