Измените свой код на это:
@Html.Password("password", new { htmlAttributes = new { @Value = "", @class = "form-control", @style = "width:200px" } })
if error:
@Html.Password("password", new { @Value = "", htmlAttributes = new { @class = "form-control", @style = "width:200px" } })