.login_area{
	
}
.login_sel_popup{
	width: 437px;
}
.login_sel_popup .app_module_popup_content{
	margin-bottom: 150px;
}
.top_user_comp{
	color: #fefefe;
    font-size: 11px;
    font-weight: 500;
    height: 18px;
    line-height: 18px; 
    /* float: right; */
    /* margin-right: 17px; */
    position: absolute;
    top: -18px;
    right: 17px;
}
.top_user_comp a{
	color: #fefefe;
}
.top_user_comp span, .top_user_comp a{
	display: block;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 170px;
}
.top_user_name{
	display: block;
	overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 170px;
}
.pass_forgat_area{
	margin-top: 39px;
	max-height: 0px;
    overflow: hidden;
    transition: max-height 0.8s ease 0s;
} 
.area_helper{
	float: left;
	width: 100%;
}