body .g-button {
  background: #37a8e2; }
  body .g-button:hover {
    background: rgba(55, 168, 226, 0.8); }
  body .g-button.g-button--invert {
    border-color: #37a8e2;
    color: #37a8e2 !important; }
  body .g-button.g-button--invert:hover {
    background: #37a8e2;
    border-color: #37a8e2;
    color: #fff !important; }
  body .g-auth__fogot-password, body .g-auth__personal-note a {
    color: #37a8e2 !important; }
  body .g-auth__personal-note a {
    border-bottom: 1px dotted #37a8e2; }
  body .g-article__name, body .g-tags__item, body .g-article-years__year, body .g-categories__button {
    color: #37a8e2;
    border-color: #37a8e2; }
  body .g-categories__button::after {
    background: #37a8e2; }
