/* Css RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}

@font-face {
    font-family: Benton; 
    src: url('https://www.companypoint.nl/font/BentonSans_Book.otf');
}
@font-face {
    font-family: Benton-bold; 
    src: url('https://www.companypoint.nl/font/BentonSans_Bold.otf');
}

@font-face {
  font-family: 'benton';
    src: url('https://www.companypoint.nl/font/BentonSans_Book.otf');
  font-family: 'benton-bold';
    src: url('https://www.companypoint.nl/font/BentonSans_Bold.otf');
}

body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

/* Styling the Header */
header#head {
background-color:#333333;
height: 75px;
width: 100%;
box-shadow:         0px 3px 5px rgba(100, 100, 100, 0.49);

}

header#head p {

font-size: 25px;
color:#999;
font-family: 'benton-bold', sans-serif;
padding: 20px;
}

header#head p #register {
float: right;
margin-top: -60px;
}

header#head p a:hover #register {
color:#999;
}
#footer_inlog {
	background:#ffab62;
        font-size: 12px;
        font-family: 'Benton', sans-serif;
        color:#99999E;
	width:100%;
	height:14px;
	position:absolute;
	bottom:0;
	left:0;
        box-shadow: 0 -3px 10px 3px rgba(0, 0, 0, 0.2);
border-color: #318444; 
}

/* Styling the main wrapper */
#main-wrapper {
width: 100%;
height: 100%;
}


/* Styling the login wrapper */
#login-wrapper {
margin: 0px auto;
width: 450px;
height: 240px;
padding: 50px 1px 10px 50px;
margin-top: 150px;
-moz-box-shadow: 0px 0px 10px #888;
-o-box-shadow: 0px 0px 10px #888;
-webkit-box-shadow: 0px 0px 10px #888;
-moz-border-radius: 10px 10px 10px 10px;
-o-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
}

#register-wrapper {
margin: 0px auto;
width: 310px;
height: 250px;
padding: 50px 1px 10px 50px;
margin-top: 150px;
-moz-box-shadow: 0px 0px 10px #888;
-o-box-shadow: 0px 0px 10px #888;
-webkit-box-shadow: 0px 0px 10px #888;
-moz-border-radius: 10px 10px 10px 10px;
-o-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
}

/* Form height, margin, padding */
form ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

form ul li {
	margin: .9em 0 0 0;
	padding: 0;
}

form * {
	line-height: 1em;
}

/* field labels */

label {
	clear: left;
        font-family: 'benton', sans-serif;
	text-align: center;
	width: 15%;
	font-size: 16px;
	color: #808080;
}

/* the fields */

input {
	font-size: .9em;
}

input {
	border: 2px solid #666;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
}

input {
	display: block;
	margin: 0;
	padding: .4em;
	width: 85%;
}

/* Place a border around focused fields */

form *:focus {
	border: 2px solid #F37B18;
	outline: none;
}

/* Display correctly filled-in fields with a green background */

input:valid {
	background: #efe;
}




/* Submit buttons */

.buttons {
        font-family: 'benton', sans-serif;
	text-align: center;
	margin: 20px 0 0 -80px;
}

input[type="submit"], input[type="button"] {
	display: inline;
	margin: 0 5px;
margin-left:40px;
	width: 10em;
	padding: 10px;
	border: 2px solid #F37B18;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 .5em rgba(0, 0, 0, .8);
	-webkit-box-shadow: 0 0 .5em rgba(0, 0, 0, .8);
	box-shadow: 0 0 .5em rgba(0, 0, 0, .8);
	color: #fff;
	background: #F37B18;
	font-weight: bold;
	-webkit-appearance: none;
}

input[type="submit"]:hover, input[type="submit"]:active, input[type="button"]:hover, input[type="button"]:active {
	cursor: pointer;
	background: #fff;
	color: #F37B18;
}

input[type="button"]:active, input[type="button"]:active {
	background: #eee;
	-moz-box-shadow: 0 0 .5em rgba(0, 0, 0, .8) inset;
	-webkit-box-shadow: 0 0 .5em rgba(0, 0, 0, .8) inset;
	box-shadow: 0 0 .5em rgba(0, 0, 0, .8) inset;
}

