aboutsummaryrefslogtreecommitdiff
path: root/styles/loginregister.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles/loginregister.css')
-rw-r--r--styles/loginregister.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/styles/loginregister.css b/styles/loginregister.css
new file mode 100644
index 0000000..854aeb2
--- /dev/null
+++ b/styles/loginregister.css
@@ -0,0 +1,13 @@
+.centeredForm {
+ top: 50%;
+ transform: translateY(-50%);
+ margin: 0 auto;
+}
+
+.centeredForm .input {
+ margin-bottom: var(--spacing-medium);
+}
+
+.centeredForm .input:nth-last-of-type(2) {
+ margin-bottom: var(--spacing-large);
+}