/* ----------------------------------------------------------------------
 * -- APCO 2020 - Form Styles
 * --
 * -- Styles that modify bootstrap's form styles live here.
 * ---------------------------------------------------------------------- */


/* Form element - checkbox and label
---------------------------------------- */

.form-check-label {
	margin-top: 0.3rem;
	margin-left: 0.5rem;
}

.form-check-label:hover {
	cursor: pointer;
}

input[type="checkbox"]:checked + .form-check-label {
	font-weight: bold;
	color: #002c77;
}


/* Form element - search box
---------------------------------------- */

input[type="search"] {
	border: 1px solid #002c77;
	border-radius: 2rem;
}
