Does anyone know the how to change Bootstrap\'s input:focus? The blue glow that shows up when you click on an input field?
input:focus
input
If you want to remove the shadow completely add the class shadow-none to your input element.
shadow-none