body {
	background: #101b2d;
}

section.loginWindow.resetWindow {
	width: 500px;
	padding: 28px 24px 32px;
}

.resetTitle {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 16px;
}

.resetDescription {
	font-size: 14px;
	line-height: 1.6;
	margin: 0 0 14px;
	text-align: center;
}

.resetForm .inputArea {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 10px 0;
}

.resetForm label {
	width: 70px;
	font-weight: bold;
}

.resetForm input[type="email"],
.resetForm input[type="password"] {
	flex: 1;
	min-width: 0;
}

.resetForm input[type="submit"] {
	margin-top: 16px;
}

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

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

.resetLinks {
	margin-top: 14px;
	font-size: 13px;
	text-align: center;
	line-height: 1.8;
}

.resetLinks a {
	color: #133a66;
}
