.g-button {
  background-image: linear-gradient(to right bottom, #f60e5a 0%, #5100a5 100%);
  background-repeat: no-repeat;
  background-position: left 0px top 0px;
  background-size: auto;
  background-attachment: scroll;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  transition-property: all;
  transition-duration: 350ms;
  transition-delay: 0ms;
  transition-timing-function: ease;
  box-shadow: none;
  text-shadow: none; }
  .g-button:hover {
    background-image: linear-gradient(to right bottom, #5100a5 0%, #f60e5a 100%); }
