diff --git a/management/templates/index.html b/management/templates/index.html
index 82269908..f3e1c3c6 100644
--- a/management/templates/index.html
+++ b/management/templates/index.html
@@ -73,6 +73,11 @@
html {
background-color: #111;
}
+
+ /* Override Boostrap theme here to give more contrast. The black turns to white by the filter. */
+ .form-control {
+ color: black !important;
+ }
/* Revert the invert for the navbar */
button, div.navbar {