<form method="post" action="/form" autocomplete="off">
[…]
</form>
<input type='text' autocomplete='off' />
<input type="email" name="email"><!-- Can be type="text" -->
<input type="password" name="password" autocomplete="new-password">