log failures and some other actions
[authserver.git] / authsystem.css
index 792be4823874588a7d9046ec40efa60807f0860b..a3f192f0e0af2d83870dd475d8656ad57a5cf0a1 100644 (file)
@@ -37,6 +37,11 @@ form.flat {
 .warn {
   color: red;
 }
+.donotshow {
+  position: absolute;
+  right: -1000px;
+  opacity: 0;
+}
 
 input:invalid {
   box-shadow: 0 0 2px 1px red;