Try this:

Instead of using
.Forms(0).Login.Click
try to use
.Forms(0).Submit.Click

I guess your Submit buton's name is "submit"... it worked fine with me..