section#reset article {
	flex-direction: column;
	align-items: center;
	margin-top: 16vh;
	padding: 0;
}

section#reset article h3 {
	font-size: 40px;
	text-align: center;
}

section#reset article small {
	font-size: 12px;
}

section#reset p.description {
	margin-top: 20px;
	max-width: 440px;
	text-align: center;
	font-size: 15px;
	line-height: 24px;
}

section#reset p.description b {
	font-weight: 600;
}

section#reset article form {
	margin-top: 30px;
}

section#reset article form .form-item {
	width: 100%;
}

section#reset article form button {
	margin-top: 10px;
	cursor: pointer;
	background: none;
	border: none;
}

section#reset article form button a {
	width: 100%;
}

.reset-methods {
	display: flex;
	flex-direction: column;
	margin: 50px 0;
}

.basic-reset {
	max-width: 360px;
}

.form-error:not(:empty) {
	margin-top: 30px;
}