/* Auth pages (Login/Register) specific styles */

.auth-container {
    padding-top: 3rem;
    padding-bottom: 5rem;
}

.auth-col {
    max-width: 34rem;
}

.auth-card {
    overflow: hidden;
}

.auth-card-body {
    padding-block: 1.5rem;
}

.auth-form .form-control {
    min-height: 2.75rem;
}

.auth-form .form-check-input,
.auth-form .form-check-label {
    cursor: pointer;
}

.auth-help-text {
    line-height: 1.35;
}

.auth-form-footer {
    color: var(--text-color);
}

/* --- Media Queries --- */

@media (max-width: 575.98px) {
    .auth-col {
        max-width: 100%;
    }

    .auth-card-body {
        padding: 1rem !important;
    }

    .auth-form .form-text {
        font-size: 0.78rem;
    }
}
