The problem is that the selector for styling an anchor in a navbar is: .nav > li > a
which means it has a higher precedence than a .navbar-btn.
You can fix by just wrapping it in another tag like a span. I don't think you should use a form tag as others suggest as it's not a form at all.