<%= f.label :email %> <%= f.text_field :email, type: 'email', inputmode: 'email', autocomplete: 'email' %>
<%= f.label :password %> <%= f.password_field :password, autocomplete: 'current-password' %>
<%= f.label :remember %> <%= f.check_box :remember %>
<%= f.submit %>
<% end %> <%= link_to 'I forgot my password', new_password_reset_path %>