From 674f6b427179db9e9a4856a901286c8a1178f9df Mon Sep 17 00:00:00 2001
From: youngsuKim-CSUSB <81013158+youngsuKim-CSUSB@users.noreply.github.com>
Date: Tue, 14 Jun 2022 01:02:42 -0700
Subject: [PATCH] test login.html

---
 login.html | 48 ------------------------------------------------
 1 file changed, 48 deletions(-)

diff --git a/login.html b/login.html
index b9bf876..e9fad64 100644
--- a/login.html
+++ b/login.html
@@ -21,36 +21,11 @@
 {% block stylesheet %}
 {{ super() }}
 <style>
-.branding img {
-    display: block; 
-    width: 350px;
-    /* top right bottom left */
-    margin: 0 auto 0 auto;
-}
-
-#login-main .auth-form-body {
-    border-color: rgb(0, 124, 186);
-    color: white;
-}
-
 #login-main {
     margin-top: 1%;
     height: 100%;
 }
 
-footer {
-    border-top: 1px solid silver;
-    padding: 10px;
-    bottom: 0;
-    position: fixed;
-    width: 100%;
-}
-
-footer p{
-    margin: 0 auto 0 auto;
-    text-align: center;
-}
-
 #login-main form {
     vertical-align: top;
 }
@@ -61,29 +36,6 @@ footer p{
     border: 1px solid;
     border-color: rgb(0, 124, 186);
 }
-
-#insecure-login-warning {
-    color: black;
-}
-
-.btn-jupyter.active, .btn-jupyter:active, .open>.dropdown-toggle.btn-jupyter {
-    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #a88400;
-    border-color: #a88400;
-    outline-color: #a88400;
-}
-
-#login-main .form-control:focus, #login-main input[type=submit]:focus {
-    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(219, 170, 0);
-    border-color: rgb(219, 170, 0);
-    outline-color: rgb(219, 170, 0);
-}
-
-.btn-jupyter {
-    color: #fff;
-    background-color: rgb(219, 170, 0);
-    border-color: rgb(219, 170, 0);
-}
-
 </style>
 {% endblock %}
 
-- 
GitLab