
/* @import url('//fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900,200italic,300italic,400italic,600italic,700italic,900italic');
 */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('../fonts/Roboto-Bold.ttf');
@import url('../fonts/Roboto-Italic.ttf');
@import url('../fonts/Roboto-Regular.ttf');
@import url('../fonts/Panton-Bold.woff');

@font-face {
    font-family: 'Panton-Bold';
    src: url('../fonts/Panton-Bold.woff');
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.ttf');
	font-weight: bold;
	font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Italic.ttf');
	font-style: italic;
}

* {
	padding: 0;
}
body {
	font-family: 'Roboto', 'sans-serif';
	-o-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	margin: 0;
}
h1, h2 {
	font-family: 'Panton-Bold', 'sans-serif';
	font-weight: bold;
	color: #224662;
}
a {
	text-decoration: none;
}

.header,
.content,
.footer_inner,
.copyright_inner {
	width: 940px;
	padding: 0 10px;
	margin: 0 auto;
}

.wrapper {
	min-height: 100vh;
	margin-bottom: -206px; /* hoogte footer */
}



/*******
 Header
********/
.header {
	text-align: center;
	padding: 32px 0 0 0;
}
/* Header > logo */
.header .logo {
	width: 300px;
	height: 49px;
	margin: 0 auto 45px auto;
}

/* Header > title */
.header .title h1 {
	font-size: 32px;
	font-weight: 300;
	color: #224662;
	margin: 0;
}
.header .title h1 strong {
	font-weight: 700;
}

/********
 Content
*********/
/* Content > form */
.form {
	width: 382px;
	height: 318px;
	padding: 120px 0 0 0;
	margin: 20px 279px;
	background: url('../../img/login/form_bg.png') no-repeat;
	font-size: 13px;
}

.form form {
	text-align: left;
	height: 190px;
}

.form form .gebruikersnaam,
.form form .wachtwoord {
	width: 292px;
	float: left;
	margin: 0 34px 15px 34px;
	padding: 8px 10px;
	background: #fff;
	border: solid 1px #afafaf;	
}

.border, .border input {
    background-color: #c83e3e !important;
    color: #FFF !important;
}

.border.red {
    border-color: #FFF !important;
}

/* Content > form > input */
.form form .gebruikersnaam input,
.form form .wachtwoord input {
	width: 100%;
	border: none;
	margin: 0;
	outline: none;
}

/* Content > form > label */
.form form label p {
	color: #000;
	margin: 0 34px 6px 34px;
	float: left;
}

/* Content > form > wachtwoord vergeten */
.form form .wachtwoord-vergeten {
	float: right;
	font-size: 11px;
	padding: 2px 0 0 0;
	margin: 0 34px 0 0;
}
.form form .wachtwoord-vergeten a {
	color: #525252;
}

/* Content > form > inloggen */
.form form .button input {
	width: 84px;
	color: #fff;
	font-size: 11px;
	background-color: #c83e3e;
	border-style: none;
	border: none;
	cursor: pointer;
	text-transform: uppercase;
	line-height: 30px;
	height: 30px;
	float: left;
	margin: 0 0 0 34px;
}
.form form .nog-geen-account {
	float: right;
	line-height: 30px;
	margin: 0 34px 0 0;
	color: #525252;
}
.form form .nog-geen-account a {
	color: #c83e3e;
	text-decoration: underline;
}

.form .form-tekst {
	width: 262px;
	margin: 10px 60px 0 60px;
	height: 118px;
	float: left;
	color: #464646;
	text-align: center;
}

/* Content > tekst */
.tekst {
	margin: 0 0 50px 0;
	padding: 0 100px;
}
.tekst p {
	font-size: 13px;
	color: #626262;
	line-height: 25px;
}
.tekst p strong {
	font-size: 15px;
}

/*******
 Footer
********/
.footer {
	background: #60798d;
	clear: both;
	/* height: 180px; */
}
.footer .element {
	position: absolute;
	width: 97px;
	height: 103px;
	background: url('../../img/login/footer_element.png');
	margin: -103px 0 0 0;
}
.footer .footer_inner {
	/* height: 130px; */
}
.footer .footer_inner p {
	font-size: 11px;
	padding: 15px 100px;
	color: #fff;
}
.footer .footer_inner a {
	color: #fff;
	text-decoration: underline;	
}

/* Footer > copyright */
.footer .copyright {
	background: #224662;
}
.footer .copyright .copyright_inner {
	min-height: 50px;
}
.footer .copyright .copyright_inner p {
	font-size: 13px;
	color: #dadada;
	line-height: 30px;
	display: inline-block;
    width: 468px;
}
.footer .copyright .copyright_inner a {
	color: #dadada;
}
.footer .copyright .copyright_inner .links {
}
.footer .copyright .copyright_inner .rechts {
	text-align: right;
}

/* Voor footer */
.spacer {
	display: block !important;
	height: 180px; /* hoogte footer */
}

span.error {
	font-size: 9pt;
	font-weight: bold;
	color: #c83e3e !important;
}
