aboutsummaryrefslogtreecommitdiff
path: root/styles/loginregister.css
blob: 854aeb27f34dd9863fd7536d8b0ba692d21285b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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);
}