@import '_content/BlazorKit/BlazorKit.rg6ze5pb53.bundle.scp.css';

/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-bz6pkhi0ey] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-bz6pkhi0ey] {
    flex: 1;
}

.main-layout[b-bz6pkhi0ey] {
    background-color: #1c3c64;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
/* /Pages/Home.razor.rz.scp.css */
.unauthorized-container[b-xmebcch485] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    color: white;
    text-align: center;
    animation: fadeIn 0.5s ease-out;
}

.login-wrapper[b-xmebcch485] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    border-radius: 10px;
}

.logo[b-xmebcch485] {
    max-width: 200px;
    margin-bottom: 20px;
}

.title[b-xmebcch485] {
    font-size: 3rem;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.login-container[b-xmebcch485] {
    width: 100%;
    max-width: 320px;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
}
