body {
  background: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  font-family: 'Muli', sans-serif;
}

.auth-container {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  width: 100%;
  max-width: 400px;
}

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

.auth-container .switch-link {
  text-align: center;
  margin-top: 15px;
}

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