#contact-form
{
	background-image: url(../medias/logo.png);
	background-position: center center;
	background-size: 90%;
	background-repeat: no-repeat;
	background-color: rgba(255, 255, 255, 0.9);
	background-blend-mode: overlay;
}

#contact-form .form-check-input, #contact-form .form-check-label
{
	cursor: pointer;
}