diff --git a/dhis-2/dhis-web-api/src/main/resources/org/hisp/dhis/webapi/servlet/login.html b/dhis-2/dhis-web-api/src/main/resources/org/hisp/dhis/webapi/servlet/login.html index 5a7d577bc11b..25ec647c820e 100644 --- a/dhis-2/dhis-web-api/src/main/resources/org/hisp/dhis/webapi/servlet/login.html +++ b/dhis-2/dhis-web-api/src/main/resources/org/hisp/dhis/webapi/servlet/login.html @@ -29,6 +29,35 @@ width: 20%; } + .nav-right { + margin-top: 10px; + display: flex; + align-items: start; + gap: 10px; + justify-content: start; + } + + .nav-right img { + max-height: 64px; + border: 1px solid white; + width: 100px; + } + + .right-content { + display: flex; + height: 10px; + flex-direction: column; + gap: 10px; + } + + .right-content h3{ + margin: 0px; + } + + .right-content p{ + margin: 0px; + } + .notification-container { background: #f5fbff; display: flex; @@ -41,29 +70,30 @@ box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } - .notification-content{ + .notification-content { font-size: 14px; display: flex; flex-direction: column; - gap:10px; + gap: 10px; line-height: 20px; } -.fa-circle-info{ - color: #093371; - font-size: 20px; -} + + .fa-circle-info { + color: #093371; + font-size: 20px; + } + .login-container { background-color: white; padding: 2rem; border-radius: 5px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); width: 100%; - text-align: center; } .login-container h1 { - margin-bottom: 7px; - font-size: 1.2rem; + margin-bottom: 12px; + font-size: 1rem; color: #333; } @@ -111,26 +141,37 @@ .logo-container { color: white; width: 100%; + } + + .nav { + margin: 0px 20px; display: flex; align-items: center; justify-content: space-between; - margin-bottom: 20px; + } + + p { + color: #a0adba; } .footer { - text-align: center; position: fixed; - bottom: 10px; - left: 0; - right: 0; - color: white; + bottom: 0; + color: rgb(206, 203, 203); border-top: solid 1px #004a8b; width: 100%; - padding-top: 5px; + padding-top: 2px; + } + + .footer div { + margin: 0px 20px; + display: flex; + justify-content: space-between; + align-items: center; } .footer a { - color: #fff; + color: rgb(206, 203, 203); } /* Loading spinner */ @@ -164,8 +205,19 @@
-
- DHIS2 Logo +
@@ -208,8 +260,10 @@

Log in

+