<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta content="text/html; charset=UTF-8" http-equiv="content-type" /> <title>Patient Portal Login Form</title> <style> body { padding: 40px; font-family: "Open Sans Condensed", sans-serif; } #bg { position: fixed; left: 0; top: 0; width: 100%; height: 100%; background-size: cover; -webkit-filter: blur(5px); } ::-webkit-input-placeholder { color: #ccc; text-transform: uppercase; } ::-moz-placeholder { color: #ccc; text-transform: uppercase; } :-ms-input-placeholder { color: #ccc; text-transform: uppercase; } .tab { margin-left: 220px; } </style> </head> <body> <p> <table style="width: 550px" border="0"> <tbody> <tr> <td align="center"> <img title="Image of Doctor" alt="Image" src="boy-2027615.png"> </td> <td> Sorry this session has timed-out. You will need to Login to access the Patient Portal. </td> </tr> </tbody> </table> </p> <p class="tab"><img title="Crystal PM Icon" alt="Company Logo" src="crystalico.png">powered by Crystal Practice Management</p> </body> </html>