body {
  background: linear-gradient(to right, #0f2027, #203a43, #2c5364);
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-card {
  width: 100%;
  max-width: 400px;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  background: #ffffff;
}

.login-title {
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
  color: #203a43;
}
