body a {
  text-decoration: none; }
  body .g-button {
    background: #db97c2; }
    body .g-button:hover {
      background: rgba(219, 151, 194, 0.8); }
  body .g-button.g-button--invert {
    border-color: #db97c2;
    color: #db97c2 !important; }
    body .g-button.g-button--invert:hover {
      background: #db97c2;
      border-color: #db97c2; }
  body .g-auth__fogot-password, body .g-auth__personal-note a {
    color: #db97c2 !important; }
  body .g-auth__personal-note a {
    border-bottom: 1px dotted #db97c2; }
