Please edit the media/sourcecoast/themes/sclogin/sourcecoast.css file. Around line 30, you'll see:
a.forgot.btn {
height: 28px !important;
}Update the height to 54, like:
a.forgot.btn {
height: 54px !important;
}That should get you going.
Thanks,
Alex