body {
  background: #f5f7fa;
}
.form-container {
  max-width: 550px;
  margin: auto;
  margin-top: 60px;
  padding: 30px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.form-title {
  text-align: center;
  margin-bottom: 20px;
  color: #08a1a8;
}