Can I do HTTPS to my login page?

Hey Guys,
I have an IIS 7 Server installed application hosted with my organization.
I have the vendor who supports the application in case of issues/fixes.

I asked them if I can do https to just my log in page?
They said there is no way of doing that. Either you do it for whole application or just stay with HTTP. You cannot do just for the log in page.

When I did some research, I found a way that you can do that just for the log in page, through URLRewrite module.
When I told them this, they said their development team doesn’t recommend doing it, since there is no way that can be done.
To me, that doesn’t sound like a good strong reason of not doing it, especially when this is something that can be done.

Do you think this can be done? I am pretty sure it can be done, since many sites uses it(for eg. Amazon)

Of course it can be done. Your site pages can be used either with https or http, but you can set the base URL for the login page to start with https.

Thank you webcosmo.

Are there any other ways this can be done on IIS 7 or is URLRewrite module is the only way to do this?