.member-box{
	width: 800px;
	max-width: 100%;
	display: block;
	margin: 0 auto;
	padding-bottom: 40px;
}
.member-title{
	font-family:  "Microsoft JhengHei";
	padding: 80px 0;
	display: block;
	letter-spacing: 2px;
}
.member-title-line{
	width: 100%;
	height: 1px ;
	display: block;
	background-color: #d1d1d1;
	position: relative;
}
.member-title-line span{
	width: 280px;
	max-width: 100%;
	height: 2px;
	display: block;
	position: absolute;
	top: -1px;
	left: calc(50% - 140px);
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d5082e+0,ea5432+100 */
	background: #d5082e; /* Old browsers */
	background: -moz-linear-gradient(top, #d5082e 0%, #ea5432 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #d5082e 0%,#ea5432 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #d5082e 0%,#ea5432 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5082e', endColorstr='#ea5432',GradientType=0 ); /* IE6-9 */
}

.member-title{
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 3px;
	text-align: center;
}

.member-list-box{
	margin-top: 30px;
}

.contact-form-select{
	width: 100%;
    background-color: #f1f1f1;
    height: 60px;
    font-family: "Microsoft JhengHei";
    border: 0;
     padding: 0 10px;
    box-sizing: border-box;
     color: #333333;
     outline: none;
     letter-spacing: 1px;
     cursor: pointer;
     -webkit-appearance: none; /*Chrome*/
	-moz-appearance: none; /*FF*/
	appearance: none;/*CSS3*/
}

.contact-form-list-title span.member-ps-color{
	color: #d5082e;
}
.member-contact-ps-box{
	position: relative;
}

.member-join-passward-ps{
	position: absolute;
	font-size: 12px;
	display: block;
	right: 10px;
    top: 22px;
    color: #d5082e;
    letter-spacing: 2px;
}

.member-join-passward-ps .fa-check{
	color: #24960e;
}
.member-join-passward-ps i:nth-child(1){
	padding-right: 5px;
}

.header-member-forget-verification{
	width: 200px;
	max-width: 100%;
	height: 60px;
	border: 1px solid rgba(0,0,0,0.2);
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
}
.header-member-forget-password-box{
	font-size: 0;
}
.header-member-forget-verification-input{
	width: calc(100% - 220px);
	margin-left: 20px;
	display: inline-block;
	vertical-align: middle;
	height: 60px;
    padding: 0 10px;
    box-sizing: border-box;
    background-color: #f1f1f1;
    border: 0;
    color: #333333;
}

.header-member-forget-password-box{
	margin-bottom: 50px;
}
