.logon-bj {
  background: url(../image/login-bj.jpg) center bottom no-repeat;
  height: 100%;
}
.login {
  width: 350px;
  height: 300px;
  margin-right: 10%;
  position: relative;
  margin-top: 290px;
}
.login input {
  outline: none;
  background: none;
  border: none;
  height: 40px;
  color: #FFFFFF;
  font-size: 16px;
}
.login button {
  background: rgba(177, 207, 233, 0.3);
  outline: none;
  color: #fff;
  border-radius: 20px;
}
.login button:hover {
  background: rgba(177, 207, 233, 0.5);
}
.login button:active {
  background: rgba(177, 207, 233, 0.8);
}
.ndb-advertising {
  position: absolute;
  left: 200px;
  top: 420px;
  animation: mymove 5s infinite;
  -webkit-animation: mymove 5s infinite;/*Safari and Chrome*/
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@keyframes mymove {
  0% {
    left: 250px;
    top: 0;
    text-decoration: 0;
    transform: scale(3.8);
  }
  60% {
    left: 250px;
    top: 450px;
    opacity: 1;
    transform: scale(1);
  }
  65% {
    left: 200px;
    top: 420px;
    opacity: 1;
  }
  70% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.logo {
  margin-bottom: 20px;
}
.logirext {
  height: 40px;
  border-bottom: 1px solid #fff;
  padding-left: 40px;
  margin-bottom: 20px;
}
.phone {
  background: url(../image/name-ico.png) no-repeat left;
  width: 280px;
}
.code {
  background: url(../image/code-ico.png) no-repeat left;
  width: 150px;
  position: relative;
}
.seedcode {
  height: 30px;
  width: 130px;
  position: absolute;
  right: -140px;
  bottom: 0;
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.sublime {
  height: 45px;
  width: 300px;
  border: none;
  margin-top: 10px;
}
.foot {
  position: fixed;
  bottom: 30px;
  width: 100%;
  text-align: center;
  color: #fff;
}
.loginphone {
  font-size: 18px;
  margin-top: 30px;
  color: #ffffff;
  text-align: left;
  font-weight: normal;
}
/*# sourceMappingURL=login.css.map */
