input[type="checkbox"]:focus + label,
input[type="radio"]:focus + label {
	box-shadow: none !important;
}