diff --git a/umap/static/umap/content.css b/umap/static/umap/content.css
index 386c8581..0737e4ff 100644
--- a/umap/static/umap/content.css
+++ b/umap/static/umap/content.css
@@ -24,11 +24,11 @@ input:-moz-placeholder, :-moz-placeholder {
body.login {
width: 320px;
margin: auto;
- text-align: center;
+ background-color: var(--color-lighterGray);
+ color: var(--color-darkerGray);
}
body.login header {
display: flex;
- justify-content: center;
}
.login-grid {
display: grid;
diff --git a/umap/static/umap/vars.css b/umap/static/umap/vars.css
index 4c8f5eb3..1493757b 100644
--- a/umap/static/umap/vars.css
+++ b/umap/static/umap/vars.css
@@ -2,6 +2,7 @@
/* Colors. */
--color-waterMint: #B9F5D2;
--color-darkBlue: #263B58;
+ --color-lighterGray: #f6f6f6;
--color-lightGray: #ddd;
--color-mediumGray: #3e4444;
--color-darkGray: #323737;
diff --git a/umap/templates/registration/login.html b/umap/templates/registration/login.html
index d408e0cf..ee5ab99c 100644
--- a/umap/templates/registration/login.html
+++ b/umap/templates/registration/login.html
@@ -19,10 +19,11 @@