body .g-button {
  cursor: crosshair;
  padding: 15px 25px;
  background: #c8dd69;
  border-radius: 10px;
  margin-bottom: auto;
  font-weight: 300;
  transition-property: all;
  transition-duration: 300ms;
  transition-delay: 0ms;
  transition-timing-function: ease;
  color: #000 !important; }
  body .g-button:hover {
    box-shadow: 0px 30px 14px -20px #c8dd69;
    background: #c8dd69;
    color: #000 !important; }
  body .g-auth__fogot-password, body .g-auth__personal-note a {
    color: #c8dd69;
    text-decoration-color: #c8dd69; }
  body .g-button.g-button--invert {
    color: #c8dd69 !important;
    border-color: #c8dd69 !important; }
  body .g-button.g-button--invert:hover {
    background: #c8dd69;
    color: #000 !important; }
