.form-control:focus, .form-check:focus, .form-select:focus, .custom-file-input:focus {
	box-shadow: 0 0 0 .2rem #ff0000;
	border-color: #ff0000;
}