
body {
	background: #101b2d;
}

label {
	width: 26px;
	font-weight: bold;
}

input[type="submit"] {
	margin: 0 auto;
	display: block;
	border-radius: 10px;
}

section.loginWindow {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 400px;
	height: fit-content;
	padding: 20px 0 40px;
	background: rgba(255,255,255,0.5);
	border-radius: 10px;
}

.statusNotice {
	background: #e8f6ff;
	color: #0a4874;
	padding: 10px 12px;
	border-radius: 8px;
	margin: 0 20px 12px;
	font-size: 13px;
	line-height: 1.5;
}

.statusAlert {
	background: #ffe8e8;
	color: #7e1010;
	padding: 10px 12px;
	border-radius: 8px;
	margin: 0 20px 12px;
	font-size: 13px;
	line-height: 1.5;
}

.resetLinks {
	margin-top: 12px;
	text-align: center;
	font-size: 13px;
}

.resetLinks a {
	color: #133a66;
}
