#gfy-root {
  z-index: 99999999;
  position: relative;

  .ui.input {
    padding: 0;
  }
}

.ui.popup {
  .content {
    padding: 0 !important;
    margin: 0 !important;
  }
}

#gfy-root, .gfy-plugin-container {
  .ui.button {
    height: auto;
  }
}

.auth0-lock.auth0-lock.auth0-lock {
  z-index: 100000001;

  .auth0-lock-submit {
    background: none;
    box-shadow: none;

    &:hover {
      background: none;
    }
  }
}
