.form-control{
	height: 36px;
	background: transparent;
	border-right: none;
	 -webkit-box-shadow: inset 0 x rgba(0, 0, 0, 0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.input-group-addon{
	background: transparent;
	border-left: none;
}

.form-horizontal .form-group{
	padding-bottom: 15px;
}
.prompt{
	position: absolute;
	color: #918f8f;
	font-size: 12px;
}
.bank{
	border: 1px solid #e8e8e8;
	border-radius: 4px;
}
.bank .imgHg {
	height: 40px;
	margin-top: 15px;
}
.bank div img{
	margin-right: auto;
	
}
.wordMember{
	color: #FF0000;
	font-size:12px ;
	padding-bottom: 20px;
	
}
.control-label{
	color:#999;
	font-size: 14px;
	font-weight: initial;
}
.control-label span{
	color: #FF0000;
}
.signReg{
	font-size: 30px;
	color: #4c4c4c;
	line-height: 60px;
}
.mainZT{
	padding-bottom: 50px;
	padding-top: 50px;
	background: #fff;
}
.checkMain{
	width: 275px;
	margin: 0 auto;
}
.btn-success{
	color: #ffffff;
    background-color: #8dc500;
    border-color: #8dc500;
    padding-left: 40px;
    padding-right: 40px;
}
.btn-ash{
	color: #3c3c3c;
    background-color: #f4f4f4;
    border-color: #f4f4f4;
}
