body {
    
}

body{
            background-color: #f5f7f9;
           
        }
.login {
    min-width: 1180px;
    width: 100vw;
    height: 100vh;
     background-image: url(/static/admin/images/login_bg.png);
            background-repeat: no-repeat;
            background-position: 50%;
            background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-form-box {
    display: flex;
    box-shadow: 3px 0 10px rgba(0, 0, 0, .08);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.logo {
    position: fixed;
    top: 10px;
    left: 40px;
}

.login-left .login-left-img{
    width: 400px;
    height: 400px;
}

.login-left .login-left-img img{
    width: 100%;
    height: 100%;
}

.login-right {
    width: 500px;
    height: 400px;
    background-color: white;
}

.login-title {
    font-size: 24px;
    font-weight: 500;
    margin-top: 40px;
    margin-bottom: 50px;
    clear: both;
}

.login-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.form-box-item {
    width: 346px;
    display: flex;
    align-items: center;
    height: 40px;
    border:1px solid rgba(229,229,229,1);
    margin-top: 16px;
}

.form-box-checked {
    width: 346px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
    height: 40px;
}

.submit-btn {
    width:346px;
    height:44px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: #2ad3b6;
    border: none;
}

.icon {
    width: 45px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border:1px solid rgba(229,229,229,1);
}

footer {
    position: fixed;
    bottom: 20px;
    left: 40%;
    font-size:12px;
    color:rgba(112,112,112,1);
    font-weight:400;
}
.code_login{
    margin-top: -20px;
    text-align: center;
}
.code_img{
    width: 240px;
    height: 240px;
}
.code_img_txt{
    font-size: 12px;
    line-height: 40px;
}

.login_type{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(180deg, #3949BE 0%, #0013A7 100%);
    border-radius: 20px;
    color: #fff;
    float: right;
    font-size: 13px;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    padding: 12px 16px;
    position: absolute;
    right: 10px;
    top: 10px;
}