/* natale.css */
body {
  background: linear-gradient(to bottom, #e6f2ff, #ffffff);
  background-image: url('../immagini/sfondo_natale.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #0c3c60;
  min-height: 100vh;
}

.login-container {
  background-color: rgba(255, 255, 255, 0.95);
  border: 2px solid #d63384;
  box-shadow: 0 0 15px rgba(220, 53, 69, 0.3);
  border-radius: 16px;
}

.login-container h2 {
  color: #d63384;
}

.login-container button {
  background-color: #dc3545;
  color: white;
  font-weight: bold;
  border: none;
  border-radius: 6px;
  transition: background-color 0.3s;
}

.login-container button:hover {
  background-color: #c82333;
}

input[type="email"],
input[type="password"] {
  border: 1px solid #ffc107;
  background: #fffaf0;
  color: #0c3c60;
}

input[type="checkbox"] {
  accent-color: #dc3545;
}

.link-container a {
  color: #dc3545;
}

.link-container a:hover {
  text-decoration: underline;
}

.beta-btn {
  background-color: #28a745;
  color: white;
  font-weight: bold;
}

.beta-btn:hover {
  background-color: #218838;
}
