Forgot your password?
@if (!queryEmail && !emailSendSuccess && !passwordChangeSuccess) { } @else { @if (emailSendSuccess) {

If the email you entered exists on our server, you will receive a message with instructions on how to reset your password.

To the login
} @if (passwordChangeSuccess) {

Password change successful.
You can now log in with your new password.

To the login
} @if (queryEmail && !passwordChangeSuccess) { } }