.g-button {
  padding: 12px !important;
  cursor: pointer;
  text-decoration: none !important;
  color: #fff !important;
  border: none !important;
  border-radius: 250px !important;
  background-color: #2d5dff !important;
  background-image: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  font-family: Arial, sans-serif;
  font-size: 15px !important;
  font-weight: bold;
  line-height: 1.2; }

body .g-button.g-button--invert {
  color: #fff !important; }
