html { margin: 0; padding: 0; width: 100%}

h1, h2, h3, h4, h5, h6, form, ul, ol, li, blockquote { margin: 0; padding: 0; }
img, a{ border:none; text-decoration: none;}
ul, li{ list-style:none;}

a:link { text-decoration: none;}
a:visited { text-decoration: none;color:#333;}
a:hover { text-decoration: none; color:#333;}
a:active { text-decoration: none; color:#333;}

body{
	padding:0;
	margin:0;
}

body{
	position:relative;
	font-family: 'Open Sans', sans-serif;
    font-size:13px;
	background: url("../images/pijnacker_kamp_2020.png") no-repeat center center fixed;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/pijnacker_kamp_2020.png', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/pijnacker_kamp_2020.png', sizingMethod='scale')";
}

#wrapper{
	width: 800px;
	margin: 0 auto;
	background: #ffffff;
	margin-top:175px;
	padding: 30px;
	positioN:relative;
}

.form_header{
	color:#F78F1E;
	width: 100%;
	font-size:24px;
	font-weight:700;
	margin: 0 0 15px;
	text-transform:uppercase;
}
.form_content{
	width: 100%;
}
.error{
	color:red;
	font-size:16px;
}
.success{
	color:green;
	font-size:16px;
}
.form-group {
	margin-bottom: 15px;
}
label {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: 700;
}
input {
	display: block;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #FFF;
	background-image: none;
	border: 1px solid #CCC;
	border-radius: 4px;
}
input[type="text"], input[type="password"]{
	width: 100%;
}
.button{
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid rgba(0, 0, 0, 0);
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	color: #333;
	background-color: #FFF;
	border-color: #CCC;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.button a{
	color:#333;
}
.btn-primary{
	background-color:#F78F1E;
	color:#fff;
	border-color:white;
}
.button:hover{
	color: #333;
	background-color: #EBEBEB;
	border-color: #ADADAD;
}
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.maat-shirt {
	background-image: url(../images/Hockeykamp-t-shirt-maten.png);
	height: 200px;
	max-height: 100%;
	max-width: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
