How to remove the border highlight on an input text element?

input:focus {
    outline: none !important;
}