.auth-container {
  max-width: 400px;
  margin: 40px auto;
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.auth-container h1 {
  text-align: center;
  margin-bottom: 20px;
}

.auth-container p {
  text-align: center;
  margin-top: 10px;
}