#header{
  font-size: 22px;
}
#header .form-bg {
  background: #00b4ef;
}
#header .form-horizontal .heading {
  display: block;
  font-weight: 700;
  padding: 35px 0;
  margin-bottom: 30px;
  font-size: 32px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #7a7a7a;
  text-align: center;
}
#header .form-horizontal .form-group {
  position: relative;

}
#header .form-horizontal .form-title {
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #7a7a7a;

}
#header .rows{
  margin: 0 auto;
   width: 430px;
}
#header .form-horizontal .form-control {
  background: #f0f2f7;
  border: none;
  border-radius: 20px;
  box-shadow: none;
  padding: 0 20px 0 42px;
  height: 40px;
  margin-top: 8px;
  transition: all 0.3s ease 0s;
}
#header .form-horizontal .form-controled {
  background: #f0f2f7;
  border: none !important;
  border-radius: 20px;
  box-shadow: none;
  padding: 10px 20px 0 42px;
  height: 133px;
  width: 460px;
  margin-top: 8px;
  transition: all 0.3s ease 0s;
}
#header .form-horizontal .form-controled:focus {
  background: #e0e0e0;
  box-shadow: none;
  outline: 0 none;
}
#header .form-horizontal .form-control:focus {
  background: #e0e0e0;
  box-shadow: none;
  outline: 0 none;
}
#header .form-horizontal .form-group i {
  position: absolute;
  top: 39px;
  left: 21px;
  font-size: 17px;
  color: #c8c8c8;
  transition: all 0.5s ease 0s;
  line-height: 40px;
}
#header .form-horizontal .form-control:focus + i {
  color: #4e6be1;
}
#header .form-horizontal .fa-question-circle {
  display: inline-block;
  position: absolute;
  top: 12px;
  right: 60px;
  font-size: 20px;
  color: #00b4ef;
  transition: all 0.5s ease 0s;
}

#header .form-horizontal .main-checkbox{
  float: left;
  width: 12px;
  height: 12px;
  background: 	#D0D0D0;
  border-radius: 50%;
  position: relative;
  margin: 5px 0 0 23px;
  border: 1px solid 	#D0D0D0;
}
#header .form-horizontal .main-checkbox label{
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
#header .form-horizontal .main-checkbox label:after{
  content: "";
  width: 8px;
  height: 4px;
  position: absolute;
  top: 2px;
  left: 1px;
  border: 2px solid #fff !important;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#header .form-horizontal .main-checkbox input[type=checkbox]{
  visibility: hidden;
}
#header .form-horizontal .main-checkbox input[type=checkbox]:checked + label:after{
  opacity: 1;
}

#header .form-horizontal .text {
  float: left;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #7a7a7a;
  margin-left: 7px;
  margin-top: 2px;
}
#header .form-horizontal .textright {
  float: right;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #4e6be1;
  margin-right: 7px;
  margin-top: 2px;
  text-decoration: none;
}
#header .form-horizontal .textright a {
  text-decoration: none;
  color: #4e6be1;
}
#header .form-horizontal .btn {
  float: center;
  font-size: 14px;
  color: #fff;
  background: #4e6be1;
  border-radius: 30px;
  padding: 10px 200px;
  border: none;
  margin-top: 39px;
  text-transform: capitalize;
  transition: all 0.5s ease 0s;
}
@media only screen and (max-width: 576px) {
  #header .form-horizontal{
    width: 100%;
  }
  #header .form-horizontal .form-group{
   width: 282px;
   margin-left: 0px !important;
   margin-right: 0px !important;
  
  }
  #header .form-horizontal .btn{
    width: 285px;
    padding: 10px 20px;
  }
  #header .cont{
    width: 100%;
  }
  #header .rows{
    width: 285px;
    margin: 0 auto;
    
  }
  #header .form-horizontal .heading{
    width: 285px;
   
  }
  #header .form-horizontal .form-controled {
    width: 282px;
  }

  
}
#header{
 width: 100%;
 background-color: rgba(255, 255, 255, 1);
 position: relative;
 top: 0;
}
#header .error {
  border-color: red;
}

#header .error-message {
  color: red;
  margin-left: 20px;
}
#header .icons{
  color: red;
  margin-left: 20px;
}


