@using WebsitePanel.WebDavPortal.Resources @using WebsitePanel.WebDavPortal.UI.Routes @model WebsitePanel.WebDavPortal.Models.Account.PasswordResetEmailModel @{ Layout = "~/Views/Shared/_Layout.cshtml"; }
@using (Html.BeginRouteForm(AccountRouteNames.PasswordResetEmail, FormMethod.Post, new { @class = "user-password-reset-email bs-val-styles col-lg-10 col-lg-offset-3", id = "user-password-reset" })) {

@UI.PasswordReset

@Html.TextBoxFor(x => x.Email, new { @class = "form-control", placeholder = UI.Login }) @Html.ValidationMessageFor(x => x.Email)
}