#wbb-register-wrapper {
  max-width: 420px;
  margin: 40px auto;
  xbackground: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  font-family: sans-serif;
}

#wbb-register-wrapper label {
  display: block;
  margin-top: 18px;
  font-weight: 600;
  font-size: 0.9rem;
  color: #333;
}
#register-form p {
	line-height:1.2;
	margin-bottom:20px;
}

#wbb-register-wrapper input,
#wbb-register-wrapper select {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-top: 6px;
  font-size: 1rem;
  box-sizing: border-box;
}

#wbb-register-wrapper input:focus,
#wbb-register-wrapper select:focus {
  border-color: #0073aa;
  outline: none;
}

#wbb-register-wrapper button[type="submit"] {
  margin-top: 20px;
  width: 100%;
  padding: 12px;
  font-size: 1rem;
  background: #0073aa;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}

#wbb-register-wrapper button[type="submit"]:hover {
  background: #005177;
}

#wbb-password-checklist {
  margin-top: 10px;
  font-size: 0.85rem;
  line-height: 1.6;
}

#wbb-password-checklist span {
  display: block;
  color: #999;
}

#wbb-password-checklist .valid {
  color: green;
}

#wbb-password-checklist .invalid {
  color: red;
}

