.f1t-form-field__label {
    display: none;
  }
  .f1t-form {
    width: 70%;
    margin-left: 15%;
    color: black;
  }
  
  .iti__selected-dial-code {
    color: black;
  }
  
  #myModal .f1t-form {
    width: 100%;
    margin-left: 0;
  }
  .f1t-form-field input {
    height: 42px;
    font-size: 15px;
    width: 100%;
    position: relative;
    border: 1px solid #ced4da;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding-left: 15px;
    margin-bottom: 0.5rem;
  }
  .f1t-form__submit {
    height: 50px;
    display: block;
    width: 100%;
    font-size: 24px;
    background: #41ca04 !important;
    color: white !important;
    border-color: #266f05 !important;
    text-transform: uppercase;
    font-weight: 600;
    border: 0;
    margin-top: 10px;
  }
  
  video {
    width: 100% !important;
  }
  
  .f1t-modal {
    z-index: 99999 !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
  }
  
  .form-wrap {
    height: 450px;
  }
  
  .iti__selected-flag {
    color: #fff;
  }
  