@font-face {
    font-family: 'PillGothic300mgRegular';
    src: url('/font-face/pillgothic300mg-regular-webfont.eot');
    src: url('/font-face/pillgothic300mg-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font-face/pillgothic300mg-regular-webfont.woff') format('woff'),
         url('/font-face/pillgothic300mg-regular-webfont.ttf') format('truetype'),
         url('/font-face/pillgothic300mg-regular-webfont.svg#PillGothic300mgRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	font: 12px 'Arial';
	color: #58585a;
	overflow: hidden;
	background-color: white;
	background-image: url("../images/sw-loginbackground.png");
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	
}

a img {
    border: 0px;
}

h2 {
    padding: 80px 0px 0px 10px;
    color: #0094DC;
    font-weight: normal;
    font: 18px 'Arial';
    float: right;
}

a {
	color: #0094DC;
    text-decoration: underline;
}

span.forgot a:hover, a:hover {
    text-decoration: none;
}

div.grandparent {
	height: 100%;
	width: 100%;
	display: table;
	vertical-align: middle;
}

div.parent {
	position: relative;
	vertical-align: middle;
	display: table-cell;
}

div.container {
	margin: auto;
	width: 300px;
}

div.container > div:first-child {
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

div.header {
	background-color: black;
	font-family: "PillGothic300mgRegular", "Arial";
	text-transform: uppercase;
	text-align: center;
	color: white;
	font-size: 20px;
	padding: 25px;
}

div.formfield {
	position: relative;
}

div.container fieldset {
	margin: 0 auto;
	padding: 20px 20px;
	border: 0;
	background: white;
}

div.formfield label {
	position: absolute;
	color: #aaa;
	display: block;
	float: left;
	min-width: 0;
	width: 100px;
	height: 25px;
	margin: 10px;
	line-height: 25px;
	font: 15px 'Arial';
	right: 140px;
	top: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

div.formfield label.alignRight {
	right: 0px;
	text-align: right;
}

div.formfield input {
	width: 238px;
	height: 35px;
	border: 1px solid #ddd;
	margin-bottom: 15px;
	padding: 0px 10px;
	font: 15px 'Arial';
	background-color: #f7f7f7;
	color: #000;
	/*
	padding-right: 100px;
	outline: #f7941e;
	float: left;
	*/
	display: block;
	outline: none;
}

div.formfield input:focus {
	border: 1px solid #777;
}

input.submit {
	border: 1px solid #fff;
	float: left;
	margin: 0;
	height: 40px;
	min-width: 100px;
	padding: 0px;
	color: white;
	background: #f7941e;
    font: 15px 'Arial';
    outline: none;
    border-radius: 25px;
    border: none;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
input.submit.annuleren {
	float: right;
}
input.submit:hover {
    background: black;
}

input.annuleren {
/*	margin: 0px 10px 10px 10px;*/
}

div.footer {
	display: none;
	margin: 5px auto;
	text-align: right;
	font-size: 11px;
}

div.logo img {
	display: block;
	margin: auto;
	margin-top: 25px;
}

div#login_error {
	float: left;
	width: 100%;
	margin-bottom: 10px;
    color: black;
    text-align: right;
}

div#login_error span {
	line-height: 24px;
}

.clear {
	clear: both;
}

span.forgot {
    float: right;
    margin-top: 10px;
    font: 13px 'Arial';
} 

span.forgot a {
    color: #777;
    text-decoration: underline;    
} 
