If the username and password textboxes don't show up on the login page of a BlogEngine.NET installation, you probably have uncommented the following line in the BlogEngine.NET web.config file:
<add name="CleanPageModule" type="BlogEngine.Core.Web.HttpModules.CleanPageModule, BlogEngine.Core"/>
Comment this line out again, and it will work.