/* /Layout/AuthLayout.razor.rz.scp.css */
.auth-body[b-m96lboacrs] {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 64px);
    background: #ffffff;
}

main[b-m96lboacrs] {
    flex-grow: 1;
}

footer[b-m96lboacrs] {
    display: flex;
    background: #992018;
    color: #ffffff;
    height: 100px;
    margin: 0px 24px 22px 24px;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
}

footer a[b-m96lboacrs] {
    color: #ffffff;
}

    footer a:hover[b-m96lboacrs] {
        text-decoration: underline;
    }
