:root {
	--login-form-logo-width: 300px;
}

body {
	background-color: var(--primary);
	color: var(--white);
	text-align: center;
}

main {
	padding: 0;
}

a.btn, a.btn:hover {
	background-color: var(--white);
	width: 387px;
	height: 62px;
	color: var(--primary) !important;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}

a.btn:active {
	background-color: color-mix(in srgb, var(--black) 15%, var(--white)) !important;
}

.no-page {
	font-size: 38px;
}

.error {
	font-size: 256px;
	line-height: 256px;
}

.wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
	justify-content: center;
}