* {transition:all .25s ease;}
html, body {
	height: 100%;
}
body { 
	background:linear-gradient(#ffffff, #ffffff) fixed;
	font-family: 'Muli', sans-serif;
	color: #666;
}
a {
    color: #4982cf;
}
a:focus, a:hover {
    color: #23527c;
}
.header{
	border-bottom: 1px solid #dee2e6;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
	padding: 0.5rem 0;
	background: #fff;
}
.logo > img{
	width: 9.375rem;
}
#wrap {
	min-height: 100%;
}
main{
	padding: 1.5rem 0 3.875rem;
}
.title{
	color: #4982cf;
	border-bottom: 1px solid #5185c0; 
	font-weight: 700;
	font-size: 1.125rem;
	margin-bottom: 0.5rem;
}
form{
	margin-bottom: 1.5rem;
}
.btn{ 
	font-weight: 700;
    min-width: 8.125rem;
	text-transform: uppercase;	
}
.result{
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 0.3125rem;
	padding: 1rem;
	margin: 1rem 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.result ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.result li{
	display: flex;
}
.result li span.result-title{
	min-width: 8.125rem;
	font-weight: 500;
}
.qrcode{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.qrcode img{
	margin-left: 1.5rem;
}
.footer{
	background: #111;
	position: relative;
	margin-top: -2.375rem;
}
.copyright{
	text-align: center;
	color: #fff;
	font-size: 0.8125rem;
	line-height: 1.3875rem;
	padding: 0.5rem 0;
	margin-bottom: 0;
}
.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}
@media screen and (max-width: 575px) {	
	.result img{
		display: none;
	}
}

/**********************************************
	vca-pas
**********************************************/
.vca-pas {
	position: absolute;
	width: 640px;
	height: 400px;
	margin: -190px -320px;
	top: 45%;
	left: 50%;
	border-radius: 20px;
	border: 3px #fff solid;
	box-shadow: 0px 0 40px 0px rgba(0, 0, 0, 0.15);
	background: linear-gradient(#CCEFF3, #ffffff);
	line-height: 21px;
}

.vca-pas .bg {
	height: 100%;
	background: url('http://vca-pas.nl/assets/images/background/vca-pas.png') repeat-x center center;
	background-size: cover;
	overflow: hidden;
	border-radius: 17px;
}

.vca-pas .bg .vca {
	margin: 19% 0 0 12%;
	font-family: Muli, Arial; 
	font-size: 14px;
}

.vca-pas .dt {
	font-size: 20px;
}


@media screen and (max-width: 699px) {
	.vca-pas {
		position: absolute;
		width: 320px;
		height: 200px;
		margin: -100px -160px;
		border-radius: 10px;
		line-height: 11px;
	}
	.vca-pas .bg {
		border-radius: 7px;
	}
	.vca-pas .bg .vca {
		font-size: 7px;
	}
	.vca-pas .bg .vca .mt10 {
		margin-top: 5px;
	}
	.vca-pas .bg .vca .col-sm-5 {
		max-width: 40%;
	}
	.vca-pas .bg .vca .col-sm-6 {
		max-width: 60%;
	}
	.vca-pas .dt {
		font-size: 10px;
	}
}

.mt5 {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}