how to get rid of default border in input field code example
Example: how to remove the outer border of an input text in html
input:focus, textarea:focus, select:focus{
outline: none;
}
input:focus, textarea:focus, select:focus{
outline: none;
}