How can add type="text" , it should come automatically. i am using nop-commerce 3.80 version  

ON login code
  @Html.TextBoxFor(m => m.Email, new { @type = "text", @class = "email", autofocus = "autofocus" })

on browser render only this

<input autofocus="" class="email valid" data-val="true" data-val-email="Feil e-postadresse" data-val-required="Skriv inn din e-post" id="Email" name="Email">