body {
  font-family: Arial, sans-serif;
  background: #f4f6f8;
}

.signup-container {
  width: 420px;
  margin: 50px auto;
  background: #ffffff;
  padding: 25px;
  border-radius: 8px;
}

h2 {
  margin-bottom: 5px;
}

.step {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}

.form-group {
  margin-bottom: 15px;
}

label {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
}

input, textarea {
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
}

.btn {
  width: 100%;
  padding: 10px;
  background: #0066cc;
  color: #fff;
  border: none;
  cursor: pointer;
}
