div.lostpassword_form_action p label input {
	width: 36% !important;
	min-width: 70px;
    margin-left: 30px;
}
div.lostpassword_form_action p label br {
	display: none;
}
div.lostpassword_form_action p {
	width: 240px;
}
div.lostpassword_form_action br {
	display: none;
}
#pass-strength-result {
	font-weight: bold;
}

#pass-strength-result.bad {
	color: #b27d0b;
}

#pass-strength-result.short {
	color: #9b1b1b;
}

#pass-strength-result.strong {
	color: #09680b
}

.custom-lost-password-content, div.custom-lost-password-content {
	width: 60%;
	display: block;
	position: relative;
	margin: 130px auto 40px auto;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 2em;
	border-radius: 10px;
}