html .g-button {
  background-color: rgba(227, 104, 137, 1);
  background-image: none;
  transition: all 0.4s ease; }
  html .g-button:hover {
    background-color: #f77c9d; }
  html .g-user_text_color, html a.g-user_text_color {
    color: #fff !important;
    font-weight: 400; }
