diff --git a/apps/authentication/templates/authentication/login.html b/apps/authentication/templates/authentication/login.html index 9c24f12c9..e19635ca6 100644 --- a/apps/authentication/templates/authentication/login.html +++ b/apps/authentication/templates/authentication/login.html @@ -228,6 +228,39 @@ font-size: 16px; text-align: center; } + + .mobile-logo { + display: none; + } + + @media (max-width: 768px) { + body { + background-color: #ffffff; + } + + .login-content { + width: 100%; + } + + .left-form-box { + width: 100%; + border-right: none; + } + + .right-image-box { + display: none; + } + + .navbar-top-links { + display: inline; + float: right; + } + + .mobile-logo { + display: block; + padding: 20px 30px 0 30px; + } + } @@ -246,6 +279,11 @@
+

@@ -306,13 +344,13 @@ {% endif %}