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

Change-Id: Ib38870c8acb5f443d2aedb6580180f5457f944df
diff --git a/apps/demo/cord-gui/src/main/webapp/app/view/login/login.html b/apps/demo/cord-gui/src/main/webapp/app/view/login/login.html
index 9835fd4..0ce4112 100644
--- a/apps/demo/cord-gui/src/main/webapp/app/view/login/login.html
+++ b/apps/demo/cord-gui/src/main/webapp/app/view/login/login.html
@@ -6,12 +6,13 @@
         </div>
 
         <div id="login-form">
-            <h2>Subscriber Portal</h2>
-            <form>
-                <input type="text" placeholder="email">
-                <input type="password" placeholder="password">
-                <a href="#/home"><input type="button" value="Log In"></a>
-            </form>
+            <div class="outline"></div>
+                <h2>Subscriber Portal</h2>
+                <form>
+                    <input type="text" placeholder="email">
+                    <input type="password" placeholder="password">
+                    <a href="#/home"><input type="button" value="Log In"></a>
+                </form>
         </div>
     </div>
 </div>
\ No newline at end of file