.new_login_content{
    width: 100%;
    height: 100%;
    background:url(../img/login/bg.jpg) no-repeat;
    background-size: cover;

    display: flex;
    flex-direction: column;
    align-items: center;
}
.new_login_title{
    width: 360px;
    height: 65px;
    margin-top: 140px;
}
.new_login_title img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.new_login_form{
    margin-top: 30px;
    width: 650px;
    /*height: 380px;*/
    padding-bottom: 40px;
    background-color: rgba(37,37,58,.5);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.nlfTitle{
    font-size: 30px;
    color: #fff;
    text-align: center;
    font-family: '黑体', sans-serif;
    margin-top: 25px;
    margin-bottom: 25px;
}
.nlfItem{
    width: 380px;
    height: 45px;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 10px;
    margin-bottom: 25px;
}
.nlfItem img{
    width: 20px;
}
.nlfItem input{
    width: 340px;
    height: 45px;
    box-sizing: border-box;
    padding: 0 10px;
    color: #333333;
    border: none;
}
.nlfCapture{
    width: 380px;
    height: 45px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}
.capItem{
    width: 200px;
    background-color: #fff;
    height: 45px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 10px;
    border-radius: 5px;
}
.capItem input{
    height: 45px;
    box-sizing: border-box;
    padding: 0 10px;
    color: #333333;
    border: none;
}
.capImg{
    height: 42px;
}
.capImg img{
    height: 42px;
}
.newSubBtn{
    width: 380px;
    height: 50px;
    background-color: rgba(24, 23, 70, 1);
    color: #fff;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    cursor: pointer;
    outline: none;
    border: none;
}