.woocommerce-notices-wrapper .woocommerce-error li {
  color: #151984 !important;
}

.woocommerce-notices-wrapper #nasa_customer_login .form-row .ns-show-password:hover svg path, #customer_login .form-row .ns-show-password:hover svg path {
    stroke: #151984 !important;
}


#nasa_customer_login .form-row .ns-show-password:hover svg path, #customer_login .form-row .ns-show-password:hover svg path {
    stroke: #14177e !important;
}

/* MOBILE ONLY */
@media (max-width: 47.9375rem) { /* 767px */

  .woocommerce-notices-wrapper {
    display: flex;
    justify-content: center;
  }

  .woocommerce-notices-wrapper .woocommerce-error {
    max-width: 90%;
    width: 100%;
    font-size: 0.875rem;
    padding: 0.75rem 1rem;
    margin: 0.75rem auto;
  }

  /* Paragraph-style message */
  .woocommerce-notices-wrapper .woocommerce-error li {
    display: block;
    line-height: 1.5;
    color: #151984 !important;
  }

  /* Inline icon like text */
  .woocommerce-notices-wrapper .woocommerce-error li svg {
    display: inline-block;
    vertical-align: text-top;
    margin-inline-end: 0.375rem;
  }

}