html * {
  font-family: "Roboto", serif;
  color: white;
}

.input-form {
  color: white;
}

.form-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 8px;
}

.form-header img {
  max-height: 56px;
  /* max-height: 72px; */
}

@media (min-width: 768px) {
  .form-header img {
    max-height: 70px;
  }
}

.form-header img.nfit {
  max-height: 40px;
}

select:focus {
  border-bottom: none;
}

body {
  width: 100%;
  min-height: 100vh;
  background-color: #21252A;
  background-image: url("images/background.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  position: relative;
  z-index: 1;
}

body::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(33, 37, 42, 0.9);
  z-index: 1;
}

body main {
  position: relative;
  z-index: 2;
}


.form {
  display: grid;
  row-gap: 1.25rem;
}

@media (min-width: 1024px) {
  .form.with-cols {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }

  .form.with-cols .input-button {
    grid-column-start: 1;
    grid-column-end: 3;
    margin-top: 0.5rem;
    width: 100%;
  }
}

.bg-products {
  --tw-bg-opacity: 1;
  background-color: rgb(23 26 31 / var(--tw-bg-opacity));
}

.bg-products {
  --tw-bg-opacity: 1;
  background-color: #17191B;
}

.input-form {
  width: 100%;
  border-radius: 0px;
  border-bottom-width: 1px;
  border-color: rgb(255 255 255 / 0.7);
  background-color: transparent;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.75rem;
  color: rgb(255 255 255 / 0.7);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.border-radiance {
  border-radius: 20px;
  overflow: visible;
  border: solid 0.1em rgba(1, 255, 194, 0.5);
}

.input-form::-moz-placeholder {
  color: rgb(255 255 255 / 0.7);
}

.input-form::placeholder {
  color: rgb(255 255 255 / 0.7);
}

.input-button,
.button {
  width: 100%;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(168 171 182 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(40 44 52 / var(--tw-text-opacity));
}

.input-button.inline-button,
.button.inline-button {
  width: auto;
}

.input-button.active,
.button.active {
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(1 255 194 / var(--tw-bg-opacity));
}

.input-button.active:hover,
.button.active:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 238 181 / var(--tw-bg-opacity));
}

.input-button.outline-button,
.button.outline-button {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(1 255 194 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(1 255 194 / var(--tw-text-opacity));
}

.input-button.outline-button:hover,
.button.outline-button:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 238 181 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 238 181 / var(--tw-text-opacity));
}

.link {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  color: rgb(1 255 194 / 0.7);
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.link:hover {
  color: rgb(1 255 194 / 1);
}

.footer {
  margin-top: 2rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  letter-spacing: -0.025em;
  color: rgb(255 255 255 / 0.6);
}

.footer * {
  color: rgb(255 255 255 / 0.6);
}

@media (min-width: 1024px) {
  .footer {
    font-size: 14px;
  }
}

.footer p {
  margin-right: 0.375rem;
}

.footer img {
  width: 37px;
}

@media (min-width: 1024px) {
  .footer img {
    width: 54px;
  }
}

.stepper {
  display: flex;
  width: 100%;
  align-content: flex-end;
  align-items: flex-end;
  letter-spacing: -0.025em;
}

.stepper p {
  width: 50%;
  border-bottom-width: 1px;
  border-color: rgb(255 255 255 / 0.35);
  padding-bottom: 0.5rem;
  font-size: 14px;
  font-weight: 700;
  color: rgb(255 255 255 / 0.35);
}

@media (min-width: 1024px) {
  .stepper p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.stepper p.active {
  --tw-border-opacity: 1;
  border-color: rgb(1 255 194 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.wrapper {
  display: flex;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.wrapper main {
  margin-left: auto;
  margin-right: auto;
}

.alert {
  margin-top: 0.125rem;
  margin-bottom: 1.25rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.alert a {
  text-decoration-line: underline;
}

.alert a:hover {
  text-decoration-line: none;
}

html * {
  font-family: Roboto;
  color: white;
}

.input-form {
  color: white;
}