/* Login-Zusatzmaterial*/
.grad {
	opacity: 0.2;
}
.ns-protect-site-page .login {
	padding: 28px;
	border: 1px solid #999;
	background-color:#FFF;
	text-align: center;
}
.login input[type="password"] {
	background: transparent;
	color: #999;
	width: 63%;
}
input {
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	padding: 10px;
	font-family: 'Exo', sans-serif;
	margin-top: 10px;
	border-radius: 2px;
	border: 1px solid #999;
}
.login-btn, .login input[type="button"] {
	background: #f2633b;
	border: 1px solid #fff;
	cursor: pointer;
	color: #FFF;
	width: 30%;
	margin-left: 5%;
}
.login-btn:hover, .login-btn:active, .login-btn:focus {
	opacity: 0.9;
	outline: none;
	color: #fff;
	background: #f2633b;
}
.login-first {
	color: #666;
	font-weight: 400;
	font-family: 'Exo', sans-serif;
}
.login input[type="password"]:focus {
	outline: none;
	border: 1px solid #999;
}
.fontstyle {
	color: #666;
	font-family: 'Exo', sans-serif;
	margin-top: 20px;
	transition: all ease-in-out 0.2s;
}
.fontstyle > .fontstyle {
	color: #f2633b;
}
.fontstyle > .fontstyle:hover {
	color: #f2633b;
}
.ns-protect-site-page {
	max-width: 535px;
}