html, body {
  background-color: #414D57;
}

#page-contact {
  color:#fff;
  font-size:14px;

}

#page-contact .h1 {
  font-size: 28px;
  text-align: center;
  padding-bottom: 1em;
}

#page-contact .list-group-item {
  background-color: transparent;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-color: #fff;

  padding-left: 0;
  padding-right: 0;

  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

#page-contact .list-group-item,
#page-contact .list-group-item a {
  color: #fff;
}

#page-contact .form-row .form-control{
  padding: 1.5em;
  border-color: #414D57;

  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

#page-contact .form-row textarea {
  height: 300px;
  border-top:0;
}

#page-contact .btn-primary {
  background-color: #F2EDD9 !important;
  border-color: #414D57;
  color: #000;
  display: block;
  width: 100%;
  padding: 1.25em;
  font-weight: 500;

  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

#page-contact .g-recaptcha {
  margin-left: 1px;
  margin-right: 1px;
  text-align: center;
  background-color: #fff;
}

#page-contact .g-recaptcha div {
  margin: 0 auto;
}