body .g-button {
  padding: 15px 25px;
  background: rgba(15, 151, 105, 1);
  box-shadow: none;
  border-radius: 222px; }
  body .g-button:hover {
    background: rgba(15, 151, 105, 1); }
  body .g-button.g-button--invert {
    border: 1px solid rgba(15, 151, 105, 1);
    color: rgba(15, 151, 105, 1) !important; }
  body .g-button.g-button--invert:hover {
    background: rgba(15, 151, 105, 1); }
  body .g-auth__fogot-password, body .g-auth__personal-note a {
    color: rgba(15, 151, 105, 1);
    border-bottom: 1px dotted rgba(15, 151, 105, 1); }
