form {
  position: relative;
  top: auto;
}

.f1t-form-field {
  padding-bottom: 10px;
}

.f1t-form-field__label {
  display: none;
}

.f1t-form__submit {
  font: normal normal 600 24px/34px Mulish;
  letter-spacing: 0.72px;
  color: #ffffff;
  background: transparent linear-gradient(99deg, #7a45f7 0%, #7a45f7 100%) 0% 0%
    no-repeat padding-box;
  border-radius: 16px;
  opacity: 1;
  padding: 17px 20px;
  text-shadow: 0px 0px 5px rgb(0 0 0 / 52%);
  fill: #ffffff;
  border: none;
  outline: none;
  text-transform: uppercase;
  width: 100%;
  white-space: inherit;
  margin-top: 15px;
}

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

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

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

.f1t-form-field input {
  display: block;
  width: 100%;
  border: solid 1.2px var(--color-bg-3, #b1b5be);
  font-family: inherit;
  font-weight: 500;
  text-align: left;
  font: normal normal normal 14px/20px Mulish;
  letter-spacing: 0px;
  color: #2d2d2d;
  opacity: 1;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 16px;
  padding: 20px 15px;
  box-shadow: none;
  margin-bottom: 15px;
}

.f1t-form-field input:focus {
  border-color: rgb(0, 195, 255);
}

.f1t-form-field input::placeholder {
  opacity: 0.7;
}

.iti__selected-flag {
  border-radius: 0;
}

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

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

.f1t-modal__text h3 {
  font-size: 24px;
  font-weight: 700;
  color: #000;
}

.f1t-modal__text p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

@media (max-width: 575px) {
  .f1t-modal__text h3 {
    font-size: 20px;
  }

  .f1t-modal__text p {
    font-size: 14px;
  }
}
