Add another label to the field set containing the text Password followed by a password input box with the id password and the field name pwd. Use the for attribute to link the label to the password input box. code example
Example: how to create password input in html
<input type="password" name=""value="">