.g-button {
  background: transparent;
  border: none;
  box-shadow: none;
  display: flex;
  color: #000 !important;
  padding-top: 5px;
  padding-right: 50px;
  padding-bottom: 5px;
  padding-left: 50px;
  line-height: normal;
  background-color: rgba(25, 215, 205, 1) !important;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  position: relative;
  margin-right: 20px;
  min-height: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  font-weight: 500; }
  .g-button:hover {
    box-shadow: none;
    background-color: rgba(114, 247, 240, 1) !important; }

.g-auth__fogot-password, .g-auth__personal-note a {
  color: #000 !important; }

.g-auth__personal-note a {
  border-bottom: 1px dotted rgba(25, 215, 205, 1); }

.copyright {
  font-size: 16px !important; }
