bbody {
   
  font-family: 'Segoe UI', sans-serif;
  background: linear-gradient(to right, #2c3e50, #3498db);
  margin: 0;
  padding: 0;
  ddisplay: flex;
  height: 100vh;
  align-items: center;
  justify-content: center;
}

.login-container {
     margin: 80px;
     top:5px;
   align-items: center;
  justify-content: center;
  background: white;
  padding: 0.3rem;
  border-radius: 15px;
  width: 70%;
  max-width: 950px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
  text-align: center;
  color:#336699;
}

button {
  background-color: #3498db;
  color: white;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 5px;
  font-size: 1rem;
  cursor: pointer;
}

button:hover {
  background-color: #2980b9;
}
body {
  font-family: Arial, sans-serif;
  font-family: 'Segoe UI', sans-serif;
  background: linear-gradient(to right, #2c3e50, #3498db);
  margin: 0;
  padding: 0;
  ddisplay: flex;
  height: 100vh;
  align-items: center;
  justify-content: center;
}

.login-container {
  background: #fff;
  
  border-radius: 10px;
  max-width: 600px;
  width: 90%;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  text-align: center;
}

button {
  background: #3498db;
  color: #fff;
  border: none;
  padding: 0.8rem 1.5rem;
  border-radius: 6px;
  font-size: 1rem;
  cursor: pointer;
}

button:hover {
  background: #2980b9;
}
