
  .form-control.form-checkbox, .form-control.form-radio {
	display: inline-block;
	height: 16px !important;
	width: 16px !important;
}

.form-checkbox:checked { 
	background-image: url("data:image/svg+xml,%3csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M3.795 7.096l2.387 2.506 6.023-6.327 1.484 1.56-7.507 7.89L2.31 8.656z' fill='%2382828c'/%3e%3c/svg%3e");
}

.messages__wrapper {
	  display: none !important;
}



