how to delete the border cover the input text 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;
}