.g-button {
  background-image: none;
  background-color: #00e74f; }
  .g-button:hover {
    background-color: #00e74f; }

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

.g-auth__fogot-password {
  color: #00e74f !important; }

.g-auth__personal-note a {
  border-bottom-color: #00e74f;
  color: #00e74f !important; }
