.c-input {
  @apply mt-1 block w-full px-4 bg-bg py-1 rounded border outline-none;
  @apply border-border;
  @apply text-base transition-colors;
  @apply hover:border-bg-3;
  @apply w-full
         py-3 px-4
         border border-border
         rounded-lg
         bg-bg
         text-tx-2
         transition-all duration-150 ease-out;
}

.c-input:focus {
  @apply border-rose;
  @apply shadow shadow-rose-light;
}
