.g-button {
  background-image: none;
  background-color: #274AFB;
}
.g-button:hover {
  background: #274AFB;
}
.g-button.g-button--invert {
  border-color: #274AFB;
  color: #274AFB;
}
.g-button.g-button--invert:hover {
  background: #274AFB;
  border-color: #274AFB;
}
