#login-form-window .content {
	width: 95%;
	max-width: 300px;
}
#login-form-window table {
	width: 100%;
}
#login-form-window label span {
	display: block;
}
#login-form-window .forgot-password {
	font-size: 14px;
	margin-top: 5px;
	display: inline-block;
}

#login_panel a
{
        color:#F19401;
}
#login_panel a:hover
{
        color:#ffffff;
}
a.profile-link {
/*	vertical-align: bottom; */
}
a.login-link {
//	margin-right: 10px;
}
.login input.logout-button {
	background: none;
	border: none;
	color: white;
	cursor: pointer;
	margin-left: 10px;
	margin-bottom: 0px;
	box-shadow: none;
	line-height: 1;
	padding: 0px;
	width: auto;
}
.login input.logout-button:hover {
	background: none;
	border: none;
	color: white;
}
.logout-form {
	padding: 0;
	display: block;
	background-color: transparent;
}

.login {
//	position: absolute;
	position: relative;
	top: 0px;
	margin-right: 1px;
	background-color: #1c3c50;
	width: auto;
	padding: 5px 15px;
	font-size: 16px;
}
.login #login_panel a, .login .profile-link {
	color: white;
}
.login input {
	font-size: 16px;
}
.login a:hover, .login input:hover {
//	color: #006699;
}

.login {
	overflow: hidden;
}
.login:hover {
	overflow: visible;
}
.login:hover .profile-panel {
//	z-index: 1;
	opacity: 1;
}
.login .profile-panel {
	position: absolute;
	top: 40px;
	left: 0px;
	right: 0px;
	opacity: 0;
	transition: all 0.3s linear 0s;
	z-index: 1;
	padding-top: 5px;
}
.login .profile-panel .content {
	width: 100%;
	background-color: #313131;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
//	box-shadow: 1px 1px 5px #363636;
	padding: 0px;
}
.login .profile-panel .item {
	box-sizing: border-box;
	text-align: center;
	width: 100%;
	font-size: 14px;
}
.login .profile-panel .item a {
	padding: 7px;
	box-sizing: border-box;
	display: inline-block;
	width: 100%;
	height: 100%;
	color: white;
	transition: all 0.2s linear 0s;
}
.login .profile-panel .item a:hover {
	text-decoration: none;
//	background-color: #efefef;
	background-color: #fff;
	color: #333;
}
.login .profile-panel .item:first-child a {
//	border-top-left-radius: 10px;
//	border-top-right-radius: 10px;
}
.login .profile-panel .item:last-child a {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.login .profile-panel .item:not(:last-child) {
	border-bottom: 1px solid #aaa;
}