integrate login/register functionality more properly with app
[scpubgit/stemmatology.git] / stemmaweb / root / css / auth.css
diff --git a/stemmaweb/root/css/auth.css b/stemmaweb/root/css/auth.css
new file mode 100644 (file)
index 0000000..0717b5f
--- /dev/null
@@ -0,0 +1,8 @@
+#topbanner {
+       width: 100%;
+       height: 50px;
+       margin-top: 20px;
+}
+.error {
+    color: #d24848;
+}