body .g-button {
  background: #d6b37e; }
  body .g-button:hover {
    box-shadow: 0px 34px 21px -24px rgba(0, 1, 0, 0);
    background-color: rgba(0, 1, 0, 0);
    background: #d6b37e; }
  body .g-button.g-button--invert {
    border: 1px solid #d6b37e;
    color: #d6b37e; }
    body .g-button.g-button--invert:hover {
      background: #d6b37e;
      color: #fff;
      border: 1px solid #d6b37e; }
  body .g-auth__fogot-password, body .g-auth__personal-note a {
    color: #d6b37e; }
