routes or .htaccess?

I want to make a route that catches anything ending in /login ie mysite.com/login, mysite.com/item/1/login etc. Any url ending with / login will use the same controller and action to allow the user to login. Is this best done with routes, .htaccess, or something else?