Updated the paths in the login page to point to the new content paths as per SLING-7484
diff --git a/src/main/resources/org/apache/sling/auth/form/impl/login.html b/src/main/resources/org/apache/sling/auth/form/impl/login.html
index 2b123bd..05ca293 100644
--- a/src/main/resources/org/apache/sling/auth/form/impl/login.html
+++ b/src/main/resources/org/apache/sling/auth/form/impl/login.html
@@ -23,22 +23,22 @@
         <meta http-equiv="X-UA-Compatible" content="IE=edge" />
         <meta name="viewport" content="width=device-width, initial-scale=1" />
         <title>Login to Apache Sling</title>
-        <link href="/etc/clientlibs/launchpad/css/bundle.css" rel="stylesheet" />
+        <link href="/content/starter/css/bundle.css" rel="stylesheet" />
     </head>
     <body>
         <div class="Grid Fit-Medium Home-Grid">
             <div class="Gradient"></div>
             <header class="Cell Medium-35 Large-25 Align-Center Logos">
                 <a href="http://sling.apache.org" target="_blank" id="sling-logo" title="Visit the Apache Sling website">
-                    <img src="/sling-logo.svg" alt="Apache Sling Logo"/>
+                    <img src="/content/starter/sling-logo.svg" alt="Apache Sling Logo"/>
                 </a>
                 <a href="http://apache.org" target="_blank" id="asf-logo" title="Visit the Apache Software Foundation website">
-                    <img src="/etc/clientlibs/launchpad/img/asf-logo.svg" alt="Apache Software Foundation Logo"/>
+                    <img src="/content/starter/img/asf-logo.svg" alt="Apache Software Foundation Logo"/>
                 </a>
             </header>
             <div class="Cell Align-Center Main-Content">
                 <div class="Grid">
-                    <section class="Cell Large-100">
+                    <section class="Cell Medium-35">
                     	<h3>Login:</h3>
 						<form id="loginform" method="POST" action="${requestContextPath}/j_security_check" enctype="multipart/form-data" accept-charset="UTF-8">
 							<input type="hidden" name="_charset_" value="UTF-8" />
@@ -63,6 +63,8 @@
 							</div>
 						</form>
                     </section>
+                    <div class="Cell Medium-65">
+                    </div>
                 </div>
             </div>
         </div>