#search-bar .narrow {
	position: relative;
}

#login-div {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 260px;
	padding-bottom: 20px;
	background-color: rgba(0,0,0,0.8);
	border-top: 1px solid #00aae0;
	z-index: 100;
	text-align: center;
}
#login-div h2 {
	margin: 20px 0 10px 0;
	padding: 0;
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	font-family: "Cardo",serif;
}
#login-div a.closer {
	display: block;
	position: absolute;
	right: 12px;
	top: 11px;
	height: 10px;
	width: 10px;
	line-height: normal;
}
#login-form {
	padding: 0 17px;
}
#login-form a {
	display: block;
	height: auto;
	width: auto;
	border-radius: 0;
	line-height: normal;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
}
#login-form a:hover {
	color: #00aae0;
}
#login-form input[type="text"],
#login-form input[type="password"] {
	height: 35px;
	width: 210px;
	margin-bottom: 10px;
	padding: 0 8px;
	background-color: transparent;
	color: #ffffff;
	border: none;
	border-bottom: 1px solid #ffffff;
	text-align: center;
	outline: none;
}
#login-form input[type="text"]:hover,
#login-form input[type="password"]:hover {
	border-color: #00aae0;
}
#login-form input[type="text"]:focus,
#login-form input[type="password"]:focus {
	border: none;
	border-bottom: 1px solid #00aae0;
}
#login-div input[type="submit"].signin {
	margin-top: 20px;
	display: block;
	width: 100%;
	border: 1px solid #ffffff;
	border-radius: 21px;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	padding: 11px 0;
	background-color: transparent;
}
#login-form div[data-passview-wrapper="true"] [data-passview-target="button"] {
	filter: brightness(0) saturate(100%) invert(100%) sepia(94%) saturate(25%) hue-rotate(349deg) brightness(106%) contrast(105%);
}

