body .g-button {
  background: #c78e45; }
  body .g-button:hover {
    background: rgba(199, 142, 69, 0.8); }
  body .g-button.g-button--invert {
    border-color: #c78e45;
    color: #c78e45 !important; }
  body .g-button.g-button--invert:hover {
    background: #c78e45;
    border-color: #c78e45; }
  body .g-auth__fogot-password, body .g-auth__personal-note a {
    color: #c78e45 !important; }
  body .g-auth__personal-note a {
    border-bottom: 1px dotted #c78e45; }
