function ajax_get_login_form()
 {
     $wps_account_ctr = new wps_account_ctr();
     echo $wps_account_ctr->get_login_form();
     wp_die();
 }