﻿body {
    background: #121214;
    display: flex !important;
    --tw-text-opacity: 1;
    color: rgb(212 212 216/var(--tw-text-opacity)) !important;
}

.grid {
    margin: auto !important;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}


.Autenticar {
    padding: 2rem;
}

.TextoAuth {
    font-size: 28px !important;
    line-height: 2rem;
    min-height: 1rem;
    font-weight: 900;
    text-align: center;
    padding-left: 10px
}

.box {
    background: #202024;
    max-width: 400px;
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 1rem 1rem 0 rgba(0,0,0,0.05)
}

.sub-title {
    text-align: center;
}

.ui.form {
    padding: 1.1rem 0 !important;
    padding-left: 4rem !important;
    padding-right: 4rem !important;
}

.form .field input {
    background: rgba(255,255,255,0.04) !important;
    color: rgb(212 212 216/var(--tw-text-opacity)) !important;
    font-weight: bold;
    font-size: 1.2rem !important;
}

label {
    --tw-text-opacity: 1 !important;
    color: rgb(248 113 113/var(--tw-text-opacity)) !important;
}

.labelCor {
    --tw-text-opacity: 1 !important;
    color: rgb(251 146 60/var(--tw-text-opacity)) !important;
    font-weight: 600 !important;
}


.field-validation-error {
    color: white;
    font-size: 0.89em;
    padding: 7px 5px;
    margin: 5px 0;
    display: block;
    border-radius: 3px;
    background: rgba(232,78,64,1)
}

    .field-validation-error:before {
        padding: 0 5px;
        font-weight: bold;
        font-size: 1em;
    }

.input-validation-error {
    opacity: 0.8;
}

    .input-validation-error:focus {
        outline: 0 !important;
        -webkit-box-shadow: 0 0 3px 0px #e84e40,inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(221, 25, 29, 0.6) !important;
        box-shadow: 0 0 3px 0px #e84e40,inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(221, 25, 29, 0.6) !important;
    }

.validation-summary-errors {
    font-weight: bold;
    font-weight-color: red;
}

.field-validation-valid {
    display: none;
}

.validation-summary-valid {
    display: none;
}

.Componente {
    justify-content: space-between;
    align-items: center;
    padding-bottom: 12px;
}

    .Componente a {
        font-weight: 600;
        --tw-text-opacity: 1;
        color: rgb(251 146 60/var(--tw-text-opacity)) !important;
    }

        .Componente a:hover {
            color: #4ec2ff !important;
        }

@media screen and (max-width: 990px) {
    .label {
        width: 100%
    }

    .box {
        border-radius: 10px !important;
        width: 90%;
        box-shadow: 0 1rem 1rem 0 rgba(0,0,0,0.05)
    }

    .TextoAuth {
        font-size: 20px !important;
        padding-left: 35px !important;
    }

    .ui.form {
        padding: 1.1rem 0 !important;
        padding-left: 30px !important;
    }
}

.bottom {
    display: flex;
}

.ui.button {
    font-family: "Montserrat-SemiBold",sans-serif;
    font-size: 15px;
    color: #fff;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    --tw-bg-opacity: 1;
    background-color: rgb(241 136 29/var(--tw-bg-opacity));
    padding: 15px 0 15px 0;
    border-radius: 3px;
    box-shadow: 0 3px 6px 0 rgb(65 136 246 / 16%);
    transition: linear .2s;
    float: right;
    display: block;
    cursor: pointer;
}

    .ui.button:hover {
        background: #e17c15 !important;
    }


.bottom .button {
    font-size: 1.2rem !important;
}

.divider {
    margin-top: 2rem !important;
}
