* {
	margin:0px;
	padding:0px;
}
body, html {
	width:100%;
	height:100%;
}
body {
	background-color:#FF795D;
	color:#000;
	font-family:Roboto, Arial, Helvetica, sans-serif;
	font-weight:700;
	font-size:1.1em;
	text-align:left;
}
form {
	padding:40px 20px 30px 20px;
	width:376px;
	height:100%;
	box-sizing:border-box;
}
input {
	width:100%;
	font-size:1em;
	padding:0.5em;
	font-family:Roboto, Arial, Helvetica, sans-serif;
	font-weight:700;
	background-color:#FFF;
	color:#000;
	margin-top:10px;
	border:none;
	box-sizing:border-box;
	text-align:left;
}
input[type="submit"] {
	background-color:#000;
	color:#FFF;
	margin-bottom:20px;
}
h1 {
	font-size:1em;
	max-width:76%;
}
p {
	font-size:0.7em;
	line-height:1.6em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}
input#nl_pass {
	height:0px;
	overflow:hidden;
	font-size:0px;
	position:absolute;
	top:0px;
}
#nl_close {
	position:absolute;
	top:10px;
	right:10px;
}
#nl_close img {
	width:30px;
	height:30px;
}
p#cookie_consent {
	position:absolute;
	left:0px;
	top:50%;
	transform:translate(0, -50%);
	width:100%;
	font-size:1em;
	font-family:Roboto, Arial, Helvetica, sans-serif;
	font-weight:400;
	text-align:center;

}
p#cookie_consent a {
	display:inline-block;
	padding:0.3em 1em;
	background-color:#000;
	color:#FFF;
	text-decoration:none;
	margin-left:1em;
}