/* /Components/Layout/AuthLayout.razor.rz.scp.css */
[b-rahtq8t6ic] .rz-body {
    background: var(--wh-bg-root);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.auth-container[b-rahtq8t6ic] {
    width: 100%;
    max-width: 480px;
    padding: var(--wh-space-xl);
}
