input,
textarea {
  color: white;
  border: 1px solid #fda27d;
  background-color: transparent;
  padding: 1em;
}

.InputfieldContent {
  margin-top: 1em;
}

.InputfieldCheckboxesStacked {
  text-align: left;
  /* columns: 1;

  @media (min-width: 1600px) {
    columns: 2;
  } */
}

.InputfieldStateRequired > .InputfieldHeader:first-child::after {
  color: white;
  margin-left: 0em;
}

.InputfieldContent {
  text-align: right;
}

label {
  font-family: NohemiThin, sans-serif;
  font-weight: 100;
  color: white;
  display: block;
  margin-bottom: 0.3rem;
}

:placeholder-shown {
  color: #fda27d;
  text-transform: uppercase;
}

.alert.alert-success.success {
  text-transform: uppercase;
  color: white;
}

button {
  border: none;
  outline: none;
  background: none;
  padding: 0;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  cursor: pointer;
}

button {
  font-family: 'NohemiThin', sans-serif;
  font-weight: 400;
  border-radius: 0px;
  border: 2px solid white;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  font-size: var(--font-size);
  line-height: 1;
  padding: 1rem 3rem 0.8rem 1.5rem;
  text-decoration: none;
  background-color: transparent;
  color: white;
  position: relative;
}

button::after {
  content: '';
  background-image: url('/site/templates/img/arrow-white.svg');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 8px;
}
