diff --git a/view/theme/frost/login-style.css b/view/theme/frost/login-style.css
index 3b9a9eb82..1c8c1cd45 100644
--- a/view/theme/frost/login-style.css
+++ b/view/theme/frost/login-style.css
@@ -12,6 +12,26 @@ a:hover {text-decoration: underline; }
img { border :0px; }
+nav {
+ display: none;
+}
+
+/* popup notifications */
+div.jGrowl div.notice {
+ background: #511919 url("../../../images/icons/48/notice.png") no-repeat 5px center;
+ color: #ffffff;
+ padding-left: 58px;
+}
+div.jGrowl div.info {
+ background: #364e59 url("../../../images/icons/48/info.png") no-repeat 5px center;
+ color: #ffffff;
+ padding-left: 58px;
+}
+#jGrowl.top-right {
+ top: 15px;
+ right: 15px;
+}
+
.login-button {
margin-top: 110px;
}
diff --git a/view/theme/frost-mobile/login-style.css b/view/theme/frost-mobile/login-style.css
index 618e07c0c..5c07aba77 100644
--- a/view/theme/frost-mobile/login-style.css
+++ b/view/theme/frost-mobile/login-style.css
@@ -15,6 +15,26 @@ a:hover {text-decoration: underline; }
img { border :0px; }
+nav {
+ display: none;
+}
+
+/* popup notifications */
+div.jGrowl div.notice {
+ background: #511919 url("../../../images/icons/48/notice.png") no-repeat 5px center;
+ color: #ffffff;
+ padding-left: 58px;
+}
+div.jGrowl div.info {
+ background: #364e59 url("../../../images/icons/48/info.png") no-repeat 5px center;
+ color: #ffffff;
+ padding-left: 58px;
+}
+#jGrowl.top-right {
+ top: 15px;
+ right: 15px;
+}
+
.login-button {
margin-top: 90px;
margin-left: auto;
diff --git a/view/theme/frost/default.php b/view/theme/frost/default.php
index 9f764c73e..aa032524f 100644
--- a/view/theme/frost/default.php
+++ b/view/theme/frost/default.php
@@ -6,23 +6,23 @@
+
+
module === 'home' ) { ?>
+
module === 'login' || $a->module === 'register' || $a->module === 'lostpass' ) {
?>
-
-
+