div.field_with_errors {
  @apply w-full;

  > label {
    @apply text-error;
  }

  > .input, > .select {
    @apply border-error;
  }
}
