.mc4wp-form input[type="submit"], .wpcf7-form input[type="submit"] {
  border-radius: 10px;
  font-weight: 500;
  font-size: 15px;
  text-transform: none;
}

#interest-form-wrapper {
  max-width: 700px;
  margin: 0 auto;
}

#mc4wp_email {
  width: 68%;
  height: 45px !important;
  border-radius: 10px;
  font-size: 14px;
}

@media screen and (max-width: 1000px) {
  #mc4wp_email {
    width: 65%;
  }
}
@media screen and (max-width: 800px) {
  #above-the-fold-holder {
    padding-top: 25px!important;
    padding-bottom: 75px!important;
  }
}

@media screen and (max-width: 900px) {
  #mc4wp_email {
    margin-left: 10%;
    margin-right: 10%;
    width: 80%;
    text-align: center;
  }
}

@media screen and (max-width: 900px) {
  #email-field-button {
    margin-top: 20px;
    padding-left: 0px;
    margin-left: 0px;
  }

  #test-center{
    margin: 0 auto;
    display: inline-block;
  }
}

#email-field-button{
  padding-top: 0px;
  padding-bottom: 0px;
  height: 45px !important;
  width: 200px;
}
/*
 #mc4wp-form-1{
   height: 40px;
 }
*/
