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;
}

button[type="submit"] {
  @apply py-3 rounded bg-emerald-600 text-white text-lg font-semibold hover:bg-emerald-700;
}

button[type="button"] {
  @apply py-2 px-3 rounded bg-blue-600 text-white hover:bg-blue-700;
}

button[type="reset"] {
  @apply py-2 px-3 rounded bg-gray-100 hover:bg-gray-200;
}
