This added to the
extra.less
template will hide it:
Less:
.p-navgroup-link--logIn
{
display: none;
}
However, that won't prevent anyone manually navigating to /login.
You will likely want to edit the log in template or create a route filter/redirect to force it to the custom log in URL.