#contactForm .form-input {
  width: 100%;
  padding: 12px 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid white;
  color: white;
  font-weight: normal;
  border-radius: 0;
  box-sizing: border-box;
  outline: none;
  font-family: inherit;
}

#contactForm label {
  display: block;
  margin-bottom: 5px;
  font-weight: normal;
  color: white;
  font-family: inherit;
}

#contactForm .form-group {
  margin-bottom: 20px;
}

#contactForm .g-recaptcha {
  margin-bottom: 20px;
}

#contactForm .btn-default {
    width: 80%;
    background-color: #FFFFFFFF;
    color: #111;
    border: 0px none #FFFFFF00;
    border-radius: 50px;
    padding: 10px;
    white-space: normal;
    box-shadow: 0px 0px 0px 0px #FFFFFF;
    height: 70px;
}

.btn-group {
  display: flex;
    justify-content: center;
}