body .g-button {
  background: #249905; }
  body .g-button:hover {
    background: #249905; }
  body .g-button.g-button--invert {
    border: 1px solid #249905;
    color: #249905 !important;
    background: transparent; }
    body .g-button.g-button--invert:hover {
      background: #249905;
      border: 1px solid #249905; }
  body .g-auth__fogot-password, body .g-auth__personal-note a {
    color: #249905;
    border-color: #249905; }
