diff --git a/resources/assets/stylesheets/highcontrast.scss b/resources/assets/stylesheets/highcontrast.scss
index 712db2b735e52d7c6508840c5467caf9367694f1..a5de2dd216a3ffa2c6e58ff69b4e4dbdbf638828 100644
--- a/resources/assets/stylesheets/highcontrast.scss
+++ b/resources/assets/stylesheets/highcontrast.scss
@@ -1295,4 +1295,20 @@ button.as-link {
             }
         }
     }
-} 
\ No newline at end of file
+}
+form.default {
+    input[type=date],
+    input[type=datetime-local],
+    input[type=email],
+    input[type=number],
+    input[type=password],
+    input[type=tel],
+    input[type=text],
+    input[type=time],
+    input[type=url],
+    select,
+    textarea {
+        border: 1px solid var(--black);
+    }
+}
+