html .g-button {
  background-color: #fff;
  background-image: none;
  color: #000 !important;
  border: 2px solid rgba(18, 18, 18, 0.12);
  border-radius: 90px;
  box-shadow: none;
  text-shadow: none;
  transition: 0.5s all ease; }
  html .g-button:hover {
    background: #c12000;
    color: #fff !important;
    background-image: none; }
