.viewport{
  background: url("../images/bg.png") no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}

.main-wrapper {
  width: 100%;
  position: relative;
}

.headerNav{
  background-color: #000000;
}

.login-header {
  height: 60px;
  line-height: 60px;
  width: 1181px;
  margin: 0 auto;
}

.login-header .login-logo {
  margin-left: 80px;
  color: #fff;
  font-size: 16px;
  float: left;
  padding-left: 40px;
  background: url(../images/logo.png) no-repeat left center;
  -webkit-background-size: 24px 28px;
  background-size: 24px 28px;
}

.login-footer {
  height: 27px;
  line-height: 27px;
  font-size: 12px;
  color: #fff;
  width: 1181px;
  margin: 0 auto;
  text-align: center
}

.login-bg {
  /*position: absolute;*/
}

.login-box {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  padding-bottom: 12px;
  width: 380px;
  box-sizing: border-box;
  border-radius: 25px;
  float: right;
  margin: 60px 380px 0 0;
  color: #fff
}

.login-box a {
  color: #fff
}

.login-box .tab {
  height: 30px;
  width: 200px;
  margin: 30px auto 0 auto
}

.login-box .tab ul li {
  float: left;
  width: 50%;
}

.login-box .tab ul li a {
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #1A2E3D;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px
}

.login-box .tab ul li a.on {
  background: #1297C4;
}

.input-wrapper {
  padding: 40px 40px 20px 40px;
  font-size: 12px
}

.input-wrapper ul li {
  position: relative;
  margin-bottom: 25px;
}

.input-wrapper ul li .error {
  position: absolute;
  top: 47px;
  left: 0;
  color: #ff4040;
  display: block;
}

.input-wrapper ul li input {
  border: 1px solid rgba(153,153,153,1);
  background: none;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 4px 6px;
  float: left;
  box-sizing: border-box;
  font-size: 12px;
  color: #fff;
  border-radius: 4px
}

.input-wrapper ul li input::placeholder{
  color: #ffffff;
}

.input-wrapper ul li .code {
  float: right;
  height: 40px;
  width: 82px;
  cursor: pointer
}

.input-wrapper ul li .get-code {
  width: 90px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: #1297C4;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px
}

.input-wrapper ul li .get-code.disabled {
  background: #999999
}

.input-wrapper .login-btn {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #1297C4;
  display: block;
  text-align: center;
  border-radius: 6px;
  font-size: 12px
}

.input-wrapper .forgetPsw {
  float: right;
  margin: -18px 0 7px 0
}

.input-wrapper .other-login {
  clear: both;
  padding: 20px 0 0 0
}

.input-wrapper .other-login .phone {
  display: inline-block;
  margin-right: 13px
}

.input-wrapper .other-login .psw {
  display: inline-block;
  margin-right: 13px
}

.input-wrapper .other-login .weixin {
  display: inline-block;
}

.input-wrapper .other-login .register {
  float: right;
}

.remember{
  display: flex;
  align-items: center;
  cursor: pointer;
}
.remember input{
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  width: 16px;
  height: 16px;
}
