label {
  @apply block text-sm font-medium text-gray-800;
}

input {
  @apply mt-1 w-full rounded border border-gray-300 px-3 py-2 focus:outline-none focus:ring-2 focus:ring-emerald-500;
}
