*{
    margin: 0px 0px;
    padding: 0px 0px;
}
#login{
    background-image: url('../img/login/backgroundimg_login.png');
    background-size: 100% 100%;
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content{
    width: 860px;
    height: 430px;
    position: absolute;
    border-radius: 8px;
    display: flex;
    background-size: 100% 100%;
    background-color: #ffffff;
    box-shadow: 10px 10px 30px 5px  #3333336e;
}
.content > div:first-child{
    width: 50%;
    height: 100%;
}
.content > div:last-child{
    width: 50%;
    height: 100%;
}
.content > .left{
    background-image: url('../img/login/background_left.png');
    background-size: 100% 100%;
}
.content > .left > img{
    padding: 26px 30px;
}
.content > .right{
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content > .right > .content_right{
    width: 100%;
}
.content > .right > .content_right >.loginmain{
    margin: 0px 15px 0px 15px;
}
.content > .right > .content_right > div > .header_logo{
    text-align: center;
}
.content > .right > .content_right > div > .header_logo > img{
    width: 26%;
    margin-bottom: 15px;
}
.content > .right > .content_right > div > .header_logo > p{
    font-size: 24px;
    font-weight: 600;
    font-family: cursive;
    background: linear-gradient(to right, #4C48EC, #6965FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.content > .right > .content_right > div > .logincode{
    color: #000000;
    font-size: 14px;
    margin-top: 5%;
    position: relative;
    text-align: center;
}
.content > .right > .content_right > div > .logincode > img{
    position: absolute;
    margin: 9px 0px 0px 10px;
    width: 14px;
    height: 18px;
}
.content > .right > .content_right > div > .logincode > input{
    border: 1px solid #F4F7FE;
    width: 70%;
    padding: 10px 20px 10px 30px;
    background: #eff2f9;
    border-radius: 8px;
}
.content > .right > .content_right > div > .logincode > input:focus{
    outline: 1px solid #003DE5
}
.content > .right > .content_right > div > .loginpassword{
    color: #000000;
    font-size: 14px;
    margin-top: 5%;
    position: relative;
    text-align: center;
}
.content > .right > .content_right > div > .loginpassword > img{
    position: absolute;
    margin: 9px 0px 0px 10px;
    width: 14px;
    height: 18px;
}
.content > .right > .content_right > div > .validatecode{
    color: #000000;
    font-size: 14px;
    margin-top: 5%;
    position: relative;
    text-align: center;
}
.content > .right > .content_right > div > .validatecode  > .icon{
    position: absolute;
    margin: 9px 0px 0px 10px;
    width: 14px;
    height: 18px;
}
.content > .right > .content_right > div > .validatecode  > .yzm{
    vertical-align: -14px;
    height: 36px;
    width: 27%;
    border-radius: 2px;
}
.content > .right > .content_right > div > .validatecode  > .switchverifyimg{
    cursor: pointer;
    color: #2faeba;
}

.content > .right > .content_right > div > .validatecode  > .verifycodeInput{
    border-radius: 8px 0px 0px 8px !important;
}
.content > .right > .content_right > div > .forgetpassword{
    color: #000000;
    font-size: 12px;
    margin-top: 2%;
    margin-left: 64%;
    color: #1CBEFF;
}
.content > .right > .content_right > div > .forgetpassword:hover{
    cursor: pointer;
}
.content > .right > .content_right > div > .bottom{
    background-color: #2A60F5;
    width: 68%;
    text-align: center;
    padding: 9px 0px;
    color: #FFFFFF;
    letter-spacing: 8px;
    margin-top: 5%;
    border-radius: 23px;
    margin-left: 16%;
}
.content > .right > .content_right > div > .bottom:hover{
    cursor: pointer;
    background-color: #1855fc;
}
.content > .right > .content_right > div > input:hover{
    cursor: pointer;
}
.content > .right > .content_right > div > .loginpassword > input{
    border: 1px solid #F4F7FE;
    width: 70%;
    padding: 10px 20px 10px 30px;
    background: #F4F7FE;
    border-radius: 8px;
}
.content > .right > .content_right > div > .validatecode > input{
    border: 1px solid #F4F7FE;
    width: 23%;
    padding: 10px 0px 10px 30px;
    background: #F4F7FE;
    border-radius: 8px;
}
.content > .right > .content_right > div > .loginpassword > input:focus{
    outline: 1px solid #003DE5
}
.content > .right > .content_right > div > .validatecode > input:focus{
    outline: 1px solid #003DE5
}
.content > .right >  .content_phone{
    color: #bdbdbd;
    position: absolute;
    bottom: 3%;
    font-size: 14px;
}