body {
  margin: 0;
  background: radial-gradient(circle at top, #1b1f2a, #0e1016);
  color: #eee;
  font-family: sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.container {
  background: rgba(255,255,255,0.05);
  padding: 30px;
  border-radius: 16px;
  width: 360px;
  text-align: center;
}

input {
  width: 100%;
  padding: 12px;
  margin: 10px 0;
  border-radius: 10px;
  border: none;
}

button, a {
  display: block;
  margin-top: 12px;
  padding: 12px;
  background: linear-gradient(135deg,#7c5cff,#c77dff);
  color: white;
  border-radius: 12px;
  text-decoration: none;
  border: none;
}
