diff --git a/bin/static/style.css b/bin/static/style.css
index 5f549a2..1554965 100644
--- a/bin/static/style.css
+++ b/bin/static/style.css
@@ -51,7 +51,7 @@ nav {
.loginbutton {
align-self: center;
display: flex;
- background-color: ;
+ background-color: white;
padding-top: 15px;
padding-right: 20px;
padding-bottom: 15px;
@@ -65,8 +65,8 @@ main {
margin: 0px;
display: flex;
flex-direction: column;
- justify-content: start;
- align-content: center;
+ justify-content: center;
+ align-items: center;
min-height: 100%;
max-height: 100%;
margin-left: auto;
@@ -89,13 +89,15 @@ p {
}
.wrapper {
+ display: inline-block;
background: transparent;
border: 2px solid white;
backdrop-filter: blur(20px);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
border-radius: 15px;
padding: 30px 40px;
-
+ width: 80%;
+ text-align: center;
}
.wrapper h1 {
@@ -167,7 +169,7 @@ input {
}
footer {
- position: fixed;
+ position: relative;
left: 0;
bottom: 0;
width: 100%;
diff --git a/bin/ui/base.html b/bin/ui/base.html
index 9fc5a56..0c81a52 100644
--- a/bin/ui/base.html
+++ b/bin/ui/base.html
@@ -28,7 +28,7 @@