body {
  background-color: #1a1a2e;
  min-height: 100vh;
}

.card.shadow-lg {
  background-color: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  box-shadow: none !important;
}

.card h3 {
  color: #ffffff !important;
}

.card .text-muted {
  color: rgba(255, 255, 255, 0.5) !important;
}

.card hr {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.discord-login_btn {
  background-color: #5865F2;
  border: none;
  font-size: 16px;
  padding: 12px;
}

.discord-login_btn:hover {
  background-color: #4752C4;
}