body {
  margin: 0;
  font-family: "Inter", "Segoe UI", sans-serif;
  background: url("images/logo.jpg")
    no-repeat center center fixed;
  background-size: cover;
  color: #222;
}

.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}

header {
  background: linear-gradient(135deg, #007bff, #003f7f);
}

.form-card {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 1rem;
  max-width: 600px;
  width: 100%;
}

h1 {
  font-weight: 700;
}

.btn-primary {
  background: linear-gradient(135deg, #007bff, #0056b3);
  border: none;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background: linear-gradient(135deg, #0056b3, #003f7f);
  transform: translateY(-2px);
}

footer {
  background-color: #003f7f;
}

.form-check-label a {
  color: #007bff;
  text-decoration: underline;
}

legend {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

input:focus, select:focus, textarea:focus {
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

img {
  max-width: 100%;
  border-radius: 0.5rem;
}
.footer-item {
    color: white;
    text-decoration: none;
}
.footer-item:hover {
    text-decoration: underline;
}
