diff --git a/database.db b/database.db
index c1eb9e54e07048abdc7c76e4159423e37588e3ef..6e0c2a9676ca7d4128d05d7cdde27bcd5ecb5a11 100644
Binary files a/database.db and b/database.db differ
diff --git a/static/style.css b/static/style.css
index af58c8b2dcd7bc3516e77342968bb76b5938fec2..0ad81b3e800574b86711d0910f7c5ac2b17259d8 100644
--- a/static/style.css
+++ b/static/style.css
@@ -67,6 +67,9 @@ nav ul {
   background-color: black;
 }
 
+form{
+	text-align: center;
+}
 
 nav li a {
   display: block;
@@ -75,6 +78,13 @@ nav li a {
   padding: 14px 16px;
   text-decoration: none;
 }
+nav ul p {
+  display: block;
+  color: white;
+  float: left;
+  padding: 18px 20px;
+  text-decoration: none;
+}
 
 
 nav li a:hover {
diff --git a/templates/login.html b/templates/login.html
index 6bc629c4a93c7fe71cc57526f58866eb03e1f427..186cc02476c64b6c0a162666112f6cf67c0316ee 100644
--- a/templates/login.html
+++ b/templates/login.html
@@ -13,6 +13,14 @@
 
 	<title>{% block title %}{% endblock %} - Tramshed Workspaces</title>
 </head>
+<body class="body">
+	<header><img src="/static/Tramshed_Logo.jpg" alt="Logo"  height="50" width="100" >Login</header>
+
+	<nav>
+<ul>
+	<p></p>
+</ul>
+	</nav>
 
 <!-- <div class="parallax">
 <body class="body">