diff --git a/login.html b/login.html
index 12f788a7c6f394f8fd24baad2bf2fe213385776d..69672ed3268c4c69c2cd857aa18c9b0c97d0650f 100644
--- a/login.html
+++ b/login.html
@@ -18,7 +18,7 @@
 {{ super() }}
 <div id="login-cilogon-info" class="service-login">
     <h5>
-    <p>Be sure to choose <strong>California State University San Bernerdino</strong> on the next page instead of <strong>ORCID</strong> or something else</p>
+    <p>Be sure to choose <strong>California State University San Bernerdino</strong> on the next page instead of <strong>ORCID</strong> (or something else)</p>
     </h5>
 </div>
 {% endblock %}
@@ -34,9 +34,9 @@
     text-align: center;
     display: table;
     vertical-align: middle;
-    margin: auto auto auto auto;
+    margin: 1% auto auto auto;
     padding-left: 0%;
-    width: 350px;
+    width: 400px;
 }
 </style>
 {% endblock %}
\ No newline at end of file