if($error=="activationsuccess"){$class="success";$type="Verified!";$msg="Congratulations, your account is now active, please login to continue.";}
elseif($error=="authfailed"){$class="danger";$type="Login Failed!";$msg="Incorrect Email id or password.";}
/* Code for last login details Flexydial Security Patch*/
elseif($error=="authfailed"){$class="danger";$type="Login Failed!"."<br>";$msg="<b>Unauthorized use of the HDFC Bank applications is prohibited<b>";}
/* Code for last login details Flexydial Security Patch*/
elseif($error=="Unverified"){$class="danger";$type="Verification Required!";$msg="We have sent a verification mail to your email id, please follow instructions in the mail.";}
elseif($error=="alreadyverified"){$class="warning";$type="Already Verified!";$msg="You have already verified your account.";}
elseif($error=="msie"){$class="info";$type="Internet Explorer Detected!";$msg="This application doesnot work with MS Internet explorer, please download <a href='http://firefox.com' target=_BLANK>Mozilla Firefox</a> or <a href='http://google.com/chrome' target=_BLANK>Google Chrome</a> to use.";}