.page-id-5121 #main-content > div:before {
  display: none !important;
}
.page-id-5121 #main-content #left-area {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}
.page-id-5121 #main-content #sidebar {
  display: none !important;
}

#newpayment {
  max-width: 600px !important;
  margin: 0 auto 0px auto;
}
#newpayment .userfield {
  margin: 0 0 20px 0;
}
#newpayment label {
  display: block;
  color: var(--e-global-color-primary);
  margin: 0 0 5px 0;
  font-family: "Courgette", Sans-serif;
  font-size: 18px;
}
#newpayment label.label--radio, #newpayment label.label--checkbox {
  display: inline;
  width: auto;
}
#newpayment select, #newpayment input {
  display: block;
  width: 100%;
}
#newpayment input[type=text], #newpayment select {
  background-color: #fff;
  border-radius: 4px;
  color: #333;
  font-size: 16px;
  border: 1px solid #ccc;
  padding: 6px 10px;
  height: 38px;
  width: 100%;
  line-height: 38px;
}
#newpayment input[type=checkbox], #newpayment input[type=radio] {
  display: inline;
  width: auto;
}
#newpayment .error {
  color: #f00;
  font-size: 14px;
}
#newpayment .form_hiddens {
  background: #eee;
  padding: 10px;
  display: none;
}
#newpayment .forminfo {
  padding: 10px 0 0 0;
  font-size: 13px !important;
  line-height: 16px !important;
  margin: 0 0 20px 0;
}
#newpayment .smallfont {
  font-size: 13px !important;
  line-height: 16px !important;
}
#newpayment textarea {
  min-height: 120px;
}
#newpayment button {
  background-color: var(--e-global-color-primary);
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  border: none;
  padding: 0px 20px;
  height: 46px;
  line-height: 46px;
  cursor: pointer;
  margin: 0 0 10px 0;
}
#newpayment button:hover {
  background-color: #228B22;
}
#newpayment .payment_info {
  color: var(--e-global-color-primary);
  font-weight: 700;
}/*# sourceMappingURL=psmpayments-style.css.map */