body .g-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  vertical-align: top;
  padding-right: 20px;
  padding-left: 20px;
  background: transparent !important;
  background-color: #cf4389 !important;
  color: white !important;
  position: relative;
  text-decoration-line: none;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  transition-property: all;
  transition-duration: 500ms;
  transition-delay: 0ms;
  transition-timing-function: ease;
  transition-behavior: normal;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  box-shadow: none !important;
  border: none !important;
}
body .g-button:hover {
  background-color: #cf4389 !important;
  background-image: none;
  background-repeat: repeat;
  background-position: 0 0;
  background-size: auto;
  background-attachment: scroll;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  box-shadow: 0px 20px 20px -10px #cf4389 !important;
  z-index: 1;
}
