element:focus{border-radius:25px;}
/* the outline is square on focus to change do this*/ .my_input { border: 1px solid blue; border-radius:3px; } .my_input:focus { outline: none; }