label.required:after {
    content:" *";
    color: red;
}

label.required {
    font-weight: bold;
}

.auth-card {
    max-width: 500px;
}

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

@media (min-width: 768px) {
    .auth-card .card-body {
        padding: 2.25rem;
    }
}

.auth-card .form-control:focus {
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.auth-card .btn-primary {
    box-shadow: var(--bs-box-shadow-lg);
}

.list-filter-card {
    border: 1px solid var(--bs-border-color-translucent);
}
