/* Remove default outline and tap highlight on mobile devices */
input, textarea, select, button {
    -webkit-tap-highlight-color: transparent;
}

input:focus, 
textarea:focus, 
select:focus, 
button:focus {
    outline: none !important;
}