This same thing has just happened to me. I'm almost done with my site and all of a sudden "Login" is appearing in my site navigation and is pushing everything into a jumbled mess. I just want to remove it but it doesn't appear in my pages and I have searched high and low for other ways to get rid of it and can't figure it out. I'm not seeing any post here to fix it. Any suggestions?
Update: no more than 5 minutes later I found the answer in another forum post. For anyone who is interested, the code below seemed to fix my problem: home>design> custom css
.user-accounts-link {
display: none !important;
visibility: hidden !important;
opacity: 0 !important;
color: white !important;
font-size: 0 !important;
}