.page-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: url(../../../../img/login/login-bg.jpg) no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.login-header {
  text-align: center;
  margin-top: 34px;
}
.login-header .header-title {
  font-size: 45px;
  font-weight: 500;
  color: #ffffff;
  text-shadow: 0 5px 7px rgba(51, 51, 51, 0.93);
}
.login-con {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-con .form-con {
  width: 437px;
  height: 348px;
  background-color: #ffffff;
  box-shadow: 0px 1px 21px 0px rgba(4, 50, 92, 0.81);
  border-radius: 8px;
  position: relative;
  padding: 36px 44px;
}
.login-con .form-con #login-form h4 {
  font-size: 18px;
  color: #333333;
  margin-bottom: 32px;
}
.login-con .form-con #login-form h4 span {
  color: #09559c;
  padding-left: 10px;
}
.login-con .form-con #login-form .input-con {
  width: 100%;
  height: 59px;
  border-radius: 4px;
  border: solid 1px #cccccc;
  box-sizing: border-box;
  padding: 18px 130px 16px 15px;
  margin-bottom: 24px;
  position: relative;
}
.login-con .form-con #login-form .input-con input {
  border: none;
  outline: none;
  font-size: 14px;
  color: #999999;
}
.login-con .form-con #login-form .input-con .get-code {
  font-size: 16px;
  color: #09559c;
  position: absolute;
  padding-left: 15px;
  border-left: 3px solid #09559c;
  right: 20px;
  top: 16px;
  cursor: pointer;
}
.login-con .form-con #login-form button[type="submit"] {
  width: 100%;
  height: 59px;
  background-color: #09559c;
  border-radius: 4px;
  font-size: 22px;
  color: #ffffff;
}
.login-con .form-con #login-form .alert-warning {
  top: 50px;
}
.login-footer {
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  position: relative;
}
.login-footer .btn-bjnews {
  color: #FFF;
  cursor: pointer;
}
.login-footer .collapse-bjnews {
  position: absolute;
  bottom: 30px;
  left: calc(50% - 120px);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.3);
}
.login-footer .collapse-bjnews img {
  width: 200px;
  height: 200px;
}
