.g-button {
  padding: 15px 20px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  background-color: rgba(236, 255, 76, 0.67);
  color: rgba(59, 71, 37, 0.83) !important;
  transition-property: all;
  transition-duration: 500ms;
  transition-delay: 0ms;
  transition-timing-function: ease;
  border-radius: 500px;
  background-image: linear-gradient(172deg, rgba(0, 0, 0, 0) 71%, rgba(255, 255, 255, 1) 100%);
  background-repeat: no-repeat;
  background-position: left 0px top 0px;
  background-size: auto;
  background-attachment: scroll;
  box-shadow: none;
  text-shadow: none;
  border: none; }

.g-button:hover {
  background-color: rgba(236, 255, 76, 0.67);
  color: rgba(59, 71, 37, 1) !important;
  box-shadow: 2px 5px 15px 1px rgba(236, 255, 76, 0.67); }
