Glad to hear you got an SSL cert that works for you. $12 for 2 years is an excellent deal, by the way.
As to the SCLogin on your site, the login fields look fine, but the little right-side icons do look bad. It looks like some minor CSS issues that we'll look into improving in the next release. Until then, if you don't mind making some minor edits to our CSS, these should hopefully fix you right up. Both changes are in the /modules/mod_sclogin/css/mod_sclogin.css file.
At line 19, you'll see:
input#sclogin-username.input-block-level, input#sclogin-passwd.input-block-level {
min-height: 28px !important;
}Change that min-height to 30px
At line 24, you'll see:
a.forgot.btn {
height: 18px !important;
}Change that to 30px as well.
Let me know how that goes or if you need anything else, and best of luck!
Alex