diff --git a/html/html/captive/assets/captive.css b/html/html/captive/assets/captive.css
index d02efeee3..f575f01ee 100644
--- a/html/html/captive/assets/captive.css
+++ b/html/html/captive/assets/captive.css
@@ -107,8 +107,8 @@ footer {
box-shadow: inset 0 -2px 0 0 #546e7a;
}
-.form-text .error {
- box-shadow: 0 -2px 0 0 #ff3d00;
+.form-error {
+ box-shadow: inset 0 -2px 0 0 #ff3d00;
}
.form-submit {
@@ -163,3 +163,14 @@ footer {
border: 2px solid #546e7a;
border-radius: 2px;
}
+
+.text-error {
+ position: block;
+ margin-top: 6px;
+ min-height: 23px;
+
+ color: white;
+ background-color: #ff3d00;
+
+ border-radius: 2px;
+}
diff --git a/html/html/captive/template.html b/html/html/captive/template.html
index a15c9a3ff..ad1c6ce2b 100644
--- a/html/html/captive/template.html
+++ b/html/html/captive/template.html
@@ -38,7 +38,7 @@
">
- error" type="text" name="COUPON">
+ form-error" type="text" name="COUPON">
">
@@ -47,9 +47,9 @@
-
+
-
+