starting the UI CSS overhaul for cord
diff --git a/xos/core/static/cord.css b/xos/core/static/cord.css
new file mode 100644
index 0000000..9d66efb
--- /dev/null
+++ b/xos/core/static/cord.css
@@ -0,0 +1,13 @@
+.login {
+    background-image: url('cord_bg.jpg');
+    background-size: 100%;
+    background-repeat: no-repeat;
+}
+
+.login #content-main h1 {
+    background: url("cord_logo1.jpg") no-repeat scroll 40% center / 89% auto rgba(235, 240, 242, 0);
+    height: 55px;  
+    background-repeat: no-repeat; 
+    font-size: 0px;
+    padding-top: 70px;
+}
diff --git a/xos/core/static/cord_bg.jpg b/xos/core/static/cord_bg.jpg
new file mode 100644
index 0000000..08df91d
--- /dev/null
+++ b/xos/core/static/cord_bg.jpg
Binary files differ
diff --git a/xos/core/static/cord_logo1.jpg b/xos/core/static/cord_logo1.jpg
new file mode 100644
index 0000000..e841419
--- /dev/null
+++ b/xos/core/static/cord_logo1.jpg
Binary files differ