diff --git a/scipost/static/scipost/assets/css/_form.scss b/scipost/static/scipost/assets/css/_form.scss
index 40042b021b6e4dee4774cd93a9319305b6cea251..6b48198edc22fde86f80ed2667fa689e563b8cfc 100644
--- a/scipost/static/scipost/assets/css/_form.scss
+++ b/scipost/static/scipost/assets/css/_form.scss
@@ -5,3 +5,13 @@
 .form-control {
     font-family: inherit;
 }
+
+.has-error .form-control {
+        border-color: #d9534f;
+}
+
+.form-control + .help-block {
+    margin-top: 3px;
+    display: inline-block;
+    font-weight: 600;
+}