Login page Web part

When you install SharePoint 2010 FBA Pack, the ugly default login page kicks in.

While it does the job, I want a login page web part (similar to the ones that comes with the SharePoint 2010 FBA Pack).

A quick search shows that to edit this file (/_login/default.aspx), and get my hands dirty. Is there a good login page Web part that works well with the SharePoint 2010 FBA Pack?

Not that i'm aware of.  I've created a new login page by inheriting from the existing one (Microsoft.SharePoint.IdentityModel.Pages.FormsSignInPage). I made a lot of the changes simply by creating a custom master page for the login page (as well as the other system pages).