/* сообщение о результате работы */
.forgot-passwd-section .result-message {
	width: auto;
	margin: 1em 0;
}
.forgot-passwd-section .result-message p font,
.forgot-passwd-section .result-message.error,
.forgot-passwd-section .result-message.success {
	border-radius: 5px;
	padding: 1em;
	display: block;
	font-weight: normal;
}
.forgot-passwd-section .result-message .errortext,
.forgot-passwd-section .result-message.error {
	background-color: #ffe0d0;
	color: darkred !important;
}
.forgot-passwd-section .result-message .notetext,
.forgot-passwd-section .result-message.success {
	background-color: #dbffce;
	color: darkgreen;
}

.forgot-passwd-section .form-help {
	margin-bottom: 2em;
}

.forgot-password-or{
	position:absolute;
	font-size:16px;
	top:27px;
	left:226px;
}
