.center-form {
  min-height: 100vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: transparent;
}
.form-container {
  padding: 30px;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 0 20px rgba(0,0,0,0.05);
  width: 100%;
  max-width: 400px;
}