.auth-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 4rem);
}

.auth-card {
    max-width: 440px;
    width: 100%;
    padding: 2.5rem;
}

.auth-header {
    text-align: center;
    margin-bottom: 2rem;
}

.auth-logo-client {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.25rem;
}

.auth-brand-icon {
    height: 48px;
    width: auto;
    max-width: 220px;
    object-fit: contain;
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
}

.auth-header h2 {
    font-size: 1.5rem;
    margin-bottom: 0.4rem;
}

.auth-header p {
    color: var(--text-muted);
    font-size: 0.9rem;
}

.input-with-icon {
    position: relative;
    display: flex;
    align-items: center;
}

.input-with-icon i {
    position: absolute;
    left: 0.9rem;
    color: var(--text-muted);
    font-size: 1.15rem;
}

.input-with-icon input {
    padding-left: 2.6rem;
}

.w-100 {
    width: 100%;
}

.auth-footer-link {
    margin-top: 1.75rem;
    text-align: center;
    font-size: 0.875rem;
    color: var(--text-muted);
    border-top: 1px solid var(--border-color);
    padding-top: 1.25rem;
}

.auth-footer-link a {
    color: var(--primary);
    font-weight: 600;
    text-decoration: none;
    margin-left: 0.35rem;
}

.auth-footer-link a:hover {
    text-decoration: underline;
}
