Use JavaScript to set the input element's id to password.
input
id
password
Make sure to pick el followed by . and then id, =, "password", ;.
el
.
=
"password"
;