* {
  padding: 0;
  margin: 0;
}
html,
body {
  padding: 0;
  width: 100%;
  height: 100%;
}
body {
  background: url(../img/login-bg.jpg) no-repeat center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.login {
  width: 1200px;
  height: 600px;
  background: url(../img/login-bg2.png) no-repeat center right;
  background-size: contain;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 68px;
  position: relative;
  top: 26px;
}
.login .login-logo {
  position: absolute;
  top: -80px;
  left: 0;
}
.login .login-logo .img {
  height: 50px;
}
.login .login-logo .img2 {
  height: 50px;
}
.login .login-h1 {
  font-size: 36px;
  font-weight: bold;
  color: #2d62fe;
  line-height: 1;
  padding: 139px 0 18px;
}
.login .login-h2 {
  font-size: 28px;
  font-weight: bold;
  color: #3a4051;
  line-height: 1;
  margin-bottom: 75px;
}
.login .login-ul {
  width: 360px;
  margin-bottom: 80px;
}
.login .login-ul .login-li {
  height: 80px;
  border-bottom: 1px solid #d8ddef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.login .login-ul .login-li .img {
  margin-right: 26px;
}
.login .login-ul .login-li .ipt {
  width: 260px;
  height: 50px;
  border: none;
  outline: none;
}
.login .login-btn {
  width: 222px;
  height: 56px;
  background-color: #3c6eff;
  border-radius: 28px;
  color: #fff;
  text-align: center;
  line-height: 56px;
  cursor: pointer;
}
.login .login-other .btn-sense-iam {
  width: 20%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  background: #3c6eff;
  border-radius: 100px;
  border: none;
  color: #fff;
  cursor: pointer;
}
.login .login-other .toPasswordLoginFormBtn {
  margin-top: 30px;
  width: 20%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  background: #ff781e;
  border-radius: 100px;
  border: none;
  color: #fff;
  cursor: pointer;
}
.login .password-now .btn-sense-iam {
  font-size: 16px;
  color: #3c6eff;
  background: none;
}
.login .password-now .toPasswordLoginFormBtn {
  display: none;
}
