.header-logo img {
  height: 70px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
}
.wallet-form-two button {
  font-size: 14px;
  font-weight: 500;
  padding: 10px 30px;
  border-radius: 6px;
  margin-top: 17px;
  text-transform: uppercase;
  color: var(--white);
  background: var(--secondary);
  transition: all linear 0.25s;
}
.wallet-form-two button:hover {
  transform: translateY(-5px);
}
.wallet-form button {
  transition: all linear 0.25s;
}
.wallet-form button:hover {
  transform: translateY(-5px);
}
