diff --git a/web/templates/header.html b/web/templates/header.html
index a9bdbcc9..1b37d0dc 100644
--- a/web/templates/header.html
+++ b/web/templates/header.html
@@ -636,7 +636,7 @@
border-top: 1px solid #cccccc;
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
- background: #ebe9dc;
+ background: #fff;
text-align: left;
vertical-align:top;
width: 500px;
@@ -647,29 +647,29 @@
text-align: left;
vertical-align:top;
padding: 0 0 10px 40px;
- color: #333;
+ color: #323232;
}
.login-bottom {
- color: #574F51;
+ color: #ebe9dc;
text-align: right;
width: 500px;
height: 50px;
- background: #484243;
+ background: #ebe9dc;
padding: 0 8px 0 0;
margin: 0;
}
.vestacp{
font-size: 8pt;
- color: #CCCCB4;
+ color: #323232;
text-align: right;
padding: 20px 0 0 0;
}
.error {
font-size: 10pt;
- color: #DE6C5D;
+ color: #dE6c5d;
}