Here we have a form with the autocomplete attribute set to "new-password", meaning that we are expecting a new password here, so it is no need for the browser to try to fill in this form.
Here is what happens if we remove the autocomplete="new-password" attribute: