diff --git a/static/CSS/loginstyle.css b/static/CSS/loginstyle.css new file mode 100644 index 0000000000000000000000000000000000000000..dcb9b6845e58916f793bc9f3e02e554da07a83d2 --- /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; +}