html,
body {
	width: 100%;
	height: 100%;
	margin: 0;
	font-family: "Arial", sans-serif;
	font-size: 14px;
	font-weight: 100;
	overflow: hidden;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
* {
	-webkit-user-drag: none;
}
img {
	border: 0;
}

#logincon {
	background: url("../img/portal_bg.jpg");
	width: 100%;
	height: 100%;
	background-size: cover;
}
#login_logo {
	height: 300px;
	position: absolute;
	top: 35px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#login_termscon {
	position: absolute;
	bottom: 10px;
	right: 0;
	left: 0;
	margin: 0 auto;
	color: white;
	cursor: pointer;
	text-decoration: underline;
	text-align: center;
	font-size: 13px;
}
#login_bee {
	position: relative;
	margin: 0 auto;
	display: block;
	margin-bottom: 20px;
	width: 30%;
}
#login_area {
	position: absolute;
	margin: 0 auto;
	max-width: 500px;
	width: 80%;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -123px;
}
#loginsep {
	display: block;
	width: 100%;
	border-bottom: 1px solid rgba(196, 228, 196, 0.45);
}
#login_form {
}
#login_form label {
	color: black;
	width: 20%;
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
}
#login_form input[type="text"],
#login_form input[type="email"] {
	width: 78%;
	border: none;
	padding: 0;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	background: transparent;
	outline: none;
	color: black;
	font-size: 15px;
	padding-left: 2%;
}
#login_submit {
	background: green;
	color: white;
	border: 1px solid green;
	outline: none;
	padding: 15px 30px;
	font-size: 14px;
	border-radius: 13px;
	width: 100%;
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	opacity: 0.5;
	cursor: default;

	background-size: auto 15px;
	background-repeat: no-repeat;
	background-position: 95% center;
}

#login_submit.active {
	opacity: 1;
	cursor: pointer;
}

#login_submit.active:hover {
	background-color: #005f00;
	border-color: #005f00;
}

#login_form input::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: rgba(137, 138, 137, 0.65);
}
#login_form input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: rgba(137, 138, 137, 0.65);
	opacity: 1;
}
#login_form input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: rgba(137, 138, 137, 0.65);
	opacity: 1;
}
#login_form input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: rgba(137, 138, 137, 0.65);
}
#login_form input:placeholder-shown {
	/* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
	color: rgba(137, 138, 137, 0.65);
}

#loginarea {
	display: inline-block;
	width: auto;
	height: auto;
	padding: 0px;
	position: absolute;
	top: 20%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 70%;
	max-width: 440px;
	margin-top: 0px;
	top: 50%;
	-webkit-transform: translateY(-25%);
	-ms-transform: translateY(-25%);
	transform: translateY(-25%);
	padding: 25px 25px 15px 25px;
	background: #f9f9f9;
	border-radius: 21px;
}
#logintext {
}
#logintext p {
	margin: 0;
	padding: 0 25px;
	padding-top: 20px;
	color: gray;
	text-align: center;
}
#checkstuff,
#sumbitthis,
#forgotsubmit,
#requestpw,
#requestsubmit,
#forgotpw {
	display: inline-block;
	border: none;
	width: auto;
	height: auto;
	color: white;
	background-color: transparent;
	width: 100%;
	padding: 10px 0px 25px;
	margin: 0;
	outline: none;
	height: 16px;
	vertical-align: top;
	font-size: 13px;
	text-align: center;
	margin-right: 3px;
	cursor: pointer;
	color: white;
	border: #be2d3e 2px solid;
	border-radius: 30px;
	box-sizing: border-box;
	background: #be2d3e;
}
#sumbitthis,
#forgotsubmit,
#requestsubmit {
	margin: 0;
}
#loginbuttons {
	text-align: center;
}
#loginbuttons a,
#loginbuttons div {
	display: inline-block;
	margin: 0px 13px;
	margin-bottom: 15px;
	cursor: pointer;
	color: rgb(131, 157, 7);
	border: none;
	text-decoration: none;
}
.loginerror {
	min-height: 18px;
	width: 100%;
	padding: 10px 0px;
	color: red;
	text-align: center;
}
.formitem {
	width: 100%;
	display: block;
	padding: 0px 0px 0px 0px;
	margin-bottom: 10px;
	position: relative;
	height: 39px;
}
#forgotarea {
	display: none;
	opacity: 0;
	width: auto;
	height: auto;
	padding: 0px;
	position: absolute;
	top: 25%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 70%;
	top: 55%;
	-webkit-transform: translateY(-25%);
	-ms-transform: translateY(-25%);
	transform: translateY(-25%);
	padding: 25px 25px 20px 25px;
	background: #f9f9f9;
	border-radius: 21px;
	max-width: 440px;
}
#submit,
#forgot {
	display: inline-block;
	border: none;
	width: auto;
	height: auto;
	color: white;
	background-color: #1d053d;
	width: 48%;
	padding: 10px 0px;
	margin: 0;
	outline: none;
	height: 40px;
	vertical-align: top;
	font-size: 13px;
	text-align: center;
	cursor: pointer;
	border-radius: 0;
	color: white;
	border: #be2d3e 2px solid;
	border-radius: 30px;

	background: #be2d3e;
}
.formitem input {
	position: absolute;
	top: 0;
	border: none;
	height: 39px;
	width: 100%;
	background: white;
	outline: none;
	text-indent: 20px;
	font-size: 13px;
	left: 0;
	border-radius: 30px;
	border: 1px solid #dedede;
}
.formitem textarea {
	position: absolute;
	top: 0;
	border: none;
	height: 135px;
	width: 100%;
	background: white;
	outline: none;
	text-indent: 0;
	font-size: 13px;
	box-shadow: 0px 0px 13px -5px rgba(128, 128, 128, 0.5);
	left: 0;
	padding-top: 11px;
	resize: none;
	padding-left: 20px;
}
.bg-normal-img {
	background-image: url("../img/login_bg.jpg");
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	background: #f9f9f9;
}
.mainscreen_logo {
	background-color:#004d90;
	background-image: url(../img/unibouw-logo.svg);
	background-position: center; 
	position: absolute;
	z-index: 99;
	max-width: 440px;
	height: 100px;
	background-size: 50%;
	background-repeat: no-repeat;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	-webkit-transform: translateY(-184%);
	-ms-transform: translateY(-184%);
	transform: translateY(-184%);
}

@media (max-width: 900px) {
	#loginarea {
		width: 100%;
		box-sizing: border-box;
	}
	#forgotarea {
		width: 100%;
		box-sizing: border-box;
	}
}
