.helptext {
    font-size: 12px;          /* Adjust font size */
    color: #555;              /* Customize text color */
    margin-top: 8px;          /* Add spacing above the help text */
    padding-left: 20px;       /* Indent to align with bullets */
  }
  
  /* Style for the list items */
  .helptext ul {
    list-style-type: disc;    /* Set bullet style to disc */
    padding-left: 20px;       /* Ensure bullets align */
    margin-top: 0;
  }
  
  .helptext li {
    margin-bottom: 6px;       /* Space between each rule */
  }

  /* Target all unordered lists inside the .signup-page div */
.signup-page ul {
    list-style-type: disc;      /* Set bullet style to disc */
    padding-left: 20px; 
    margin-top: -2ch;        /* Indent for bullet alignment */
}

/* Style individual list items inside the .signup-page div */
.signup-page li {
    font-size: 14px;            /* Adjust font size */
    color: #555;                /* Set text color to a subtle gray */
    margin-bottom: 6px;
}

.errorlist li {
  color: rgb(122, 14, 14);
  font-size: 16px;
}



  