.login-body {
    min-height: 100vh;
    background: linear-gradient(135deg, #ffffff 0%, #faf4f5 45%, #f8d7e1 100%);
}

.login-body .site-header {
    background: #000000;
    border-bottom: 1px solid #222222;
}

.login-body .page-content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    box-sizing: border-box;
}

.login-page {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-wrapper {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
}

.login-wrapper .card {
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

.login-title {
    font-family: "Fjalla One", sans-serif;
    font-size: 50px;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 10px;
}

.login-subtitle {
    margin-top: 0;
    margin-bottom: 24px;
    color: #858585;
}

.help-links {
    margin-top: 16px;
    font-size: 14px;
}

.help-links a {
    text-decoration: none;
}

.form-error {
    color: #c62828;
    margin-bottom: 16px;
}

button {
    font-family: "Fjalla One", sans-serif;
    background-color: black;
    color: white;
    border: none;
    border-radius: 12px; 
}