diff --git a/login.html b/login.html
index 684d0bf1b9d71319a920d69f7f40d69f633e4067..d598da55e95b3af64facf16db41a4a0d6099c6b1 100644
--- a/login.html
+++ b/login.html
@@ -4,16 +4,18 @@
 
 {% set announcement = 'test announcement message' %}
 {% set csusb_hub_title = 'Welcome to Cal State San Bernardino JupyterHub' %}
-{% set csusb_cilogon = 'The following log in uses CSUSB\'s login system\n For details, check out this webpage' %}
+{% set csusb_cilogon = 'The following login process uses CSUSB\'s DUO login system' %}
 
 {% block login %}
 <div class="container text-center csusb">
     <h1>{{ csusb_hub_title  }}</h1>
     <h4>
       <p>{{ csusb_cilogon | safe }}</p>
-      <p>For more information about HPC at CSUSB, please visit <a href="https://www.csusb.edu/academic-technologies-innovation/xreal-lab-and-high-performance-computing/high-performance" target="_blank">CSUSB High Performance Computing Initiative</a></p>
+      <p>For more information about the login system and HPC at CSUSB, please visit <a href="https://www.csusb.edu/academic-technologies-innovation/xreal-lab-and-high-performance-computing/high-performance" target="_blank">CSUSB High Performance Computing Initiative</a></p>
     </h4>
 {{ super() }}
+
+<p> Footer test</p>
 </div>
 {% endblock %}
 
@@ -29,13 +31,6 @@
 #login-main form {
     vertical-align: top;
 }
-
-#login-main .auth-form-header {
-    color: white;
-    background: rgb(219, 170, 0);
-    border: 1px solid;
-    border-color: rgb(0, 124, 186);
-}
 </style>
 {% endblock %}