.form-check {
	display: flex;
	align-self: center;
	margin-bottom: 0.5rem;
}

.form-check > input ~ label{
	margin-left: 8px;
}
