.container-fluid {
  min-width: 100vw;
  min-height: 100vh;
  color: #fff;
  text-align: center;
  padding: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #26B5A1;
  background-image: url(../images/login/login_bg_2.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0;
}
.page-header {
    height: 100px;
    letter-spacing: 2px;
    margin-top: 68px;
}

.page-header .company-name {
  font-size: 40px;
  white-space: nowrap;
  font-weight: 700;
}

.page-header .company-name img {
  display: inline-block;
  width: 50px;
  height: auto;
  margin-right: 20px;
}

.page-header .version {
  font-size: 18px;
}

.page-content {
  max-width: 1920px;
  width: 100%;
  height: auto;
  display: flex;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  align-items: center;
}

.page-bg-img {
    width: 55%;
    text-align: right;
  }
  .page-bg-img img {
      width: 70%;
  }

.login-box {
  width: 380px;
  height: 480px;
  background-color: #fff;
  position:relative;
  border-radius: 6px;
  transform: translateX(150px);
  padding: 20px 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.login-header {
  color: #00B38B;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
}

.login-header span {
  position: relative;
}

.login-header span::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: 3px;
  border-radius: 5px;
  background-color: #00B38B;
}

.login-content {
  flex: 1;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.radio-tips {
    position: absolute;
    bottom: 0;
    left: 0;
    color: red;
    transform: translatey(120%);
    width: 380px;
    font-size: 18px;
    color: #f58561;
    background: #fef0e7;
    text-align: left;
    padding: 10px;
}

.login-content .item {
  margin-bottom: 18px;
  width: 100%;
}

.login-content .item .label {
  margin-bottom: 2px;
  color: #94908D;
}

.login-content .item .con {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.login-content .item .con input {
  background-color: #F9F9F9;
  outline: none;
  border: none;
  width: 100%;
  height: 40px;
  padding-left: 35px;
  border-radius: 4px;
  border: 1px solid #F9F9F9;
  transition: all 0.1s ease;
}

.login-content .item .con input.error {
  border-color: red;
}

.error-tip {
  position: absolute;
  left: 0;
  top: 100%;
  color: red;
  font-size: 14px;
}

.int-before {
  position: absolute;
  left: 8px;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
}

.int-before.user {
  background-image: url(../images/login/yhm.png);
}

.int-before.pwd {
  background-image: url(../images/login/mm.png);
}

.int-before.yzm {
  background-image: url(../images/login/yzm.png);
}

.login-content .item .verify-img {
  margin-left: 10px;
  height: 40px;
  width: 180px;
  background-color: #F9F9F9;
  border-radius: 0 4px 4px 0;
}

.login-content .item .verify-img img {
  width: 100%;
  height: 100%;
}

.login-footer .handle-box {
    display: flex;
    line-height: 1.72;
}

.login-footer .handle-box button:first-child {
    margin-right: 10px;
}

.login-footer>button, .login-footer .handle-box>button {
    width: 100%;
    background-color: #00B38B;
    font-size: 18px;
    padding: 5px 0;
}

.login-footer>button:hover,
.login-footer .handle-box>button:hover,
.login-footer>button:active,
.login-footer .handle-box>button:active {
    background-color: #008a6c !important;
}

.login-footer>button:focus,
.login-footer .handle-box>button:focus {
    background-color: #00B38B !important;
}

.login-footer>div {
  color: #00B38B;
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-footer>div>span {
  margin: 0 3px;
}

.login-footer>div>button {
  margin: 0;
  padding: 0;
  color: #00B38B;
}

.login-footer>div>button:hover,
.login-footer>div>button:active {
  color: #008a6c;
}

.login-footer>div>button:focus {
  color: #00B38B;
}

.page-footer {
    position: fixed;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
  }
  .page-footer-img{
      width: 16px;
      margin-left: 15px;
      margin-right: 5px;
      vertical-align: text-top;
  }
  .page-footer a {
    color: #fff;
  }


@media only screen and (max-width: 1600px) {
    .page-header{
       margin-top: 48px;
    }
    .page-header .company-name{
       font-size:28px ;
    }
   .login-box{
    transform: scale(0.8);
   }
   .page-footer{
    height: 35px;
    line-height: 35px;
   }
}


@media only screen and (max-width: 1366px) {
    .page-header{
        margin-top: 48px;
     }
     .page-header .company-name{
        font-size: 20px;
     }
    .login-box{
        transform: scale(0.6);
    }
    .page-footer{
        height: 25px;
        line-height: 25px;
        font-size: 12px;
    }
}
