@model LoginModel @{ ViewData["Title"] = "Login"; }
@if(!string.IsNullOrWhiteSpace(Model.Success)) { } else if(!string.IsNullOrWhiteSpace(Model.Error)) { }

Please enter your email address below to log in.

We'll email you a secure login link.