cord CSS in login page
diff --git a/xos/templates/cord_admin/login.html b/xos/templates/cord_admin/login.html
index 634ed02..01b69b3 100644
--- a/xos/templates/cord_admin/login.html
+++ b/xos/templates/cord_admin/login.html
@@ -4,6 +4,7 @@
 {% block extrastyle %}{{ block.super }}
 <link rel="stylesheet" type="text/css" href="/static/suit/bootstrap/css/bootstrap.min.css" media="all"/>
 <link rel="stylesheet" type="text/css" href="{% static "xos.css" %}" />
+<link rel="stylesheet" type="text/css" href="{% static "cord.css" %}" />
 <script src="{% static 'suit/js/jquery-1.9.1.min.js' %}"></script>
 <script src="http://code.jquery.com/ui/1.11.0/jquery-ui.js"></script>
 {% endblock %}