.sky-form {
  border: 0;
}
.header-login {
  background: url("../img/login-banner.png") no-repeat;
  width: auto;
  height: 317px;
}
.header-login .logo img {
  margin: 15px 0 15px 0;
}
.header-login .logo-name {
  margin-top: 39px;
  text-align: center;
}
.container-login {
  padding-top: 28px;
}
.content-login {
    padding-bottom: 40px;
}
.reg-page,
.reg-header {
  border: 0;
  padding: 0;
}
.reg-page {
  width: 440px;
  margin: 0 auto;
  background: #fff;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: 0;
}
.reg-page .input-group-addon,
.reg-page input.form-control,
.reg-page input.form-control:focus,
.reg-page input.form-control:hover {
  border: 0;
  border-bottom: 1px solid #e3e3e3;
  padding: 15px 0;
}
.reg-page input.form-control,
.reg-page input.form-control:focus,
.reg-page input.form-control:hover {
  height: 51px;
  font-size: 16px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  width: 394px;
}
.reg-page .form-control::placeholder {
  color: #bbb;
  font-size: 16px;
}
.reg-page .input-group-addon img {
  display: inline-block;
  margin: 0 25px 0 4px;
}
.reg-page .remember-info {
  overflow: auto;
  font-size: 16px;
}
.reg-page .remember-info .remember-me {
  float: left;
  margin-top: 9px;
  margin-bottom: 26px;
}
.reg-page .remember-info .remember-me input {
  display: inline-block;
  margin-top: 6px;
}
.reg-page .remember-info .forget-password {
  float: right;
  color: #ff5b22;
  margin-top: 9px;
  margin-bottom: 26px;
}
.reg-header {
  margin: 0;
}
.reg-header h2 {
  color: #333;
  letter-spacing: 3px;
  margin-bottom: 24px;
  font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.login-button button,
.register-button button {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  background: #ff5b22;
  padding: 9px 194px ;
  font-size: 16px;
}
.login-button button .text,
.register-button button .text {
  display: inline-block;
  margin-right: 11px;
}
.login-button button:hover,
.register-button button:hover {
  background: #fb5015;
}
.login-button button:focus,
.register-button button:focus {
  background: #fb5015;
}
.register-button button {
  background: #efefef;
  color: #ccc;
}
.register-button button:hover {
  background: #eae7e7;
  color: #ccc;
}
.register-button button:focus {
  background: #eae7e7;
  color: #ccc;
}
.register-info {
  text-align: right;
  font-size: 16px;
  margin-top: 15px;
}
.register-info .text {
  display: inline-block;
  margin-left: 13px;
  color: #ff5b22;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.footer-v1 .copyright-login {
  border-top: 0;
  background: #fff;
  color: #bbb;
  padding: 0 0 20px 0;
}
#topcontrol:hover {
  background: #fb5015;
}
#topcontrol:focus {
  background: #fb5015;
}
.input-group {
  position: relative;
}
.form-help {
  position: absolute;
  top: 17px;
  left: 440px;
  font-size: 16px;
  color: #ff5920;
  width: 300px;
}
.checkbox input[type="checkbox"] {
  background: url("../img/checkbox.png") no-repeat;	
}
/* zkq */
input:-webkit-autofill{
 -webkit-box-shadow: 0 0 0px 1000px #FFF inset !important;
}
.password-header{
	background: #f9f9f9 !important;
}
.password-wrapper {
    background: #f9f9f9;
}
.password-wrapper .container {
    width: 846px;
    height: 425px;
    background: #fff;
    padding-top: 44px;
}
.getcode{
	position: absolute;
	border: none;
	border-radius: 8px;
	font-size:16px; 
	margin-top: 5px;
	height:40px;
	width:150px;
	margin-left: -160px;
    z-index: 999;
}
    
