/* File-specific styles for loginPage.php */

.login-invite-notice {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    margin: 0;
    padding: 0.85rem 1.25rem;
    text-align: center;
    font-size: 0.95rem;
    line-height: 1.45;
    color: #fff;
    background: linear-gradient(90deg, #5a2d82, #923fa2);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}

body.lexicave-login:has(.login-invite-notice) .login-card {
    margin-top: 4.5rem;
}

.floating-fiszka {
    /* positioning-specific overrides live inline via style attributes; animation etc. is in main.css */
}

/* Logo Lexicave + opcjonalne logo szkoły — sensowna wysokość na desktop i mobile */
.login-logo-row .login-logo-brand,
.login-logo-row .login-logo-school {
    max-height: 144px;
    height: auto;
    width: auto;
    object-fit: contain;
}

@media (max-width: 480px) {
    .login-logo-row .login-logo-brand,
    .login-logo-row .login-logo-school {
        max-height: 112px;
    }
}

.login-forgot-link {
    margin: 1rem 0 0;
    text-align: center;
    font-size: 0.9rem;
}

.login-forgot-link a {
    color: #4a2b6e;
    font-weight: 600;
}

.login-forgot-link a:hover {
    color: #923fa2;
}

.login-forgot-hint {
    font-size: 0.88rem;
    color: #333;
    margin: 0 0 0.75rem;
    line-height: 1.4;
}

.login-forgot-error {
    color: #c0392b;
    font-size: 0.9rem;
    margin: 0 0 0.75rem;
    line-height: 1.4;
}

.login-forgot-success {
    color: #1e6b3a;
    font-size: 0.95rem;
    margin: 0 0 0.75rem;
    line-height: 1.4;
}

.login-reset-success {
    color: #1e6b3a;
}
