diff --git a/apps/authentication/templates/authentication/login.html b/apps/authentication/templates/authentication/login.html index 6b9443e1914e..56cb8f7132f5 100644 --- a/apps/authentication/templates/authentication/login.html +++ b/apps/authentication/templates/authentication/login.html @@ -22,6 +22,15 @@ {#box-shadow: 0 5px 5px -3px rgb(0 0 0 / 15%), 0 8px 10px 1px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%);#} } + .left-box { + height: 200px; + width: 100%; + overflow: auto; + background-color: #fff; + border: 1px solid #e7eaec; + min-height: 1px; + } + .login-footer { height: 50px; width: 1000px; @@ -417,6 +426,9 @@

+
+
+
@@ -427,6 +439,11 @@

+