ONOS-1934 - CORD-GUI -- Styling edits for positioning, updated dashboard to use new json format.

Change-Id: Ia4ab3783ae3bbdf1a53dbba551c1cb5d49f6e49c
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 318ae32..15c06e7 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
@@ -1,14 +1,18 @@
 <!-- Login page partial html -->
 <div id="login-header">
-    <h2>Login to Subscriber Portal</h2>
+    <h2>Subscriber Portal</h2>
 </div>
 
-<div id="login-form">
-    <form>
-        <input type="text" placeholder="email">
-        <br>
-        <input type="password" placeholder="password">
-        <br>
-        <a href="#/home"><input type="submit" value="Submit"></a>
-    </form>
+<div class="container">
+    <div id="login-image"></div>
+
+    <div id="login-form">
+        <form>
+            <input type="text" placeholder="email">
+            <br>
+            <input type="password" placeholder="password">
+            <br>
+            <a href="#/home"><input type="submit" value="Login"></a>
+        </form>
+    </div>
 </div>
\ No newline at end of file