.custom_form_cls{
  margin-top: 0px !important;
}
p#give-comment-wrap {
  margin-bottom: 10px;
}

form[id*=give-form] .ffm-field-container{
    padding: 0;
}

fieldset#give_cc_address {
  margin-top: 30px;
}

textarea, input{
  color: #3a3a3a;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size:16px;
}

textarea::placeholder{
  color: #3a3a3a;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size:16px;
  }
  textarea::-webkit-input-placeholder { 
      color: #3a3a3a;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size:16px !important;
  }
::placeholder{
  color: #3a3a3a;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size:16px;
  }

textarea:-ms-input-placeholder,
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #3a3a3a;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size:16px;
  }
  
textarea::-ms-input-placeholder,
::-ms-input-placeholder { /* Microsoft Edge */
    color: #3a3a3a;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size:16px;
  }
  form[id*=give-form] .form-row input[type=email].required,
  .give-form-wrap form.give-form .form-row select{
    color: #3a3a3a;
    font-size:16px;
    font-weight: 500;
  }

  .header__o4NSe.special_give{
    display: none !important;
  }