Updating auth form to use the new CSS built by SLING-7379
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 9fae2b6..2b123bd 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,8 +23,7 @@
         <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/dist/css/index.css" rel="stylesheet" />
-        <link href="/etc/clientlibs/launchpad/dist/css/form.css" rel="stylesheet" />
+        <link href="/etc/clientlibs/launchpad/css/bundle.css" rel="stylesheet" />
     </head>
     <body>
         <div class="Grid Fit-Medium Home-Grid">
@@ -34,7 +33,7 @@
                     <img src="/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/dist/img/asf-logo.svg" alt="Apache Software Foundation Logo"/>
+                    <img src="/etc/clientlibs/launchpad/img/asf-logo.svg" alt="Apache Software Foundation Logo"/>
                 </a>
             </header>
             <div class="Cell Align-Center Main-Content">