form {
  position: relative;
  top: auto;
}

.f1t-form {
  background: #fff;
}

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

.f1t-form__submit {
  margin: 0 auto;
  font-size: 17px;
  font-weight: 700;
  position: relative;
  color: #fff;
  border: none;
  border-radius: 6px;
  background: #5a3594;
  text-transform: uppercase;
  width: 100%;
  padding: 16px 24px;
  cursor: pointer;
  white-space: normal;
  text-align: center;
  outline: 0;
}

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

.f1t-form__submit:hover {
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

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

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

.f1t-form-field__label {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 1px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  display: none;
}

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

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

.f1t-form-field input,
.f1t-form-field textarea,
.f1t-form-field select {
  padding: 11px 12px;
  width: 100%;
  display: block;
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ececec;
  border-radius: 6px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.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: #5a3594;
}

.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 {
  font-weight: 400;
  background: none;
  color: #fff;
  height: 31px !important;
  border-radius: 5px !important;
  background: #b41212 !important;
}

.f1t-form-field--password .f1t-form-field__generate:hover {
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

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

video {
  width: 100% !important;
}

.f1t-modal {
  z-index: 99999 !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
}
@media (max-width: 540px) {
  .f1t-form__submit {
    font-size: 15px;
  }
}
