Yes, it is.
Go to Themes → Template Editor. Locate the file customers/login.liquid on the left in the Templates section. Click on it to open it in the code editor. Look for this line of code:
{% form 'customer_login' %}
Create a new line just below and add this:
<input type="hidden" name="checkout_url" value="/pages/special-page" />
As value, type in the URL of the page where you want your customer to land once logged-in successfully.
Save.
