I have successfully set-up my cname and I am able to login through white labeled login page. Is there any way to completely customize the login screen. I have created my own but where do I put it now. I have used the code below but once you login it takes me back to the plain grey login.
<form id="cmsLoginForm" method="post" action="http://login.cmshostinghouse.com/CMS/Login.aspx">
<input type="hidden" name="cname" value="cms.mydomain.com" />
<div><input type="text" name="email" />
Email addredd</div>
<div><input type="password" name="password" /> password</div>
<input type="submit" />
</form></div>