body {
  background-color: #141414;
}

#sw-login-btn {
  background: #2ca870;
  color: white;

  width: 100%;
  border-radius: 3pt;
  font-weight: bold;
  border-width: 0px;
  padding: 10px 24px;
  transition: 0.5s;
}

#sw-login-btn:hover {
  /*background: #00D77C;*/
  background: #24874a;
  color: white;
}

#sw-info-btn {
  background: #2ca870;
  color: white;

  width: 100%;
  border-radius: 3pt;
  font-weight: bold;
  border-width: 0px;
  padding: 10px 24px;
  transition: 0.5s;
}

#sw-info-btn:hover {
  background: #24874a;
  color: white;
}

#sw-login-card {
  background-color: #1e1e1e;
}
