body {
    font-family: Tahoma;
	background-image: url(../assets/login_bg.png);
	background-position: 0px 100px;
}
a {
	color: #689AC5;	
}
.container {
	width: 100%;	
}
.header {
	background-color: white;
	height: 100px;
	border-bottom: solid 3px #689AC5;
	width: 100%;
}
.header .logo {
	float: left;
}
.header .logo img {
	margin: 25px 0px 0px 10px;
	width: 200px;
}

.header .mailinfo, .header .telefooninfo  {
    padding: 0px 20px 0px 5px;
    float: right;
    width: 310px;
    border-left: solid #689AC5 1px;
    height: 80px;
    margin-top: 10px;
}
.header span {
	font-size: 13px;
}

.header h2 {
	font-size: 14px;
    font-family: Tahoma;
    font-weight: normal;
    margin-bottom: 0px;
}

.content .login-form, .content .veiligheid {
	width: 400px;
	margin: 30px auto;
	background-color: white;
	border: solid 2px #40516f;
	padding: 10px;
}
.content .login-form {
	min-height: 150px;
}
.content .login-form>form {
	width: 100%;
}
h1 {
	font-family: Tahoma;	
    margin: 80px auto 40px auto;
	text-align: center;
	font-weight: bold;
}
h3 {
	font-family: Tahoma;	
	font-size: 18px;
	line-height: 20px;
}
.controls {
	margin: 0px;
}
.controls input {
    margin: 0px;
    height: 20px;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: none;
    -webkit-box-shadow: none;
    
}
input {
	padding-left: 5px;
	width: 175px;
}
label, input, button, .btn, input[type="text"], input[type="password"] {
	font-size: 14px;
	font-family: Tahoma;
	
}
.control-group {
	margin-top: 10px;
}
input[type="submit"].btn-login, input[type="submit"].btn-login:active, input[type="submit"].btn-login:hover {
	margin-top: 10px;
	width: 100%;
	line-height: 20px;
    background-color: #689AC5;
    background-image: none;
    font-size: 14px;
}
.col-md-6 {
	padding: 0px;
}

.wwvergeten {
	float: right;
	margin: 14px;
}

.wwvergeten-form input {
	width: 95%;
}

.taalkeuze {
	float: right;
	margin-top: 20px;
	margin-right: 20px;
}

.taalkeuze select {
	width: 120px;
}