/* Shared modern SaaS identity auth (Login, Register, Reset, etc.) */
.identity-auth-page {
    padding-top: 2rem;
    padding-bottom: calc(var(--ct-footer-height, 60px) + 1.75rem);
}

.identity-auth-card {
    background: #fff;
    box-shadow: 0 0.75rem 2.5rem rgba(50, 58, 70, 0.1);
    overflow: hidden;
}

.identity-auth-card .auth-brand--lg img {
    max-height: 3.75rem;
    width: auto;
    height: auto;
}

.identity-auth-subtitle {
    font-size: 0.95rem;
    color: var(--ct-secondary-color, #6c757d);
    margin: 0.75rem 0 0;
    line-height: 1.5;
}

.identity-auth-card .form-label {
    font-weight: 600;
    font-size: 0.875rem;
    margin-bottom: 0.35rem;
}

.identity-auth-card .form-control,
.identity-auth-card .input-group-text {
    min-height: 2.75rem;
    border-radius: 0.5rem;
}

.identity-auth-card .form-check-label {
    font-size: 0.9rem;
    line-height: 1.45;
}

.identity-auth-submit {
    min-height: 3rem;
    font-weight: 600;
    border-radius: 0.65rem;
}

.identity-auth-footer {
    margin-top: 1.25rem;
}

.identity-auth-footer p {
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.identity-auth-footer .identity-auth-link {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

.identity-auth-footer .identity-auth-link:hover {
    text-decoration: underline;
    color: #fff;
}

.identity-auth-footer .identity-auth-muted {
    color: rgba(255, 255, 255, 0.75);
}

.identity-auth-confirmation-icon {
    width: 4rem;
    height: 4rem;
    margin: 0 auto 1rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: var(--ct-success, #1abc9c);
    background: rgba(26, 188, 156, 0.12);
}

.identity-auth-confirmation-title {
    font-size: 1.35rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.identity-auth-confirmation-text {
    font-size: 0.95rem;
    color: var(--ct-secondary-color, #6c757d);
    line-height: 1.55;
}

@media (max-width: 767.98px) {
    .identity-auth-page {
        padding-top: 0.75rem;
    }
}

@media (max-width: 575.98px) {
    .identity-auth-card .card-body {
        padding: 1.25rem !important;
    }
}
