input,select{
	padding-left: 20px;
}
.main{
	padding-bottom: 150px;
}
.mainin{
	background: #fff;
	padding: 35px;
	padding-bottom: 200px;
}
.formtitle{
		font-size: 24px;
		font-weight: normal;
		font-stretch: normal;
		letter-spacing: 0px;
		color: #333333;
		font-weight: bold;
		text-align: center;
		margin-bottom: 27px;
}
.formWrap{
	width: 420px;
	margin: 0 auto;
}
.inputBar{
	display: flex;
	margin-bottom: 20px;
}
.FullInput{
	width: 100%;
	height: 40px;
		border-radius: 4px;
		border: solid 1px #dcdfe6;
}
.FullInputFlex{
	flex: 1;
	height: 40px;
		border-radius: 4px;
		border: solid 1px #dcdfe6;
		
}
.getBtn{
	width: 130px;
		height: 40px;
		background-color: #16a5e5;
		border-radius: 4px;
		text-align: center;
		line-height: 40px;
			font-size: 14px;
			font-weight: normal;
			font-stretch: normal;
			letter-spacing: 0px;
			color: #ffffff;
			cursor: pointer;
			border-top: 1px solid  #dcdfe6;
			border-bottom: 1px solid  #dcdfe6;
}
.regnum{
	flex: 1;
	height: 40px;
	border:1px solid  #dcdfe6;
	border-right: none;
}
.btnGray a{
	display: inline-block;
	width: 100%;
	height: 40px;
	background-color: #f5f5f5;
	border: 1px solid #dcdfe6;
	text-align: center;
		font-size: 16px;
		font-weight: normal;
		font-stretch: normal;
		letter-spacing: 0px;
		color: #999999;
		line-height: 40px;
		margin-top: 40px;
}
.btnGray a:hover{
		background-color: #16a5e5;
		border-radius: 4px;
		border: solid 1px #dcdfe6;
		color: #fff;
}