[code] significant work done to login page, changed text around and done some light formatting adjustments, will continue to work on.

This commit is contained in:
2026-04-24 00:24:59 +01:00
parent 02f85f8783
commit 5dc557661c
2 changed files with 18 additions and 6 deletions

View File

@@ -57,14 +57,19 @@ h3 {
overflow-y: auto;
}
.loginHeader, .loginForm {
.loginHeader, .loginForm, .description, .copyrightText {
width: 100%;
text-align: left;
}
.loginLogo {
.logo {
text-align: center;
}
.copyrightText {
padding-top: 40px;
}
.formGroup {
width: 100%;
margin-bottom: 20px;