:root{
    --omni-outlined-color : 119, 109, 109;
    --omni-primary-color-input: 79, 70, 229;
    --omni-helper-border: .7px;
    --error-rgba: 237,107,117;
    --omni-blue: rgb(79, 70, 229);
    --omni-white: rgba(255,255,255,0.5);
}

.user-login-6 aside{
    padding: 6.4rem;
}

.user-login-6 .bs-reset {
    margin: 0;
}
.user-login-6 .text-right {
    text-align: right;
}

.user-login-6 .login-bg {
    background: linear-gradient(28deg, rgb(29, 112, 183) 5%, rgb(0, 160, 153) 40%);    
}

svg#logoOmniPlus{width: 48em; max-width: 100%;}

.user-login-6 .login-bg p{
    color: #fff;
    font-weight: bolder;
    text-align: center;
    margin: 0;
    transform: translate(0, -4rem);
    font-size: 1.5rem;
} 

.user-login-6 .login-container {
    position: relative;
    min-height: 100vh;
}

.user-login-6 .login-container > .login-content {
    width: 32rem;
}

.user-login-6 .login-container > .login-content > h1 {
    font-size: 30px;
    font-weight: 300;
    color: #4e5a64;
}
.user-login-6 .login-container > .login-content p {
    color: #a0a9b4;
    font-size: 15px;
    line-height: 22px;
}
.user-login-6 .login-container > .login-content > .login-form {
    color: #a4aab2;
    font-size: 13px;
}

.user-login-6 .login-container > .login-content > .login-form .forgot-password, .user-login-6 .login-container > .login-content > .login-form .login-button {
    display: inline-block;
}
.user-login-6 .login-container > .login-content > .login-form .rem-password {
    margin-top: 10px;
}
.user-login-6 .login-container > .login-content > .login-form .rem-password > p {
    margin: 0;
}
.user-login-6 .login-container > .login-content > .login-form .rem-password > .rem-checkbox {
    border-color: #a4aab2;
}
.user-login-6 .login-container > .login-content > .login-form .forgot-password {
    margin-right: 1em;
}
.user-login-6 .login-container > .login-content > .login-form .forgot-password > a {
    color: #a4aab2;
}
.user-login-6 .login-container > .login-content > .login-form .forgot-password > a:hover {
    color: #337ab7;
    text-decoration: none;
}
.user-login-6 .login-container > .login-content > .login-form .forgot-password > a:focus {
    color: #a4aab2;
    text-decoration: none;
}


.user-login-6 .alert {
    margin-top: -60px;
}

/* DIRETAMENTE NO ARQUIVO */
.login-form {
    margin-top: 20% !important; /* Proporcionalmente maior para telas menores */
}

.login-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    max-height: 100% !important;
    height: 100%;
}

.user-login-6 .box-login{
    display: flex;
}

.user-login-6 .box-login aside:first-child{
    width: 50%;
}
.user-login-6 .box-login aside:nth-child(2) {
    width: 50%;
}



@media (max-width: 992px){
    .user-login-6 .login-bg{ min-height: auto !important;}
    .user-login-6 .login-bg p{transform: translate(0, 0);}
    svg#logoOmniPlus{width: 20em;}

    .login-container {
        justify-content: flex-start;
        min-height: fit-content !important;
    }

    .user-login-6 .login-container > .login-content {
        width: 100% !important;
    }

    .user-login-6 .box-login aside{
        width: 100% !important;
    }

    .user-login-6 .box-login{
        display: block;
    }

    .swal-popup-top-center {
        bottom: 0 !important;
        top: auto !important;
    }
    
}

@media (min-width: 992px){    
    
    @media only screen and (max-width: 1400px){    

        .user-login-6 .box-login aside:first-child{
            width: 53% !important;
        }
        .user-login-6 .box-login aside:nth-child(2) {
            width: 47% !important;
        }   
    }   
    
}


/* .user-login-6 .form-group.has-error {
    border-bottom: 2px solid #ed6b75 !important;
}
.user-login-6 .form-group.valid {
    border-bottom: 1px solid #a0a9b4 !important;
} */

/* Input, Textarea LOGIN */
.omni-mui-outlined {
    position: relative;
    display: inline-block;
    padding-top: 6px;
    font-size: 16px;
    line-height: 1.5;
    overflow: hidden;
    border-radius: 4px !important;
    display: block;
}

.omni-mui-outlined > input,
.omni-mui-outlined > textarea {
    box-sizing: border-box;
    margin: 0;
    border: solid 1px;
    border-color: rgba(var(--omni-outlined-color, 0, 0, 0), 0.6);
    border-top-color: transparent;
    border-radius: 4px;
    padding: 15px 13px 15px;
    width: 100%;
    height: inherit;
    color: rgba(var(--omni-outlined-color, 0, 0, 0), 0.87);
    background-color: transparent;
    box-shadow: none; /* Firefox */
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    caret-color: rgb(var(--omni-primary-color-input, 33, 150, 243));
    transition: border 0.2s, box-shadow 0.2s;
    border-radius: 4px !important;
}

/* Span */
.omni-mui-outlined > input + span,
.omni-mui-outlined > textarea + span {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    border-color: rgba(var(--omni-outlined-color, 0, 0, 0), 0.6);
    width: 100%;
    max-height: 100%;
    color: rgba(var(--omni-outlined-color, 0, 0, 0), 0.6);
    font-size: 75%;
    line-height: 15px;
    cursor: text;
    transition: color 0.2s, font-size 0.2s, line-height 0.2s;
}

/* Corners */
.omni-mui-outlined > input + span::before,
.omni-mui-outlined > input + span::after,
.omni-mui-outlined > textarea + span::before,
.omni-mui-outlined > textarea + span::after {
    content: "";
    display: block;
    box-sizing: border-box;
    margin-top: 6px;
    border-top: solid 1px;
    border-top-color: rgba(var(--omni-outlined-color, 0, 0, 0), 0.6);
    min-width: 10px;
    height: 8px;
    pointer-events: none;
    box-shadow: inset 0 1px transparent;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.omni-mui-outlined > input + span::before,
.omni-mui-outlined > textarea + span::before {
    margin-right: 4px;
    border-left: solid 1px transparent;
    border-radius: 4px 0;
}

.omni-mui-outlined > input + span::after,
.omni-mui-outlined > textarea + span::after {
    flex-grow: 1;
    margin-left: 4px;
    border-right: solid 1px transparent;
    border-radius: 0 4px;
}

/* Hover */
.omni-mui-outlined:hover > input,
.omni-mui-outlined:hover > textarea {
    border-color: rgba(var(--omni-outlined-color, 0, 0, 0), 0.87);
    border-top-color: transparent;
}

.omni-mui-outlined:hover > input + span::before,
.omni-mui-outlined:hover > textarea + span::before,
.omni-mui-outlined:hover > input + span::after,
.omni-mui-outlined:hover > textarea + span::after {
    border-top-color: rgba(var(--omni-outlined-color, 0, 0, 0), 0.87);
}

.omni-mui-outlined:hover > input:not(:focus):placeholder-shown,
.omni-mui-outlined:hover > textarea:not(:focus):placeholder-shown {
    border-color: rgba(var(--omni-outlined-color, 0, 0, 0), 0.87);
}

/* Placeholder-shown */
.omni-mui-outlined > input:not(:focus):placeholder-shown,
.omni-mui-outlined > textarea:not(:focus):placeholder-shown {
    border-top-color: rgba(var(--omni-outlined-color, 0, 0, 0), 0.6);
}

.omni-mui-outlined > input:not(:focus):placeholder-shown + span,
.omni-mui-outlined > textarea:not(:focus):placeholder-shown + span {
    font-size: inherit;
    line-height: 68px;
}

.omni-mui-outlined > input:not(:focus):placeholder-shown + span::before,
.omni-mui-outlined > textarea:not(:focus):placeholder-shown + span::before,
.omni-mui-outlined > input:not(:focus):placeholder-shown + span::after,
.omni-mui-outlined > textarea:not(:focus):placeholder-shown + span::after {
    border-top-color: transparent;
}

/* Focus */
.omni-mui-outlined > input:focus,
.omni-mui-outlined > textarea:focus {
    border-color: rgb(var(--omni-primary-color-input, 33, 150, 243));
    border-top-color: transparent;
    box-shadow: inset 1px 0 var(--omni-helper-border), inset -1px 0 var(--omni-helper-border), inset 0 -1px var(--omni-helper-border);
    outline: none;
}

.omni-mui-outlined > input:focus + span,
.omni-mui-outlined > textarea:focus + span {
    color: rgb(var(--omni-primary-color-input, 33, 150, 243));
}

.omni-mui-outlined > input:focus + span::before,
.omni-mui-outlined > input:focus + span::after,
.omni-mui-outlined > textarea:focus + span::before,
.omni-mui-outlined > textarea:focus + span::after {
    border-top-color: var(--omni-helper-border) !important;
    box-shadow: inset 0 1px var(--omni-helper-border);
}

/* Disabled */
.omni-mui-outlined > input:disabled,
.omni-mui-outlined > input:disabled + span,
.omni-mui-outlined > textarea:disabled,
.omni-mui-outlined > textarea:disabled + span {
    border-color: rgba(var(--omni-outlined-color, 0, 0, 0), 0.38) !important;
    border-top-color: transparent !important;
    color: rgba(var(--omni-outlined-color, 0, 0, 0), 0.38);
    pointer-events: none;
}

.omni-mui-outlined > input:disabled + span::before,
.omni-mui-outlined > input:disabled + span::after,
.omni-mui-outlined > textarea:disabled + span::before,
.omni-mui-outlined > textarea:disabled + span::after {
    border-top-color: rgba(var(--omni-outlined-color, 0, 0, 0), 0.38) !important;
}

.omni-mui-outlined > input:disabled:placeholder-shown,
.omni-mui-outlined > input:disabled:placeholder-shown + span,
.omni-mui-outlined > textarea:disabled:placeholder-shown,
.omni-mui-outlined > textarea:disabled:placeholder-shown + span {
    border-top-color: rgba(var(--omni-outlined-color, 0, 0, 0), 0.38) !important;
}

.omni-mui-outlined > input:disabled:placeholder-shown + span::before,
.omni-mui-outlined > input:disabled:placeholder-shown + span::after,
.omni-mui-outlined > textarea:disabled:placeholder-shown + span::before,
.omni-mui-outlined > textarea:disabled:placeholder-shown + span::after {
    border-top-color: transparent !important;
}

/* Faster transition in Safari for less noticable fractional font-size issue */
@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) {
        .omni-mui-outlined > input,
        .omni-mui-outlined > input + span,
        .omni-mui-outlined > textarea,
        .omni-mui-outlined > textarea + span,
        .omni-mui-outlined > input + span::before,
        .omni-mui-outlined > input + span::after,
        .omni-mui-outlined > textarea + span::before,
        .omni-mui-outlined > textarea + span::after {
            transition-duration: 0.1s;
        }
    }
}


.omni-mui-outlined.has-error > input,
.omni-mui-outlined.has-error > textarea {
    caret-color: rgb(var(--error-rgba, 33, 150, 243));
    border-color: rgba(var(--error-rgba, 0, 0, 0), 0.6);
}

.omni-mui-outlined.has-error > input + span,
.omni-mui-outlined.has-error > textarea + span {
    color: rgba(var(--error-rgba, 0, 0, 0), 0.87);
    border-color: rgba(var(--error-rgba, 0, 0, 0), 0.6);

}

.omni-mui-outlined.has-error > input:focus,
.omni-mui-outlined.has-error > textarea:focus {
    border-color: rgb(var(--error-rgba, 33, 150, 243));
    border-top-color: transparent;
}

.omni-mui-outlined.has-error > input:focus + span,
.omni-mui-outlined.has-error > textarea:focus + span {
    color: rgb(var(--error-rgba, 33, 150, 243));
}

.omni-mui-outlined.has-error > input + span::before,
.omni-mui-outlined.has-error > input + span::after,
.omni-mui-outlined.has-error > textarea + span::before,
.omni-mui-outlined.has-error > textarea + span::after {
    border-top-color: rgba(var(--error-rgba, 0, 0, 0), 0.6);
}

.omni-mui-outlined.has-error:hover > input,
.omni-mui-outlined.has-error:hover > textarea {
    border-color: rgba(var(--error-rgba, 0, 0, 0), 0.87);
    border-top-color: transparent;
}

.omni-mui-outlined.has-error:hover > input + span::before,
.omni-mui-outlined.has-error:hover > textarea + span::before,
.omni-mui-outlined.has-error:hover > input + span::after,
.omni-mui-outlined.has-error:hover > textarea + span::after {
    border-top-color: rgba(var(--error-rgba, 0, 0, 0), 0.87);
}

.omni-mui-outlined.has-error:hover > input:not(:focus):placeholder-shown,
.omni-mui-outlined.has-error:hover > textarea:not(:focus):placeholder-shown {
    border-color: rgba(var(--error-rgba, 0, 0, 0), 0.87);
}

.omni-mui-outlined.has-error > input:not(:focus):placeholder-shown,
.omni-mui-outlined.has-error > textarea:not(:focus):placeholder-shown {
    border-top-color: rgba(var(--error-rgba, 0, 0, 0), 0.6);
}

.omni-mui-outlined.has-error > input:not(:focus):placeholder-shown,
.omni-mui-outlined.has-error > textarea:not(:focus):placeholder-shown {
    border-top-color: rgba(var(--error-rgba, 0, 0, 0), 0.6);
}

.omni-mui-outlined > input:disabled,
.omni-mui-outlined.has-error > input:disabled + span,
.omni-mui-outlined.has-error > textarea:disabled,
.omni-mui-outlined.has-error > textarea:disabled + span {
    border-color: rgba(var(--error-rgba, 0, 0, 0), 0.38) !important;
    color: rgba(var(--error-rgba, 0, 0, 0), 0.38);
}

.omni-mui-outlined.has-error > input:disabled + span::before,
.omni-mui-outlined.has-error > input:disabled + span::after,
.omni-mui-outlined.has-error > textarea:disabled + span::before,
.omni-mui-outlined.has-error > textarea:disabled + span::after {
    border-top-color: rgba(var(--error-rgba, 0, 0, 0), 0.38) !important;
}

.omni-mui-outlined.has-error > input:disabled:placeholder-shown,
.omni-mui-outlined.has-error > input:disabled:placeholder-shown + span,
.omni-mui-outlined.has-error > textarea:disabled:placeholder-shown,
.omni-mui-outlined.has-error > textarea:disabled:placeholder-shown + span {
    border-top-color: rgba(var(--error-rgba, 0, 0, 0), 0.38) !important;
}

#btn-login,#envia_token_fa,#escaneado,#env-email,#btn-sendEmail,#btn-sendRedefinir{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: 0px;
    border: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    font-family: "Inter var", Roboto, Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.75;
    min-width: 64px;
    padding: 8px 22px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    color: rgb(255, 255, 255);
    background-color: var(--omni-blue);
    text-transform: none;
    box-shadow: none;
    border-radius: 28px !important;
    width: 100%;
}

#metodo{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: 0px;
    border: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    font-family: "Inter var", Roboto, Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.75;
    min-width: 64px;
    padding: 8px 22px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    color: rgba(34, 33, 33, 0.74);
    background-color: var(--omni-white);
    text-transform: none;
    box-shadow: none;
    border-radius: 28px !important;
    width: 100%;
}

#email,#authenticator{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: 0px;
    border: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    font-family: "Inter var", Roboto, Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.75;
    min-width: 64px;
    padding: 8px 22px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    color: rgba(34, 33, 33, 0.74);
    background-color: var(--omni-white);
    text-transform: none;
    box-shadow: none;
    border-radius: 28px !important;
    width: 100%;
}

#email:hover,#authenticator:hover{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: 0px;
    border: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    font-family: "Inter var", Roboto, Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.75;
    min-width: 64px;
    padding: 8px 22px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    color: rgba(34, 33, 33, 0.74);
    background-color: rgb(207, 204, 204);
    text-transform: none;
    box-shadow: none;
    border-radius: 28px !important;
    width: 100%;
}
footer{
    margin-top: 1.5rem;
}
footer .flex-align{display: flex !important;justify-content: center !important;}
footer p{
    margin: 0px;
    font-size: 1.4rem;
    font-family: "Inter var", Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.5!important;
    color: rgb(107, 114, 128);
    margin-left: 0.8rem;
    margin-right: 0.8rem;
}

.border-t {
    border-color: rgb(226, 232, 240);
    border-top-width: 1px !important;
    flex: 1 1 auto;
    margin-top: 10px;
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
}

/* .swal-popup-top-center {
    top: 20px;
    left: 50%;
    transform: translate(-50%, -10%);
    position: fixed;
} */
/* .swal-popup-top-center {
    position: absolute;
    top: 66%;
    left: 90%;
} */

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
    background-color: var(--omni-blue) !important;
}

.swal2-close{ outline: none !important; box-shadow: none !important; }