Login page structure and style

First version with select instead of autocomplete.
diff --git a/css/login.css b/css/login.css
new file mode 100644
index 0000000..94937f7
--- /dev/null
+++ b/css/login.css
@@ -0,0 +1,11 @@
+select {
+	font-size: 24px;
+	height: 2em;
+	width: 80%;
+}
+
+input[type="submit"] {
+	font-size: 24px;
+	height: 2em;
+	width: 17%;
+}
\ No newline at end of file