Wouldn't it be a better solution to have one universal template for the end user login? (MT 4.24 did this) With the introduction of Motion, Six Apart has taken what was once universal and now broken it into Motion and non-Motion based blogs.
So far I have modified one blog, a Community Blog, in this case, to use the Motion-themed user login template. I have done this by installing the motion_mt.js and motion.js templates in that blog (only used on the Motion-themed Login Form template).
I think this change is an oversight in the new version of MT, and it stems from the fact that the Login Form System Template, among others, are only local to the Motion-based blogs in the system, Community Blog/Forum, and other Template Sets do not have these System Templates in them - they rely on the Global System Templates. There is really no need for this, but there is also no way to add or remove System Templates.
In my efforts to "globalize" Motion as much as possible, having to have a Login Form system template in every Motion-based blog is a waste. At least the non-Motion based blogs use the "simple" login screen of old, which I have now transformed into the new login screen.
Hopefully that made sense. It makes no sense to me to have two entirely different login screens for Motion or non-Motion based blogs.
Examples: I have MT 4.25 setup to use similar CSS and images that I am currently using on the live site. A non-Motion Login Form would look like this, our current live login page. I have modified the Global Login Form and I did not take a screen shot prior:
Part 2 will go over the code changes required to make a universal looking Login Form for all blogs in the 4.25 system, reguardless of Template Set.
Anonymous comments are always moderated, please sign in and join the discussion. 

Good stuff Ken. A universal standardized sign-in would indeed by nice.
I use Template Inheritance with 1 "master" blog set of templates that the other blogs inherit. So I don't make use of Global Templates really. The beauty of Template Inheritance is I can inherit/uninherit an individual template if I have to customize something. Can't do that easily with Global Templates.
you might want to check out the plugin. Though sounds like you did a lot of work with Global Templates.
Looking forward to part 2!