Minor: Change html input type to "email" on sign-in view
Created by: alexleutgoeb
As long as the username is the user's email address it makes sense to use input="email" helper for the email field. This allows HTML5 capable (mobile) devices to bring up an email input keyboard instead of the default one.