
.pageContent{ background: url("../images/_pic87.jpg") center; background-size: 100% auto; padding-top: 60px; padding-bottom: 90px; overflow: hidden;}
@media (max-width: 1199px) {
  .pageContent{ background-size: auto 100%;}
}
.cn-title{ font-size: 60px; color: #fff; font-weight: bold; text-align: center;}
.en-title{ font-size: 30px; color: #fff; text-align: center; font-family: KlinicSlabBold;}
.textBtn{ color: #fff; margin-top: 20px; text-decoration: underline!important;}
.textBtn:hover{ color: #fff; }


.formBox{
	position: relative;
	width: 540px;
	height: 500px;
	margin: 0 auto;
	margin-top: 40px;
	padding: 30px;
	background: #33bfdf;
	border-radius: 20px 20px 30px 30px;
}
.formBox-title{ font-size: 30px; text-align: center; color: #fff; margin-bottom: 25px;}
.formBox .input-group{ height: 45px; margin-bottom: 10px; }
.formBox .input-group-addon{ min-width: 89px; background: #fff; border: 0; border-radius: 6px 0px 0px 6px; color: #00afd7;}
.formBox .form-control{
	height: 45px;
	border: 0;
	border-radius: 0px 6px 6px 0px!important;
	-webkit-box-shadow: none;
 	box-shadow: none;
	color: #00afd7;
	appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff;
}
.selectIcon{
	position: absolute;
	width: 10px;
	top: 20px;
	right: 15px;
}
.form-control[readonly]{
	cursor: pointer;
}
.formBox .form-control::-webkit-input-placeholder { color: #8dd1e8; }
.formBox .form-control:-moz-placeholder { color: #8dd1e8; }
.formBox .form-control::-moz-placeholder{ color: #8dd1e8; }
.formBox .form-control:-ms-input-placeholder { color: #8dd1e8; }
@media (max-width: 767px) {
  .pageContent{ margin-top: 60px; padding-bottom: 40px;}
  .cn-title{ font-size: 28px;}
  .en-title{ font-size: 16px;}
  .formBox{ width: 100%; height: auto; padding: 0; background: none;}
  .formBox-title{ font-size: 22px;}
}
