.new_content{
    display: flex;
    background-color: #fff;
    width: fit-content;
    margin: 0 auto;
    border-radius: 10px;
}
.img_left{
    width: 650px;
    height: 580px;
    border-radius: 10px 0 0 10px;
}

.right_content{
    width: 400px;
    height: 580px;
    padding-left: 40px;
}
.register{
    color:#8f9298;
    /*color:#999;*/
    font-size: 14px;
    margin-top: 12px;
}
.register_link{
    color: #1890ff;
}

.new_loginInputc{    
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    width: 360px;
    margin-top: 20px;
}
.n_logininput{
    height: 48px;
    width: 250px;
    background-color: transparent;
    font-size: 14px;
}
.input_label{
    width: 80px;
    display: inline-block;
    /*text-align: center;*/
    font-size: 14px;
    color: rgba(0,0,0,.85);
    padding-left: 20px;
}
.registerBtn{
    height: 48px;
    border-radius: 2px;
    width: 354px;
    background:linear-gradient(to bottom, #2EA0FA, #2A53FA);
    color: #fff;
    font-size: 16px;
}
.new_title{
    font-size: 22px;
    color: #27282a;
    margin-top: 40px;
    margin-bottom: 30px;
}