To keep curious eyes from seeing the password a user types in, set the input field's type to password.
type
password
Make sure to pick type, followed by =, and finally "password".
=
"password"