/*
* Show Password.
*/

span.forgot-password-show {
	position: absolute;
	margin-top: 11px;
	margin-left: -30px;
	cursor: pointer;
}

#loginform .login-password{
	position: relative;
}

#loginform .forgot-password-show {
	top: 50%;
	cursor: revert;
	transform: translateY(-50%);
	margin-top: 0;
}

.mepr_password .forgot-password-show {
	margin-top: 14px;
	margin-left: -40px;
}

input[type="text"] + .forgot-password-show.dashicons-visibility:before {
	content: "\f530";
}
