@layer components {
    .form-label {
        @apply block text-sm font-medium text-gray-700;
    }
    .form-input {
        @apply mt-1 block w-full rounded-md border-gray-300 shadow-sm focus:border-teal-500 focus:ring-teal-500 sm:text-sm;
    }
}
