.form{
				margin: 100px auto 0px;
				width: 460px;
				border-radius: 6px;
				background: #ffffff;
				padding:30px;
				box-shadow: 0 0 5px rgba(0,0,0,0.1);
			}
			.form .form-control{
				height: 46px;
				border-radius: 3px;
				border:1px solid #f1f1f1;
				background-color: #fafafa;
				box-shadow:none;
			}
			.form .form-group{
				margin-top: 20px;
			}
			
			.form h4 small {
    font-size: 12px;
}
			input::-webkit-input-placeholder { 
			/* WebKit browsers */ 
			color: #99a4ae !important; 
			font-family: "PingFang SC", "microsoft yahei", sans-serif;
			font-style: normal;
			} 
			input:-moz-placeholder { 
			/* Mozilla Firefox 4 to 18 */ 
			color: #99a4ae !important; 
			font-family: "PingFang SC", "microsoft yahei", sans-serif;
			font-style: normal;
			} 
			input::-moz-placeholder { 
			/* Mozilla Firefox 19+ */ 
			color: #99a4ae !important; 
			font-family: "PingFang SC", "microsoft yahei", sans-serif;
			font-style: normal;
			} 
			input:-ms-input-placeholder { 
			/* Internet Explorer 10+ */ 
			color: #99a4ae !important; 
			font-family: "PingFang SC", "microsoft yahei", sans-serif;
			font-style: normal;
			}			
			
			.form h4{
				font-size: 22px;
				font-weight: 400;
			}
			.btn.btn-default{
				    display: block;
				    background-color: #ef7845;
				    width: 100%;
				    color: #fff;
				    margin-top: 30px;
					height: 46px;
					padding: 10px 20px;
			}
			.form-group{
				position: relative;
			}
			
			
			.btns {
			    position: absolute;
			    background: #ef7845;
			    border-radius: 20px;
			    color: #ffffff;
			    padding: 5px 15px;
			    top: 5px;
			    right: 5px;
				border: none;
			}
			
			#home_banner .btn:hover {
			    border-color: #fff;
			    background: #cf7845;
			    color: #fff;
			}
			
			.checkbox input[type=checkbox]{
				margin-left: 0px;
			}
			
			.m-l-15{
				margin-left: 15px;
			}
			@media (max-width: 991px) {
				
				.form{
								margin: 30px auto 30px;
								width: auto;
							}
				
			}