
.block-registration {
	text-align: left;
	padding-bottom: 70px;
}

.block-registration h1 {
	padding-bottom: 30px;
}

form h2 {
	text-align: left;
	font-size: 25px;
	margin-bottom: 10px;
}

form fieldset {
	background-color: #f2f2f2;
	padding: 30px;
	border: none;
	margin-bottom: 40px;
}

/* Checkbox
------------*/

	.checkbox {
		display: inline-block;
		height: 20px;
		width: 20px;
		border: 1px solid #444444;
		border-radius: 5px;
		cursor: pointer;
		margin-right: 10px;
		position: relative;
		top: 2px;
		background-color: #FFFFFF;
	}

	.checkbox.is-checked {
		background-image: url('../../img/icon/check.svg');
		background-size: 100% auto;
		background-repeat: no-repeat;
		background-position: center center;
	}