
form {
  position: relative;
  top: auto;
}

.f1t-form {
  padding: 0;
  margin-bottom: 0;
  color: #444;

  background-image: url("form-bg.jpeg");
}

.f1t-form__wrapper {
  padding: 15px 10px 10px;
}

.iti__country-name,
.iti__flag-box {
  color: #444;
}

.f1t-form-field__label {
  font-size: 12px;
  margin-bottom: 5px;
  display: none;
}

.f1t-form__submit {
  margin: 0 auto;
  display: block;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  color: #ffffff;
  padding: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-image: linear-gradient(166deg, #156cff 1%, #0e49ff);
  box-shadow: 0px 4px 20.9px 3.1px rgb(13 13 13 / 43%);
  text-transform: uppercase;
  width: 90%;
  min-height: 60px;
  cursor: pointer;
  white-space: normal;
  margin-top: 10px;
  border: none;
}

.f1t-form {
  text-align: left;
  width: 100%;
}

.f1t-form__submit:hover {
  font-size: 25px;
}

.f1t-form__row {
  margin-bottom: 10px;
}

.f1t-form-field {
  position: relative;
}

.f1t-form-field__label {
  font-size: 12px;
  margin-bottom: 5px;
  font-weight: 400;
  display: block;
  display: none !important;
}

.f1t-form-field__error {
  font-size: 12px;
  margin-top: 5px;
}

.f1t-form-field label {
  display: block;
}

.iti__country-name,
.iti__flag-box {
  color: #444;
}

.f1t-form-field input,
.f1t-form-field textarea,
.f1t-form-field select {
  background-color: #fff;
  color: #000;
  font-size: 16px;
  line-height: 42px;
  padding: 0 15px;
  width: 100% !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  border-radius: 0 !important;
  border: 1px solid #b8b7b7;
  font-weight: 400;
  transition: all 0.3s ease;

  display: block;
  width: 100%;
  height: 50px !important;
  border-radius: 3px;
  background-color: #eee;
  border: 1px solid #ced4da;
  padding: 10px;
}

.iti__flag-container {
  border-radius: 0 !important;
  border: 1px solid #b8b7b7;
}

.f1t-form-field input:focus,
.f1t-form-field textarea:focus,
.f1t-form-field select:focus,
.f1t-form-field input:hover,
.f1t-form-field textarea:hover,
.f1t-form-field select:hover {
  border-color: #f90;
}

.f1t-form-field--error input,
.f1t-form-field--error textarea,
.f1t-form-field--error select {
  border-color: red;
}

.f1t-form__footer {
  margin-top: 20px;
}

.f1t-form-field--phone input {
  padding-right: 6px;
  padding-left: 52px;
}

.f1t-form-field__label {
  font-weight: 400;
}

.f1t-form-field--password .f1t-form-field__generate {
  height: 42px;
  color: #fff;
  font-weight: 400;
  background-image: linear-gradient(166deg, #2ba6df 1%, #2ba6df);
}

.f1t-form-field--password .f1t-form-field__generate:hover {
  opacity: 0.8;
}

.f1t-form-field--password .f1t-form-field__generate:active {
  opacity: 1;
}

.f1t-modal {
  background: white;
}
.f1t-modal__wrapper {
  padding: 0;
}
.f1t-modal__inner {
  box-shadow: none;
  padding: 0;
}

.form-header {
  background-image: url("form-head-bg.jpeg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  text-transform: uppercase;
  color: white;
  font-weight: 700;
  margin: 0;
  padding: 30px 20px 20px;
  letter-spacing: 1px;
}

.formUl {
  padding-left: 0;
  width: 100%;
  text-align: center;
  display: flex;
  background-color: transparent;
  margin: 0;
}

.formUl li {
  display: inline-block;
  background-color: #fff28a;
  color: white;
  font-size: 2em;
  line-height: 1.1em;
  font-weight: bold;
  height: 7px;
  width: 50%;
  margin-left: 1px;
  margin-right: 1px;
}

.formUl .active {
  background-color: #fd57a5;
}
