diff --git a/Bootstrap.Admin/Views/Account/Login.cshtml b/Bootstrap.Admin/Views/Account/Login.cshtml
index fb774556..184dd0ac 100644
--- a/Bootstrap.Admin/Views/Account/Login.cshtml
+++ b/Bootstrap.Admin/Views/Account/Login.cshtml
@@ -1,21 +1,8 @@
@model Bootstrap.Admin.Models.ModelBase
@{
ViewBag.Title = Model.Title;
- Layout = "~/Views/Shared/_Root.cshtml";
+ Layout = "~/Views/Shared/_Login.cshtml";
}
@section css {
-
-}
-@section javascript {
-
-
-
-
-
-}
-
-
-
+}
\ No newline at end of file
diff --git a/Bootstrap.Admin/Views/Account/Loginm.cshtml b/Bootstrap.Admin/Views/Account/Loginm.cshtml
index 601b08f2..e4f73e68 100644
--- a/Bootstrap.Admin/Views/Account/Loginm.cshtml
+++ b/Bootstrap.Admin/Views/Account/Loginm.cshtml
@@ -1,22 +1,8 @@
@model Bootstrap.Admin.Models.ModelBase
@{
ViewBag.Title = Model.Title;
- Layout = "~/Views/Shared/_Root.cshtml";
+ Layout = "~/Views/Shared/_Login.cshtml";
}
@section css {
-
-}
-@section javascript {
-
-
-
-
-
-}
-
-
-
-
+}
\ No newline at end of file
diff --git a/Bootstrap.Admin/Views/Account/SignIn.cshtml b/Bootstrap.Admin/Views/Account/SignIn.cshtml
index 239e6f36..ab68f6c5 100644
--- a/Bootstrap.Admin/Views/Account/SignIn.cshtml
+++ b/Bootstrap.Admin/Views/Account/SignIn.cshtml
@@ -1,22 +1,28 @@
@model Bootstrap.Admin.Models.ModelBase
-