.g-button {
  background: #5638da; }
  .g-button:hover {
    background: rgba(86, 56, 218, 0.8); }

.g-button.g-button--invert {
  color: #5638da !important;
  border-color: #5638da; }
  .g-button.g-button--invert:hover {
    background: #5638da;
    border-color: #5638da; }
