.g-button {
  background: #ff5f5f; }
  .g-button:hover {
    background: rgba(255, 95, 95, 0.8); }

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

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

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