
/* Disables input outline */
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

