/* .logon-wrap {
  position: absolute;
  top: 75px;
  bottom: 0;
  width: 100%;
  background: url(../images/login-bg1.png) no-repeat top center #fff;
  background-size: 100% 100%;
} */
.logon-wrap {
  position: absolute;
  top: 75px;
  bottom: 0;
  width: 100%;
  background: url(../images/bg.jpg) no-repeat center center #0c1323;
}
.logon-header {
  height: 75px;
  background: #fff;
}
.logon-header img {
  margin: 18px 0 0 50px;
  height: 40px;
}
.info-box {
  padding: 86px 0 0 86px;
}
.logon-box {
  position: absolute;
  top: 15%;
  left: 50%;
  width: 490px;
  height: 382px;
  margin-left: -240px;
  background: url(../images/logon-box.png) no-repeat center top;
  /* background-size: contain; */
}
.user-name {
  margin-bottom: 23px;
}
.user-name,
.user-pwd {
  position: relative;
  width: 315px;
  height: 43px;
  line-height: 44px;
  font-size: 14px;
}
.user-name input,
.user-pwd input {
  position: absolute;
  left: 0;
  top: 0;
  padding: 13px 0 13px 56px;
  width: 246px;
  background: transparent;
  border: none;
  outline: none;
  border-radius: 30px;
}
.forget-label {
  margin-top: 18px;
  padding-right: 112px;
  text-align: right;
  font-size: 12px;
}
.forget-label a {
  font-size: 12px;
  color: #00245f;
  text-decoration: none;
}
.forget-label a:hover {
  color: #002eb1;
  text-decoration: underline;
}

.btns {
  margin-top: 12px;
  font-size: 16px;
}
.link-btn {
  display: inline-block;
  width: 144px;
  height: 46px;
  line-height: 46px;
  background: #0b1f52;
  color: #fff;
  text-align: center;
  border-radius: 30px;
  text-decoration: none;
}
.logon-btn {
  margin-left: 12px;
  padding: 0;
  display: inline-block;
  width: 144px;
  height: 46px;
  line-height: 46px;
  background: #247df3;
  color: #fff;
  text-align: center;
  border-radius: 30px;
  outline: none;
  border: none;
}
.link-btn:hover {
  background: rgba(11, 31, 82, 0.8);
}
.logon-btn:hover {
  background: rgba(36, 125, 243, 0.8);
}
.logon-footer {
  position: absolute;
  bottom: 0;
  padding-bottom: 12px;
  width: 100%;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.logon-footer a {
  color: #2093d2;
}
input {
  outline: none;
}
/* 按钮缺少悬停和点击状态样式 */
