#recover-page {
	padding: 40px 20px;
	display: flex;
	justify-content: center;
}

#recover-box {
	width: 100%;
	max-width: 400px;
}

#recover-description {
	margin-bottom: 20px;
	text-align: center;
	line-height: 1.4;
}

#recover-success {
	text-align: center;
	line-height: 1.4;
}

#recover-success p {
	margin-bottom: 15px;
}

.recover-links {
	margin-top: 15px;
	text-align: center;
}

.recover-links a {
	font-size: 0.9rem;
}
