.login_box{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    gap: 205px;
}

.login_l{
   width: 600px;
}
.login_r{
    width: 500px;
        box-sizing: border-box;
    padding: 70px 60px;
    background: url("/static/image/login/login.png") ;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.login_logo{
   width: 90px;
}

.login_title{
    margin: 16px 0 32px;
    font-weight: bold;
    font-size: 32px;
    color: #409EFF;
    line-height: 45px;
}
.login_form{
    width: 100%;

}



.login_ipt{
   --ipt-height: 52px;
   margin-bottom: 24px;
   height: var(--ipt-height);
}

.login_ipt .el-input__inner{
    height: var(--ipt-height);
    line-height: var(--ipt-height);
}
.login_btn{
margin-top: 8px;
width: 100%;
height: 56px;
background: #409EFF;
border-radius: 6px 6px 6px 6px;
font-size: 18px;
color: #FFFFFF;
}

.beian_box{
    text-align: center;
    position: fixed;
    bottom: 10px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.beian_box a{
    text-decoration: none;
    color: #9696a2;
}
.beian_box a:hover {
    text-decoration: underline;
    color: #2b85e4;
}
