.hero__content h1 {
  font-size: 26px;
  line-height: 36px;
}
.form-container {
  position: relative;
}
.reg-form__preloader {
  position: absolute;
  z-index: 100;
  inset: 0px;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
}
.reg-form__preloader-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-width: 50px;
}
.reg-form__preloader.hidden {
  display: none;
}
.form-container > div + div {
  margin-top: 10px;
}
.form_group--name,
.form_group--email,
.form_input--group {
  position: relative;
}
form .form__group input {
  background-color: rgba(250, 250, 250, 0.2);
  color: rgb(0, 0, 0);
  min-height: 43px;
  height: auto;
  border: 1px solid;
  padding: 10px;
  overflow: hidden;
  margin: 0px;
  vertical-align: middle;
  font-style: normal;
  width: 100%;
  line-height: 1.5;
  font-family: inherit;
  font-size: 1rem;
  box-shadow: none;
  border-radius: 0px;
  transition: box-shadow 0.5s ease 0s, border-color 0.25s ease-in-out 0s;
}
form .form__group:first-child input {
  border-radius: 1em 0px 0px;
}
form .form__group input::placeholder {
  color: rgb(255, 255, 255);
  opacity: 0.7;
}
form .form__group input:focus {
  outline: none;
}
form .form__group input:hover {
  border-color: inherit;
}
form.form-container button[type="button"],
form.form-container button[type="submit"] {
  font-size: 18px;
  color: rgb(255, 255, 255);
  border: medium none;
  background-color: rgb(239, 125, 0);
  transition: all 0.3s ease-out 0s;
  display: inline-block;
  text-align: center;
  min-width: 150px;
  white-space: nowrap;
  font-family: Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 500;
  cursor: pointer;
  appearance: none;
  border-radius: 0px 0px 1em;
  margin-top: 10px;
  width: 100%;
  height: 46px;
}
form.form-container button[type="button"],
form.form-container button[type="submit"] {
  opacity: 0.75;
}
form.form-container button[type="button"]:hover,
form.form-container button[type="submit"]:hover {
  background-color: rgb(255, 42, 32);
  color: rgb(255, 255, 255);
  text-decoration: none;
  border-radius: 0px 1em 1em;
}
.valid {
  background-color: rgba(25, 230, 25, 0.3) !important;
}
.invalid {
  background-color: rgba(230, 25, 25, 0.3) !important;
}
.iti--separate-dial-code {
  width: 100%;
  font-size: 14px;
  color: rgb(255, 255, 255);
}
