.input {
  @apply border p-3 w-full rounded-lg;
}

.card {
  @apply bg-white p-8 rounded-xl shadow-md;
}

.btn-brand {
  background: #2563eb;
  color: white;
  padding: 12px 20px;
  border-radius: 8px;
}

/*# sourceMappingURL=scss.css.map */
