body {
	background: #f0f2f5;
}

.ez-layout-header .logo {
	width: 60%;
	line-height: 64px;
	white-space: nowrap;
	float: left;
}

.ez-layout-header .logo img {
	height: 32px;
}

.ez-layout-header .user-box {
	width: 40%;
	height: 100%;
	float: right;
	text-align: right;
	color: #fff;
	display: inline-block;
	font-size: 0;
}

.ez-layout-header .user-box .ez-avatar {
	vertical-align: top;
	margin: 20px 8px 20px 0;
}

.ez-layout-header .user-box .user-name {
	font-size: 14px;
}

.retrieve-pwd-body {
	height: 460px;
	font-size:14px;
	margin: 20px auto;
	padding-left: 100px;
	padding-right: 100px;
	background-color: #fff;
	border: 1px solid #eee;
}

.retrieve-pwd-title {
	font-size: 24px;
	line-height: 60px;
	font-weight: bold;
	color: #333;
}

.retrieve_pwd_tip_pic {
	font-size: 50px;
	color: #31C5DD;
}

.retrieve-pwd-tip-cntr {
	min-height: 50px;
	width: 500px;
	margin: 0 auto 10px;
}

.retrieve-pwd-msg {
	padding: 5px 15px;
	margin: 0 auto;
}

.code-img {
	padding: 5px !important;
}

.bgiconCls {
	right: 160px;
}

.retrieve-pwd-suc-tip {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin-top: 10px;
}