.lander-form-header {
  display: none;
}

#form .lander-form {
  padding: 0;
}

#form .lander-form-wrapper {
  box-shadow: none;
}

#form input:not([type="submit"]) {
  width: 100%;
  height: 40px !important;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, .15);
  padding: 0 10px;
  background-color: #ffffff;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  min-height: 40px;
}

#form input[type="submit"] {
  width: 100%;
  height: 40px !important;
  min-height: 40px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, .15);
  background-color: #228b61;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  padding: 0;
  text-transform: none;
  font-size: 100%;
}

#form input[type="submit"]:hover,
#form input[type="submit"]:active,
#form input[type="submit"]:focus {
  font-size: 100%;
}

#form .iti__flag-container {
  height: 40px;
}

#form .iti__country-name,
#form .iti__dial-code {
  font-weight: 400;
}