Redesigned several parts so it looks more aethestic both in desktop and in mobile
diff --git a/css/login.css b/css/login.css
index 94937f7..6b6b20f 100644
--- a/css/login.css
+++ b/css/login.css
@@ -1,11 +1,10 @@
 select {
-	font-size: 24px;
+	font-size: 18px;
 	height: 2em;
 	width: 80%;
 }
 
 input[type="submit"] {
-	font-size: 24px;
+	font-size: 18px;
 	height: 2em;
-	width: 17%;
-}
\ No newline at end of file
+}