#section-contact input {
  color: #B3CCD6;
}
#section-contact input::-webkit-input-placeholder {
  color: #B3CCD6 !important;
}
#section-contact input::-moz-placeholder {
  color: #B3CCD6 !important;
}
#section-contact input:-moz-placeholder {
  color: #B3CCD6 !important;
}
#section-contact input:-ms-input-placeholder {
  color: #B3CCD6 !important;
}
#section-contact .btn-default {
  color: #BFA66A;
  text-transform: uppercase;
}
.webform-submission-form { position: relative; }