.form-container {
  position: relative;
}

.reg-form__preloader {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form__title {
  color: #9daf36;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.reg-form__preloader-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-width: 50px;
}

.reg-form__preloader.hidden {
  display: none;
}

.form-container .form__group {
  margin-top: 15px;
}

.form_group--button {
  margin-top: 20px !important;
}

.iti__flag-box,
.iti__country-name {
  color: #333;
}

.form_group--name,
.form_group--email,
.form-group {
  position: relative;
}

form.form-container .form__group input {
  display: block;
  padding: 15px;
  color: #000;
  border-radius: 3px;
  font-size: 18px;
  line-height: 18px;
  width: 60%;
  background: rgba(255, 255, 255, 0.4);
}

form.form-container .form__group input:focus {
  outline: none;
}

form.form-container .form__group input::placeholder {
  font-weight: 300;
  color: #fff;
}

form.form-container button[type="submit"] {
  display: block;
  padding: 15px 50px;
  text-align: center;
  color: #fff;
  background: #9f1919;
  border-radius: 10px;
  font-size: 18px;
  line-height: 22px;
  width: 60%;
  border: none;
}

@media (max-width: 768px) {
  form.form-container button[type="submit"] {
    width: 100%;
  }
  form.form-container .form__group input {
    width: 100%;
  }
}

form.form-container button[type="submit"]:disabled {
  opacity: 0.85;
  cursor: not-allowed;
}

.valid {
  background-color: rgba(25, 230, 25, 0.45) !important;
}

.invalid {
  background-color: rgba(230, 25, 25, 0.45) !important;
}

.iti--separate-dial-code {
  width: 100%;
  color: #333;
}
.iti--separate-dial-code .iti__selected-flag {
  background: transparent;
}

.congrats {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  margin-top: 12px;
  text-align: center;
}
