.signup-store-lead-container{
	width: 1250px;
	margin: auto;
	padding: 150px 0;
}
.signup-store-lead-container .norm-width{
	width: 800px;
	margin: auto;
}
.user-filter-section{
	width: 100%;
}
.block-title{
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.block-desc{
	width: 100%;
	text-align: center;
	padding: 10px 0;
}
.block-content{
	width: 100%;
	padding: 10px 0;
}
#have-isl-account{
	border-right: 1px solid #CBCBCB;
}
#no-isl-account{
	border-left: 1px solid #CBCBCB;
	text-align: center;
}
.block-scope{
	width: 50%;
	min-height: 273px;
	box-sizing: border-box;
	padding: 15px;
	float: left;
}
.block-scope p{
	text-align: center;
	padding-bottom: 15px;
}
.block-scope table{
	margin: auto;
}
.block-scope table tr td{
	padding-bottom: 10px;
}
.block-scope table .lead-login-input{
	border-radius:30px;
	width: 300px;
	height: 40px;
	background-color: #FFFFFF;
	border: 1px solid #CBCBCB;
	box-sizing: border-box;
	padding-left: 20px;
	outline: none;
}
.operate-btns{
	width: 180px;
	text-align: right;
	margin: auto;
	padding: 10px 0;
}
.operate-btns .isl-login-btn{
	border-radius:30px;
	width: 200px;
	height: 40px;
	background-color: #FF6000;
	border: none;
	color: #FFFFFF;
	font-family: Microsoft JhengHei, Helvetica;
	cursor: pointer;
	outline: none;
}
.operate-btns .fb-login-btn{
	border-radius:30px;
	width: 200px;
	height: 40px;
	background-color: #39579A;
	border: none;
	color: #FFFFFF;
	font-family: Microsoft JhengHei, Helvetica;
	margin: 10px 0;
	cursor: pointer;
	outline: none;
}
.operate-btns span{
	color: #B2B2B2;
	font-size: 14px;
	cursor: pointer;
}
.signup-link{
	border-radius:15px;
	background-color: #D14B4B;
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: none;
	padding: 8.5px 8px;
	display: inline-block;
}

/*** 忘記密碼 ***/
#lead-lostpass-back{
	width: 100%;
	height: 100%;
	min-width: 340px;
	min-height: 276px;
	background: rgba(0,0,0,0.75);
	vertical-align: middle;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 200;
	display: none;
}
#lead-lostpass-box{
	width: 380px;
	background-color: #FFFFFF;
	font-family: Microsoft JhengHei, Helvetica;
	margin: 100px auto 0;
	padding: 0;
	position: relative;
}
#close-lostpass-box{
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
.box-content .lostpass-title{
	font-size: 24px;
	font-weight: bold;
	padding: 10px 0;
}
.box-content .lostpass-desc{
	color: #B2B2B2;
	font-size: 14px;
	text-align: left;
	padding-bottom: 20px;
}
#lostpass-email{
	width: 100%;
	padding: 10px 0;
}
#lostpass-email span{
	font-size: 16px;
	font-weight: bold;
}
.lostpass-input{
	width: 265px;
	height: 30px;
	background-color: #E3E3E3;
	border: none;
	box-sizing: border-box;
	padding-left: 5px;
	outline: none;
}
.lostpass-btns{
	width: 100%;
	padding: 10px 0;
}
.lostpass-submit-btn{
	background-color: #FF6000;
	border: none;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	font-family: Microsoft JhengHei, Helvetica;
	padding: 6.5px 20px;
	cursor: pointer;
	outline: none;
}