.mx-auto {
  margin-left: auto;
  margin-right: auto
}

.mt-10 {
  margin-top: 2.5rem
}

.mt-2 {
  margin-top: 0.5rem
}

.block {
  display: block
}

.flex {
  display: flex
}

.h-10 {
  height: 2.5rem
}

.h-full {
  height: 100%
}

.min-h-full {
  min-height: 100%
}

.w-auto {
  width: auto
}

.w-full {
  width: 100%
}

.flex-col {
  flex-direction: column
}

.items-center {
  align-items: center
}

.justify-center {
  justify-content: center
}

.justify-between {
  justify-content: space-between
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse))
}

.rounded-md {
  border-radius: 0.375rem
}

.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1))
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem
}

.text-center {
  text-align: center
}

.text-2xl\/9 {
  font-size: 1.5rem;
  line-height: 2.25rem
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem
}

.text-sm\/6 {
  font-size: 0.875rem;
  line-height: 1.5rem
}

.font-bold {
  font-weight: 700
}

.font-medium {
  font-weight: 500
}

.font-semibold {
  font-weight: 600
}

.tracking-tight {
  letter-spacing: -0.025em
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1))
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1))
}

.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1))
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}

.outline-1 {
  outline-width: 1px
}

.-outline-offset-1 {
  outline-offset: -1px
}

.outline-gray-300 {
  outline-color: #d1d5db
}

.placeholder\:text-gray-400::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1))
}

.placeholder\:text-gray-400::placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1))
}

.hover\:bg-indigo-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1))
}

.hover\:text-indigo-500:hover {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity, 1))
}

.focus\:outline-2:focus {
  outline-width: 2px
}

.focus\:-outline-offset-2:focus {
  outline-offset: -2px
}

.focus\:outline-indigo-600:focus {
  outline-color: #4f46e5
}

.focus-visible\:outline-2:focus-visible {
  outline-width: 2px
}

.focus-visible\:outline-offset-2:focus-visible {
  outline-offset: 2px
}

.focus-visible\:outline-indigo-600:focus-visible {
  outline-color: #4f46e5
}

@media (min-width: 640px) {
  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto
  }

  .sm\:w-full {
    width: 100%
  }

  .sm\:max-w-sm {
    max-width: 24rem
  }

  .sm\:text-sm\/6 {
    font-size: 0.875rem;
    line-height: 1.5rem
  }
}

@media (min-width: 1024px) {
  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem
  }
}