.hs-button.primary.large {
    background: #000;
    color: #fff;
  }
  .hs_firstname.hs-firstname.hs-fieldtype-text.field.hs-form-field {
    width: 49%;
    float: left;
    margin-right: 2%;
  }
  .hs_lastname.hs-lastname.hs-fieldtype-text.field.hs-form-field {
    width: 49%;
    float: left;
  }
  .hs-input {
    border: 1px solid #BCBCBC !important;
  }
  .hs-form-field label * {
    color: #181818 !important;
  }
  .hs-input {
    background: #fff;
  }
  .smaller {
    font-size: 14px;
  }