.accesscontrol-intro-container {
	background: url(/system/view/site/layout/img/accesscontrol/intro_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	max-width: 1600px;

}

/*.accesscontrol-intro-container {
	background: url(/system/view/site/layout/img/accesscontrol/intro-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
}*/

.box-item {
	width: 61px;
	display: inline-block;
	margin-right: 36px;
	vertical-align: top;
}


.accesscontrol-features {
	border-top-left-radius: 50px;
	border-bottom-right-radius: 50px;
	background:
	url('/system/view/site/layout/img/accesscontrol/bg-2.png') center left no-repeat,
	linear-gradient(to right, #edeef2, #edeef2);
}


.accesscontrol-verification {
	border-top-left-radius: 50px;
	background-color: #edeef2;
}


.accesscontrol-contact {
	background-color: #4a52f5;
	color: #fff;
}

.accesscontrol-contact-form {
	border-radius: 10px;
	background-color: #fff;
	color: #131313;
	font-size: 13px;
}