/* Authentication pages shared styles */

/* Brand logo styling for auth pages (login, register, password reset, etc.) */
.auth-brand-logo,
.login-brand-logo,
.register-brand-logo,
.reset-brand-logo,
.pending-brand-logo {
    max-width: 220px;
    height: auto;
    margin: 0 auto 1.5rem;
    object-fit: contain;
    display: block;
}

/* Logo container for auth pages */
.auth-logo,
.login-logo,
.register-logo,
.reset-logo,
.pending-logo {
    text-align: center;
    margin-bottom: 2rem;
}
