/* login.css — Legacy compatibility (styles are now inline in login.html) */
/* Kept for backward compatibility with addons that may reference these classes */

.login_container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.error-message {
    color: #dc3545;
    font-size: 14px;
}

.loading {
    display: none;
}
