.pass-graybar {
  height: 3px;
  background-color: #CCC;
  width: 100%;
  position: relative;
  top: -4px;
}

.woocommerce-EditAccountForm .pass-graybar {
  top: 0;
}

.pass-colorbar {
  height: 3px;
  background-image: url('../assets/images/passwordstrength.jpg');
  position: absolute;
  top: 0;
  left: 0;
}

.pass-percent, .pass-text {
  font-family: "futura-pt-regular", sans-serif;
  font-size: 16px;
  line-height: 1.3em;
  display: block;
}

.woocommerce-EditAccountForm .pass-percent,
.woocommerce-EditAccountForm .pass-text {
  font-family: droid-serif, serif;
}

.pass-percent {
  margin-right: 5px;
}

#content .mepr-type-password {
  height: auto;
  min-height: 60px;
}

#content .mepr-type-password .mp-form-label {
  position: relative;
}

#mepr_reset_password_form .pass-wrapper {
  background: #f2fcff;
}

#mepr_reset_password_form .button.mp-hide-pw {
  z-index: 20;
  height: 60px;
}

#ur_password:-webkit-autofill,
#ur_password:-webkit-autofill:focus,
#mepr_reset_password_form input[type=password]:-webkit-autofill,
#mepr_reset_password_form input[type=password]:-webkit-autofill:focus {
  transition: background-color 600000s 0s, color 600000s 0s;
}
#ur_password[data-autocompleted],
#mepr_reset_password_form input[data-autocompleted] {
  background-color: transparent !important;
}

.pk-wcc-register-form .password-input > .pass-wrapper {
  margin-bottom: -24px;
}

.reset-password-form-style {
  width: 450px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}


