diff --git a/public/css/theme-bthree-dark.css b/public/css/theme-bthree-dark.css
index d322796..2236fc2 100644
--- a/public/css/theme-bthree-dark.css
+++ b/public/css/theme-bthree-dark.css
@@ -1,3 +1,7 @@
+/* */
+#navbar .right.stackable.menu {
+ display: none;
+}
/* bthree dark theme */
@font-face {
diff --git a/templates/user/auth/signin.tmpl b/templates/user/auth/signin.tmpl
new file mode 100644
index 0000000..7a364ab
--- /dev/null
+++ b/templates/user/auth/signin.tmpl
@@ -0,0 +1,25 @@
+{{template "base/head" .}}
+
+
+
+ {{template "user/auth/signin_navbar" .}}
+
+
+ {{template "user/auth/signin_inner" .}}
+
+
+
+{{template "base/footer" .}}