body {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #374058;
  overflow: hidden;
}
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.login-container {
  max-width: 400px;
  width: 100%;
  padding: 20px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
  margin: 5% !important;
}
.btn-primary {
  background-color: #374058;
  border-color: #374058;
  transition: background-color 0.3s, border-color 0.3s;
  color: #b6a4a4 !important;
}
.btn-primary:hover {
  background-color: #b6a4a4;
  border-color: #b6a4a4;
  color: #374058 !important;
}
.logo {
  max-width: 150px;
  height: auto;
  display: block;
  margin: 0 auto 20px;
}
#message {
  color: #000000;
}
.captcha-container {
  margin-bottom: 15px;
}
.debug-info {
  margin-top: 10px;
  font-size: 12px;
  color: #666;
}
