.form-flash {
  @apply px-4 py-2 mb-4;
  @apply shadow border-2;
  @apply rounded-lg;

  &--success {
    @apply border-black bg-black text-white bg-opacity-75;
  }

  &--error {
    @apply border-black bg-black text-white bg-opacity-75;
  }

  &--warning {
    @apply border-black bg-black text-white bg-opacity-75;
  }

  &--info {
    @apply border-black bg-black text-white bg-opacity-75;
  }

  &__close {
    @apply hover:text-gray;
  }
}
