@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.84wtju4z0n.bundle.scp.css';

/* _content/Sie.WebSite.Auth.Web/Components/Layout/MainLayout.razor.rz.scp.css */
body[b-nerxgaa4rx] {
    margin: 0;
    padding: 0;
    height: 150vh;
    overflow: hidden;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
}
/* _content/Sie.WebSite.Auth.Web/Components/Pages/ForgotPassword.razor.rz.scp.css */

/*::deep .auth-page {*/
    /* No styles needed here, just for scoping */
/*}

::deep .auth-container {
    min-height: 95vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--neutral-layer-1);
    padding: 20px;
    position: relative;
}

::deep .auth-card {
    width: 100%;
    max-width: 450px;
    padding: 48px;
    animation: fadeIn 0.3s ease-out;
    position: relative;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

::deep .theme-toggle {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 10;
}

::deep .auth-header {
    text-align: center;
    margin-bottom: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

    ::deep .auth-header fluent-icon {
        margin-bottom: 8px;
    }

@media (max-width: 480px) {
    ::deep .auth-card {
        padding: 32px 24px;
    }
}*/
/* _content/Sie.WebSite.Auth.Web/Components/Shared/SieTvtLogo.razor.rz.scp.css */
