@using Project_Unite.Models @model LoginViewModel @{ ViewBag.Title = "Log in"; }
@Html.ActionLink("Register as a new user", "Register")
@Html.ActionLink("Forgot your password?", "ForgotPassword")