

.spa-login-form label {
    display: block;
    margin-bottom: 1rem;
    font-size: 0.9rem;
    color: #333;
}

.spa-login-form input {
    width: 100%;
    padding: 0.5rem;
    margin-top: 0.25rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.spa-forgot-password {
    text-align: right;
    margin: -0.5rem 0 1rem;
    font-size: 0.85rem;
}

.spa-forgot-password a {
    color: #0073aa;
    text-decoration: none;
}

.spa-forgot-password a:hover {
    text-decoration: underline;
}

.spa-login-buttons {
    display: flex;
    gap: 0.5rem;
}

.spa-login-buttons button {
    flex: 1;
    padding: 0.6rem;
    border: none;
    border-radius: 4px;
    background: #0073aa;
    color: #fff;
    cursor: pointer;
    font-size: 0.95rem;
}

.spa-login-buttons button:hover {
    background: #005177;
}

.spa-login-msg {
    margin-top: 1rem;
    font-size: 0.9rem;
    color: #d63638;
}
