.register_block{
    display: flex;
    flex-flow: row nowrap;
}

.right_block{
    width: 50%;
    height: calc(100vh - 80px);
    background-image: url('../../images/hp_bg.png');
    display: flex;
    justify-content: center;
    align-items: center;
}

.left_block{
    width: 50%;
    height: calc(100vh - 80px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.right_block .center{
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 120px;
}

.right_block .welcome{
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 74px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    margin: 20px 0;
}

.right_block .desc{
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 37px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    margin: 20px 0;
}

.right_block .login_btn{
    width: 260px;
    height: 65px;
    left: 276px;
    top: 754px;
    border: 2px solid #FFFFFF;
    border-radius: 42px;
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 65px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    margin: 20px 0;
    cursor: pointer;
}

.right_block .left_img1{
    width: 20%;
    height: auto;
    position: absolute;
    bottom: 200px;
    right: 0px;
}

.right_block .left_img2{
    width: 20%;
    height: auto;
    bottom: 0px;
    right: 0px;
    position: absolute;
}

.left_block .form_block{
    width: 35%;
    height: auto;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    margin-top: -200px;
}
.left_block .sign_in{
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 60px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    width: 300px;
    height: 60px;
    background: #AE4434;
    border-radius: 30px;
    margin: 60px auto;
    cursor: pointer;
}

.left_block .title{
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 63px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #000000;
    margin: 30px;
}

.left_block .login_form{
    margin: 20px 0px;
}

.ivu-form-item {
    margin-bottom: 36px !important;
}


.code{
    width: 73%;
}

.tips{
    font-size: 14px;
    color:#AE4434;
}

@media screen and  (max-width: 1297px) {
    .code{
        width: 40%;
    }

    .left_block .sign_in{
        font-weight: 300;
        font-size: 16px;
        line-height: 26px;
        text-align: center;
        width: 160px;
        height: 26px;
        margin: 20px auto;
    }

    .right_block .login_btn{
        font-weight: 300;
        font-size: 16px;
        line-height: 26px;
        text-align: center;
        width: 160px;
        height: 26px;
        margin: 20px auto;
    }

    .left_block .form_block {
        margin-top: 20px;
    }

    .right_block .center {
        margin-bottom: 20px;
    }
}

@media screen and  (min-width: 1297px) and  (max-width: 1439px){
    .code{
        width: 50%;
    }

    .left_block .sign_in{
        font-weight: 300;
        font-size: 18px;
        line-height: 32px;
        text-align: center;
        width: 160px;
        height: 32px;
        margin: 30px auto;
    }

    .right_block .login_btn{
        font-weight: 300;
        font-size: 18px;
        line-height: 32px;
        text-align: center;
        width: 160px;
        height: 32px;
        margin: 30px auto;
    }

    .left_block .form_block {
        margin-top: -100px;
    }

    .right_block .center {
        margin-bottom: 20px;
    }
}

@media screen and  (min-width: 1440px) and  (max-width: 1625px){
    .code{
        width: 55%;
    }

    .left_block .sign_in{
        font-weight: 300;
        font-size: 20px;
        line-height: 36px;
        text-align: center;
        width: 160px;
        height: 36px;
        margin: 30px auto;
    }

    .right_block .login_btn{
        font-weight: 300;
        font-size: 20px;
        line-height: 36px;
        text-align: center;
        width: 160px;
        height: 36px;
        margin: 30px auto;
    }
}

@media screen and  (min-width: 1626px) and  (max-width: 1869px){
    .code{
        width: 60%;
    }

    .left_block .sign_in{
        font-weight: 400;
        font-size: 22px;
        line-height: 38px;
        text-align: center;
        width: 160px;
        height: 38px;
        margin: 40px auto;
    }

    .right_block .login_btn{
        font-weight: 400;
        font-size: 22px;
        line-height: 38px;
        text-align: center;
        width: 160px;
        height: 38px;
        margin: 40px auto;
    }
}

@media screen and  (min-width: 1870px) and  (max-width: 1920px){
    .code{
        width: 65%;
    }

    .left_block .sign_in{
        font-weight: 600;
        font-size: 22px;
        line-height: 48px;
        text-align: center;
        width: 180px;
        height: 48px;
        margin: 40px auto;
    }

    .right_block .login_btn{
        font-weight: 600;
        font-size: 22px;
        line-height: 48px;
        text-align: center;
        width: 180px;
        height: 48px;
        margin: 40px auto;
    }
}

@media screen and  (min-width: 1920px) and  (max-width: 2120px){
    .code{
        width: 65%;
    }

}

