.visform input,
.visform textarea {
	border: 0;
	box-shadow: none;
	border-radius: 0;
	font-size: 1.1em;
	padding: 12px 12px 12px 5px;
	background-color: #f0f1fe;
	color: #00071e;
	border-left: 10px solid #1470a5;

}
.visform input:focus,
.visform input:hover,
.visform textarea:focus {
	border: 0;
	box-shadow: none !important;
	background-color: #dbdefe;

	border-left: 10px solid #1b1c3c;
}

.visform label {
	text-align: right;
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 15px;
}

.visform .visCSSlabel {
	width: 20%;
}
.visCustomText {
  clear: both;
}

#form1akkoordlbl {
  padding-top: 2px !important;
}