.kaart {
	padding: 0;
	margin-top: 2%;
	text-align: center;
}
#bannerwrap {
	padding: 0;
	margin-top: 10px;
	margin-bottom: 30px;
	background-image: url("../images/intro/intro.jpg");
	background-size: cover;
	background-position: bottom;
	height: 600px;
}
#bannerwrap .row {
	margin: 5px 5px 10px 0;	
}
.form-group.user {
    margin-top: 15px;
}
.usericon input, .pwdicon input {
    padding-left:30px;
}
.usericon:before, .pwdicon:before {
    height: 100%;
    width: 25px;
  	display: -moz-box;
	display: -webkit-box;
    -webkit-box-align: right;
    -moz-box-pack: end;
    -webkit-box-pack: end;
    position: absolute;
    font-family: 'Glyphicons Halflings';
    pointer-events: none;
	font-size: 1.5em;
	line-height: 1.5;
	text-align: right;
}
.usericon:before {
    content: "\e008";
}
.pwdicon:before {
   content: "\e033";
}
form.form {
	background-color: #111;	
	border: 1px solid #111;
    border-radius: 14px;
}
.error {
	margin-top: 15px;
	color: #e11;	
}