.login{
    width: 100%;
    height: 100%;
    /* background: url(../images/login/background.png) ; */
    background-color: rgba(173, 208, 255, .5);
}
.container{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/login/background.png);
    z-index: 9;
}
.login_box{
    display: flex;
    width: 820px;
    height: 510px;
    /* border-radius: 98px; */
}
.login_left{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 360px;
    height: 510px;
    border-radius: 98px 0px 0px 98px;
    /* background-color: aliceblue; */
    background: url(../images/login/left-background.png) ;
    position: relative;
}
.login_left_img{
    width: 220px;
    height: 366px;
    margin-bottom: 40px;
    margin-left: 40px;
    /* background-color: antiquewhite; */
    background: url(../images/login/child.png) no-repeat 0 0;
    background-size:cover;

    z-index: 10;
}
.img_book{
    width: 52px;
    height: 52px;
    background: url(../images/login/book.png) no-repeat;
    background-size:cover;
    position: absolute;
    bottom: 100px;
    left: 50px;
}
.foot_img{
    width: 200px;
    height: 40px;
    background: url(../images/login/foot.png) no-repeat;
    background-size:cover;
    position: absolute;
    bottom: 34px;
    left: 90px;
}
.login_right{
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    background-color: white;
    border-radius: 0px 98px 98px 0px;
    background: url(../images/login/login-main.png) no-repeat -366px 0px;
    background-size:cover;

}
.login_main{
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.login_right_title{
    width: 260px;
    height: 30px;
    line-height: 30px;
    font-size: 22px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #666666;
    text-align: center;
}
.login_right_img{
    /* background-color: pink; */
    width: 130px;
    height: 38px;
    background: url(../images/login/logo.png);
    background-size:cover;
}
.login_form{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.login_input{
    width: 268px;
    height: 50px;
    background: #FFFEFF;
    border-radius: 40px;
    border: 1px solid #2B75E7;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 38px;
    letter-spacing: 3px;
    text-align: center;
}
.login_btn{
    width: 268px;
    height: 50px;
    border: none;
    outline: none;
    /* background: linear-gradient(90deg, #49E3FF 0%, #00AAF2 100%); */
    background: url(../images/login/login-background.png) no-repeat;
    background-size:cover;
    border-radius: 40px;
    font-weight: 400;
    font-size: 28px;
    color: white;
    cursor: pointer;
}


/* .login_input{
    position: relative;
} */
.input_main{
    position: relative;
}
.warning{
    display: none;
    position: absolute;
    bottom: 0px;
    left: 20px;
    color: red;
    width: 600px;
    margin: 14px 0;
}