body .g-button {
  background: #f29b30; }
  body .g-button:hover {
    background: rgba(242, 155, 48, 0.8); }
  body .g-button.g-button--invert {
    border-color: #f29b30;
    color: #f29b30 !important; }
  body .g-button.g-button--invert:hover {
    background: #f29b30;
    border-color: #f29b30; }
  body .g-auth__fogot-password, body .g-auth__personal-note a {
    color: #f29b30 !important; }
  body .g-auth__personal-note a {
    border-bottom: 1px dotted #f29b30; }
