/* /Pages/AppNav.razor.rz.scp.css */
.nav-container[b-q9mbtvpf8a] {
    background-color: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    justify-content: space-between;
}
/* /Pages/SignIn.razor.rz.scp.css */
.sign-in-container[b-2hwhdg5m0o] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f5f5f5;
    flex-direction: column;
}

form[b-2hwhdg5m0o] {
    display: flex;
    flex-direction: column;
    width: 300px;
    padding: 20px;
    border-radius: 5px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
