<!-- LOGIN FORM --> <div class="login"> <h2 class="white">Login To Our Secure Server</h2> <span class="box"> <form action="https://instantbackgroundchecks.us/about/forms/" method="POST"> <input value="IBC" name="ProviderCode" type="hidden"> <input size="15" name="UserName" type="text" placeholder="Username"> <br> <input size="15" name="Passwd" type="password" placeholder="Password" style="margin-top:10px;"> <br> <div style="margin-top:10px;"> <input style="cursor:pointer; border-radius:3px; width:70px; border: 0px; background-color:#378fc7; padding:5px; color:#fff;" value="Login" type="submit" id="form_submit_btn"> <a class="loginlink" style="float:right;padding:5px;" rel="nofollow" href="https://instantbackgroundchecks.us/wp-login.php?action=lostpassword">Forgot password?</a> </div> </form> </span> </div> <!-- LOGIN FORM -->