html .g-button {
  background-color: #19b748;
  background-image: none;
  border: 1px solid #19b748;
  transition: all 0.3s;
  text-shadow: none; }
  html .g-button:hover {
    background-color: transparent;
    background-image: none;
    color: #000 !important;
    text-shadow: none; }
