.custom-register-form {
  max-width: 400px;
  margin: 30px auto;
  padding: 25px;
  background: #f9f9f9;
  border-radius: 10px;
  border: 1px solid #ddd;
  box-shadow: 0 0 8px rgba(0,0,0,0.05);
}
.custom-register-form h2 {
  text-align: center;
  margin-bottom: 20px;
}
.custom-register-form p {
  margin-bottom: 15px;
}
.custom-register-form input,
.custom-register-form select {
  width: 100%;
  padding: 8px;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.custom-register-form input[type="submit"] {
  background-color: #0073aa;
  color: white;
  cursor: pointer;
}
.custom-register-form input[type="submit"]:hover {
  background-color: #005f8d;
}
.form-error {
  margin: 10px auto;
  width: 400px;
  background: #ffdede;
  color: #c00;
  padding: 8px;
  margin-bottom: 10px;
  border-left: 4px solid #c00;
}



.woocommerce form .show-password-input, .woocommerce-page form .show-password-input
 {
    background-color: transparent;
    border-radius: 0;
    border: 0;
    color: var(--wc-form-color-text, #000);
    cursor: pointer;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    position: absolute;
    right: .7em;
    text-decoration: none;
    top: 50%;
    transform: translateY(-50%);
    -moz-osx-font-smoothing: inherit;
    -webkit-appearance: none;
    -webkit-font-smoothing: inherit;
}