.has-error {
    .form-control {
        @apply border-danger dark:border-danger/70;
    }
}
