body {
  background: linear-gradient(135deg, #14213d, #000000);
  color: white;
  font-family: 'Segoe UI', sans-serif;
  padding-top: 40px;
  padding-bottom: 40px;
}

.form-container {
  background-color: #ffffff;
  color: #212529;
  border-radius: 20px;
  padding: 2.5rem;
  max-width: 700px;
  margin: auto;
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.1);
}

h2 {
  font-weight: bold;
  color: #14213d;
}

label {
  font-weight: 600;
}

.form-control {
  border-radius: 10px;
}

.btn-primary {
  background-color: #0077b6;
  border: none;
  font-weight: bold;
  border-radius: 10px;
  padding: 10px 25px;
}

.btn-primary:hover {
  background-color: #005f86;
}

.logo {
  max-height: 60px;
  margin-bottom: 1rem;
}

.modal-content {
  color: #212529 !important;
}

#particles-js {
  position: fixed;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #14213d, #000000);
  z-index: 0;
}

body {
  position: relative;
  z-index: 1;
}

.container {
  position: relative;
  z-index: 2;
}
