.register_panel{
    width: 30%;
    height: 660px;
    margin-right: 50px;
    padding: 60px 40px 60px 70px;
    border-radius: 8px;
    background-image: url(../../../images/login_block_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.content_panel{
    background-image: url('../../../images/login_bg.png');
    width: 100%;
    height: calc(100vh - 180px);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #ffffff;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.register_btn{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background: #005;
    border: 1px solid #6B6B6B;
    font-family: 'HarmonyOS_Sans_SC';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #FFFFFF;    
    cursor:pointer;
}

.register_panel .title{
    font-family: 'HarmonyOS_Sans_SC';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #ffffff;
    margin-bottom: 30px;
}

.sms_code_block{
    display: flex;
    flex-flow: row nowrap;
}

.sms_code_block .code{
    flex-grow: 1;
    margin-right: 10px;
}

.register_login{
    font-family: 'HarmonyOS_Sans_SC';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #ffffff;
    margin-top: 20px;
    cursor: pointer;
}

.ivu-form-label-top .ivu-form-item-label {
    color: #ffffff;
}

@media screen and (max-width: 1100px) {
    .register_panel{
        width: 50%;
    }
}

@media screen and (min-width: 1101px) and (max-width: 1600px){
    .register_panel{
        width: 40%;
    }
}