Yes - however it's a pseudoclass, so you'll likely have to include it within the page HTML, though you could use Scripting to apply it to your element ID with JS.
input:focus {outline: none}
If the outline property is something you don't use in your initial styling, you could apply it there, alternatively if you do, you could force the initial styling into the focus state by using !important.