diff --git a/login.html b/login.html
index b947977a0d1872f420c5ec3f2fe46893d82c2790..59655add77e1fa0dac67121f78807f0ab469b06f 100644
--- a/login.html
+++ b/login.html
@@ -15,7 +15,9 @@
         </p>
     </h5>
 </div>
+<p> &nbsp </p>
 {{ super() }}
+<p> &nbsp </p>
 <div id="login-cilogon-info" class="service-login">
     <h5>      
     <p>Be sure to choose <ins>California State University San Bernardino</ins> on the next page instead of <del>ORCID</del>. 
@@ -48,6 +50,9 @@
     max-width:100%;
     height:auto;
     max-height:100%;
- }
+}
+p.extra-space {
+    line-height: 0.7;
+}
 </style>
 {% endblock %}
\ No newline at end of file
diff --git a/page.html b/page.html
index 953785dc4f72c932c03b10675c12b3c2a93f3588..7bfaeab0d03cd136a59f1dc891177b6b49398940 100644
--- a/page.html
+++ b/page.html
@@ -8,11 +8,13 @@
     bottom: 0px;
     text-align: center;
     width: 100%;
+    z-index: -1;
 }
 </style>
 {% endblock %}
 
 {% block footer %}
+<p> &nbsp <br> &nbsp </p>
 <div class="footer-bottom">
     <hr style="width:50%">
     <p>This JupyterHub is provided by the ITS and ATI at California State Univeristy San Bernardino</p>