diff --git a/src/styles.scss b/src/styles.scss
index c0375e2..d729c53 100644
--- a/src/styles.scss
+++ b/src/styles.scss
@@ -29,6 +29,12 @@ a, a:hover, a:focus {
perspective: 1500px;
}
+.center-items {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+}
+
#sidebar {
min-width: 250px;
max-width: 250px;
@@ -211,6 +217,11 @@ a[data-toggle="collapse"] {
overflow: initial;
}
+#passwordLoginButton {
+ height: 3.0rem;
+ padding-top: 0.5rem;
+}
+
button {
height: 2.5rem;
}