@layer components {
  input, select {
    @apply rounded !important;
  }

  input[type="checkbox"] {
    @apply mr-2 text-xs;
  }

  .form-field {
    @apply mb-4;
  }

  .field-hint {
    @apply text-xs mt-1;
  }

  textarea {
    @apply w-1/2 h-60;
  }
}