.btn-login-top:nth-child(1) {
  background: transparent;
  color: #ffffff;
  margin-right: 5px;
  border: 1px solid #ffffff;
  box-shadow: 0 0 5px white, 0 0 7px #e5990f, inset 0 0 5px white, inset 0 0 7px #e5990f;
}

.btn-login-top {
  font-weight: 300;
}

.btn-login-top {
  font-weight: 200;
  border-radius: 1rem;
  padding: 10px;
  color: #fff;
  /*border: 2px solid white;*/
  font-size: 1.1rem;
  background: var(--base-color-1);
  background: linear-gradient(90deg, var(--base-color-1) 0%, var(--base-color-2) 100%);
}

.btn-login-top, .btn-login, .btn-custom, .btn-withdraw, .btn-chw {
  background: linear-gradient(167deg, #bea771, #9d834a);
  border: 1px solid #b49c66;
}

