body{
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
}
.login_conetnt{
    /* height: 720px; */
    width: 630px;
}

.login_content_header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.login_header_left{
    display: flex;

}

.login_header_right{
    height: 54px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}

.login_header_right span{
    color: rgba(255,255,255,1);
    font-size: 16px;
}

.login_header_left_text{
    margin-left: 20px;
    padding-left: 20px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.login_header_left_text::after{
    content: '';
    position: absolute;
    left: 0;
    top: calc( (54px - 30px) / 2 );
    height: 30px;
    background-color: #fff;
    width: 1px;
}

.login_header_left_text span{
    color: rgba(255,255,255,1);
    font-size: 16px;
    font-weight: 600;
}

.login_context{
    display: flex;
    justify-content: space-between;
    height: 510px;
}

.login_context_left{
    width: 240px;
    /* height: 500px; */
    border-radius: 10px;
    position: relative;
}

.login_context_left_main{
    position: absolute;
    top: 0;
    right: 0;
    width: calc(240px - 20px);
    height: 100%;
    background-color: rgba(255,255,255,1);
    border-radius: 0 10px 10px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
}

.login_context_left::after{
    content: '';
    height: 20px;
    width: 20px;
    background-color: rgba(255,255,255,1);
    border-radius: 15px 0 0 15px;
    position: absolute;
    left: 0;
    top: 0;
}

.login_context_right{
    width: 380px;
    /* height: 656px; */
    /* background-color: rgba(255,255,255,1); */
    border-radius: 10px;
    position: relative;
}

.login_context_right_main{
    width: calc(380px - 20px);
    /* height: 500px; */
    background-color: rgba(255,255,255,1);
    border-radius: 10px 10px 0 10px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.login_context_right::after{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(255,255,255,1);
    border-radius: 0 15px 15px 0;
    width: 40px;
    height: 20px;
}

.login_context_left_main_item{
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* .login_context_left_main_item img{
    margin-bottom: 14px;
} */

.login_context_left_main_item span:nth-of-type(1){
    color: rgba(47,47,47,1);
    font-size: 16px;
    font-weight: 600;
    /* margin-bottom: 10px; */
    margin-top: 10px;
}

.login_context_left_main_item span:nth-of-type(2){
    color: rgba(145,153,153,1);
    font-size: 14px;
    margin-top: 6px;
}