From 3b273a850a838bed10cfcd124400c3eabe7aee25 Mon Sep 17 00:00:00 2001
From: Arianne Bayliss <baylissa1@cardiff.ac.uk>
Date: Mon, 5 Dec 2022 12:18:47 +0000
Subject: [PATCH] Add new file

---
 static/CSS/loginstyle.css | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 static/CSS/loginstyle.css

diff --git a/static/CSS/loginstyle.css b/static/CSS/loginstyle.css
new file mode 100644
index 0000000..dcb9b68
--- /dev/null
+++ b/static/CSS/loginstyle.css
@@ -0,0 +1,25 @@
+header{
+    background-color: black;
+    display: block;
+    color: black;
+    margin-left: auto;
+    margin-right: inherit;
+    width: 100%;
+    height: 75%;
+}
+
+.card{
+    margin: 0 auto;
+    float: none; 
+    margin-bottom: 10px;
+}
+
+#logo{
+    width: 10%;
+}
+
+body{
+    font-family: 'Sora', sans-serif;
+    background-color: #212529;
+    color: white;
+}
-- 
GitLab