<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*layout */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&amp;display=swap');

.background-img {
    background-image: url('/Content/images/Background.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 80px;
    flex: 2;
}

    .background-img div {
        text-align: left;
    }

    .background-img h2 {
        color: #FFF;
        font-family: Inter;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: 38.4px; /* 120% */
        max-width: 510px;
    }

p {
    color: #FFF;
    /* xatoadmin-demo11.web.app/Inter/Regular 16 */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.background-img button {
    border-radius: 4px;
    background: #F1F2F3;
    color: #3B3F5C;
    text-align: center;
    /* xatoadmin-demo11.web.app/Inter/Regular 14 */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 150% */
    border: none;
}

.background-img ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 5px;
}

    .background-img ul a {
        color: #FFF;
        /* xatoadmin-demo11.web.app/Inter/Regular 13 */
        font-family: Inter;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 19.5px; /* 150% */
    }

.btnSaibaMais {
    color: #3B3F5C;
    text-align: center;
    /* xatoadmin-demo11.web.app/Inter/Regular 14 */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 150% */
    display: flex;
    padding: 8px 21px;
    align-items: center;
}

/**/

.frm-redes-sociais {
    width: 240px;
    margin: auto;
    padding-bottom: 10px;
}

.login-box2 {
    max-width: 640px;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    padding: 30px;
}

    .login-box2 h2 {
        color: #3B3F5C;
        text-align: center;
        /* xatoadmin-demo11.web.app/Inter/Medium 30 upper */
        font-family: Inter;
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: 36px; /* 120% */
        text-transform: uppercase;
    }

    .login-box2 p {
        color: #000;
        text-align: center;
        font-family: Raleway;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .login-box2 button {
    }

    .login-box2 .btn-entrar {
        border-radius: 12px;
        background: var(--Degrad-Linear, linear-gradient(90deg, #0C92BD 0%, #3A0085 159.53%));
        box-shadow: 0px 2px 10px 1px #C3C3C3;
        border: none;
        color: var(--xatoadmin-demo-11-web-app-white, #FFF);
        text-align: center;
        /*text-shadow: 2px 2px 0px #03919B;*/
        /* xatoadmin-demo11.web.app/Inter/Regular 11.3 */
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 176.991% */
        letter-spacing: 1px;
    }

    .login-box2 .btn-cadastrar {
        border-radius: 12px;
        border: 1px solid #0C92BD;
        background: rgba(255, 255, 255, 0.00);
        box-shadow: 0px 2px 10px 1px #C3C3C3;
        color: #0C92BD;
        text-align: center;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 150.442% */
        margin-top: 0;
    }

.btn-cadastrar:focus {
    outline: none !important;
}

.login-box2 .btn-cadastrar a:hover {
    text-decoration: none;
    color: #0C92BD;
}

.login-box2 .btnEntreCom {
    border-radius: 20px;
    border: 1px solid #1761A0;
    background: #FFF;
    color: #0C92BD;
    text-align: center;
    /* xatoadmin-demo11.web.app/Inter/Medium 13 upper */
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.5px; /* 150% */
    text-transform: uppercase;
}

.socialIcons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 40px;
}

    .socialIcons a {
        border-radius: 100%;
        border: 2px solid;
        display: flex;
        align-content: center;
        justify-content: center;
        padding: 9px;
        width: 40px;
        height: 40px;
    }

.facebookLink, .facebookLink:hover {
    border-color: #3A589A !important;
}

.googleLink {
    border-color: #E9544F !important;
}

hr {
    border-top: 2px solid #1761A0;
    display: flex;
    margin-top: -20px;
}

.inputForm {
    border-radius: 8px !important;
    border-color: #B6B6B6;
    /*    border: 2px solid #D8D8D8 !important;*/
}

.form-group p {
    margin-bottom: 40px;
}

.gridBtn {
    display: flex;
    gap: 30px;
    margin-top: 20px;
/*    margin-bottom: 45px;*/
}

.checkbox.i-checks a:hover, .checkbox.i-checks a {
    color: #888EA8 !important;
}
.login-box2 .btn-cadastrar a, .login-box2 .btn-cadastrar a:hover {
    color: #0C92BD !important;
}

@media (max-width: 768px) {
    .inner-page {
        flex-direction: column !important;
    }

    .background-img {
        flex: 1;
        display: none;
    }

    .login-box2 {
        flex: 1;
    }
}
</pre></body></html>