@font-face {
    font-family: 'icon_fonts';
    src: url('../icon_fonts/iconfont.ttf') format('woff2'),
        url('../icon_fonts/iconfont.woff?t=1689668083459') format('woff'),
        url('../icon_fonts/iconfont.ttf?t=1689668083459') format('truetype');
}
*{
 padding: 0;
 margin: 0;
}
.loginfont {
    font-family: "icon_fonts" !important;
    font-size: 30px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-staff:before {
    content: "\e602";
  }
  .icon-pass:before {
    content: "\e606";
  }
  
  .icon-user:before {
    content: "\e601";
  }
  
  /* .icon-a-bianzu9:before {
    content: "\e603";
  }
  
  .icon-a-bianzu5:before {
    content: "\e604";
  }
  
  .icon-a-bianzu4:before {
    content: "\e605";
  }
   */


.page_cont {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

img {
    width: 100%;
}

/* .page_cont::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
     background: url("../images/bg_img.png")no-repeat center top; 
    z-index: -1;
} */
.page_conts{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.left_bg{
 width: 60%;
 height: 100vh;
 background: #E8F1FF;
 background-image: url('/static/images/login_bg.png');
 display: flex;
 justify-content: center;
 align-items: center;
}
.right.login{
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.login_form {
    /* position: absolute;
    left: 63%;
    top: 23%; */
    background-color: #fff;
    /* border-radius: 48px; */
    /* box-shadow: 0px 2px 40px 0px rgba(135, 166, 255, 0.2); */
    width: 450px;
    /* height: 504px; */
    padding: 50px;
}

.login_title {
    margin-bottom: 50px;

}

.login_title .welecome {
    font-size: 28px;
    color: #333333;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 15px;
    font-family: PingFangSC-Medium, PingFang SC;
}

.login_title span {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
}

.el-form {
    margin-top: 25px;
}
/* 切换 */
.el-tabs__item {
    font-size: 20px;
    font-weight: 500;
    color: #999999;
    line-height: 20px;
}
.el-tabs__item:hover{
    color: #3265F6;
}
.el-tabs__item.is-active {
    color: #181818;
    font-weight: 800;
}

.el-tabs__active-bar {
    background: #333333;
    height: 3px;
}

.el-tabs__nav-wrap::after {
    height: 1px;
    background: #EAEAEA;
}
/* 按钮 */
.el-button--primary {
    width: 100%;
    background: #3265F6;
    border-radius: 8px;
    height: 45px;
    font-size: 18px;
}
/* 输入框 */
.el-input__inner {
    border: none;
    background: #F6F6F6;
    border-radius: 8px;
    height: 45px;
}
.el-input__inner:hover {
    border: 1px solid #3265F6;
}
.el-form-item .el-input__inner:hover + .el-input__prefix .loginfont:before {
    color: #3265F6;
}
.el-input__prefix{
    top: 3px;
    left: 0px;
}
.el-form-item.is-error .el-input__inner{
    border: 1px solid #F56C6C;
}
.el-form-item.is-error .el-input__prefix .loginfont:before {
    color: #F56C6C;
}
.el-form-item.is-error .el-input__inner:hover + .el-input__prefix .loginfont:before {
    color: #F56C6C;
}
/* 多选 */
.el-checkbox .el-checkbox__inner:hover{
    border: 1px solid #3265F6;
}
.el-checkbox .el-checkbox__label{
    color: #333333;
}
.el-checkbox__input.is-checked+.el-checkbox__label {
    color: #3265F6;
}
.el-checkbox__input.is-checked .el-checkbox__inner{
    background-color: #3265F6;
    border-color: #3265F6;
}
/* .el-checkbox__inner::after{
    border: 1px solid #3265f6;
} */
/* .el-form .el-form-item:nth-of-type(1) .el-input__prefix{
    background-image: url('../images/uico.png');
  }
  .el-form .el-form-item:nth-of-type(2) .el-input__prefix{
    background-image: url('../images/uico.png');
  }
  .el-form .el-form-item:nth-of-type(3) .el-input__prefix{
    background-image: url('../images/pico.png');
  }
  .el-input__prefix{
 
    background-size: cover;
    background-position: center; 
    width: 30px;
    height: 34px;
  } */
@media (max-width: 1440px) {
    .login {
        /* position: absolute;
        left: 55%;
        top: 23%; */
    }
}