[code] made changes to text on login page, minimal changes to tags done as well, have updated styles.css to reflect these updates.

This commit is contained in:
2026-04-24 00:33:44 +01:00
parent 5dc557661c
commit 5686a816af
2 changed files with 9 additions and 8 deletions

View File

@@ -57,7 +57,7 @@ h3 {
overflow-y: auto;
}
.loginHeader, .loginForm, .description, .copyrightText {
.loginHeader, .loginForm, .description, .bottomText {
width: 100%;
text-align: left;
}
@@ -66,8 +66,8 @@ h3 {
text-align: center;
}
.copyrightText {
padding-top: 40px;
.bottomText {
padding-top: 60px;
}
.formGroup {