/* 1) Hide the default description paragraph */
.woocommerce-ResetPassword > p:first-of-type {
  display: none !important;
}

/* 2) Hide the original username/email input row */
.woocommerce-ResetPassword p.woocommerce-form-row--first.form-row-first {
  display: none !important;
}

/* 3) Hide WooCommerce’s built-in “Reset password” button */
.woocommerce-ResetPassword p.woocommerce-form-row.form-row:last-of-type {
  display: none !important;
}

.sms-verify-container h2 {
  font-size: 1.25em;
  color: #222222;
}
body.woocommerce-lost-password h1.entry-title {
	display: none;
}
#sms_user_login {
  width: 100%;
  box-sizing: border-box;
}
/* Verify page (ID 3742594) error box styling */
body.page-id-3742594 .woocommerce-error {
  background-color: #ffffff !important;
  color: #222222 !important;
  border: 1px solid #222222 !important;
  padding: 1rem;
}

body.page-id-3742594 .woocommerce-error p {
  color: #222222 !important;
  margin: 0;
}
/* On Verify page (ID 3742594) make the link in the error box blue */
body.page-id-3742594 .woocommerce-error a {
  color: #0000ee !important; /* standard blue link */
  text-decoration: underline;
}