CORD GUI -- Dashboard and login pages have new look. WIP.

Change-Id: Ib38870c8acb5f443d2aedb6580180f5457f944df
diff --git a/apps/demo/cord-gui/src/main/webapp/app/fw/foot/foot.css b/apps/demo/cord-gui/src/main/webapp/app/fw/foot/foot.css
index f6b511d..b8746d6 100644
--- a/apps/demo/cord-gui/src/main/webapp/app/fw/foot/foot.css
+++ b/apps/demo/cord-gui/src/main/webapp/app/fw/foot/foot.css
@@ -15,18 +15,17 @@
  */
 
 div.foot {
-    width: 960px;
+    width: 100%;
     height: 30px;
-    background-color: rgb(122, 188, 229);
+    background-color: white;
     position: absolute;
     left: 0;
     right: 0;
     bottom: 0;
     margin-left: auto;
     margin-right: auto;
-    border-top-left-radius: 3px;
-    border-top-right-radius: 3px;
     z-index: 100;
+    box-shadow: 0 10px 5px 10px gray;
 }
 
 .foot div {
@@ -35,7 +34,7 @@
     transform: translate(0, -50%);
     font-style: italic;
     font-size: 12px;
-    color: rgba(255, 255, 255, 0.7);
+    color: #3C3C3C;
 }
 
 .foot div.left {