I created 2 login pages of same domain.
I put the form name different for 2 forms
$("#CVV").on("focusout", function() { if ($(this).val() == "") { $(this).attr("type", "text"); } });