form.wpforms-form input, form.wpforms-form textarea {
  color: black !important;
  background: none !important;
  border-width: 0 !important;
  border-bottom: 1px solid #A19B87 !important;
  font-weight: 400 !important; }

form.wpforms-form button {
  margin-top: 15px !important;
  padding: 10px 45px !important;
  color: black !important;
  background: none !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: black !important;
  text-transform: uppercase !important;
  font-weight: 300 !important; }
  form.wpforms-form button:hover {
    background: white !important;
    color: #152336 !important; }

.wpforms-submit-container {
  text-align: left !important; }
