.g-button {
  background: #ff0600; }
  .g-button:hover {
    background: rgba(255, 6, 0, 0.8); }

.g-button.g-button--invert {
  border-color: #ff0600;
  color: #ff0600 !important; }
  .g-button.g-button--invert:hover {
    background: #ff0600;
    border-color: #ff0600; }

.g-auth__fogot-password, .g-auth__personal-note a {
  color: #ff0600 !important; }

.g-auth__personal-note a {
  border-bottom: 1px dotted #ff0600; }
