
#forgot-password-page {
	width: 95%;
	max-width: 500px;

	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}

#forgot-password-page .forgot_password {
	font-size: 10px;
}

#forgot-password-page #serial_number {
	text-transform: uppercase;
}
html.login {	
	height: 100%;
}

html.login footer {
	color: white;
	position: fixed;
	bottom: 10px;
	width:100%;
	text-align:center;
	font-size: 0.8em;
	z-index: 1;
}

html.login h1 {
	margin-left: 0px;
}	
	
html.login .password-hints {
	min-height: 10em;
}
	
html.login .login-box {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	width:250px;
	z-index: 2;
}

html.login .login-box h1 {
	background-image: url('/images/oem234/logo.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	line-height: 50px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
	
html.login .login-messages {
	margin-bottom: 15px;
}
	
html.login .logo-nedap-now {
	width: 115px;
}
	
html.login .btn-nedap-now {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}

html.login #login_button {
	width: 100%;
	margin-top: 25px;
}

.login-background {
	position: fixed;
	top: 0px;
	width: 100%;
	height:100%;
	box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.7);
}

.header-with-lines {
	border-bottom: none;
	border-left: none;
	border-right: none;
	text-align: center;
	border-top-color: #999;
	border-top-width: 2px !important;
	border-top-style: groove!important;
	border: 2px;
}

.header-with-lines legend {
	font-size: 1rem;
	width: initial;
	-webkit-padding-start: 8px;
	-webkit-padding-end: 8px;
	background: transparent;
	font-weight: normal;
	color: #999;
}

#update-password-page {
	width: 95%;
	max-width: 500px;

	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}
/*# sourceMappingURL=/stylesheet/login.map*/
