@font-face  {
	font-family: Noto;
	font-style: normal;
	src: url(/static/font/NotoSans-Regular.woff2);
	font-display: swap;
}

body {
	font-family: Noto;
}

#content {
	display: flex;
	justify-content: center;
	align-items: center;
}

form.login {
	display: flex;
	flex-flow: column;
	grid-gap: .5rem;
}

.password_reset {
	float: right;
}

form.login button {
	margin-top: 1rem;
	background: white;
	border: 1px solid rgb(30,30,30);
	border-radius: .25rem;
	padding: .75rem .25rem;
	cursor: pointer;
}

a {
	color: black;
}
