/* _content/FormsApp/Pages/Account/Login.cshtml.rz.scp.css */
body[b-6cefcjz76y] {
    font-family: Georgia, 'Times New Roman', serif;
    background: linear-gradient(to bottom, #f5f8fa, #e2e6ea);
    color: #333;
    margin: 0;
    padding: 0;
}

.container[b-6cefcjz76y] {
    max-width: 500px;
    margin: 10vh auto;
    background: white;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    padding: 2rem;
    text-align: center;
}

h1[b-6cefcjz76y] {
    font-size: 1.8rem;
    color: #002d72;
    margin-bottom: 1rem;
}

p.notice[b-6cefcjz76y] {
    font-size: 1rem;
    color: #555;
    margin-bottom: 2rem;
}

form[b-6cefcjz76y] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

input[type="password"][b-6cefcjz76y] {
    padding: 0.6rem;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 4px;
}

button[b-6cefcjz76y] {
    padding: 0.6rem;
    background-color: #004080;
    color: white;
    border: none;
    font-size: 1rem;
    border-radius: 4px;
    cursor: pointer;
}

.error[b-6cefcjz76y] {
    color: red;
    font-size: 0.9rem;
}
