.conetnbox {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    min-height: 100vh;
    /*background-image: url("../img/rigister.png");*/
    background-image: url("../img/rigistertwo.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;

}

.conetnbox .seek_pwdbpx {
    margin: auto;
    /* border: 1px solid red; */
    width: 1000px;
}

.conetnbox .seek_pwdbpx .seek_pwdbpx {
    display: flex;
    margin: auto;
    flex-direction: column;
}

.conetnbox .seek_pwdbpx .seek_log {
    display: flex;
    flex-direction: column;
    margin: auto;
}

.conetnbox .seek_pwdbpx .seek_log p {
    font-size: 30px;
    margin: auto;
    color: #fff;
}

.conetnbox .seek_pwdbpx .seek_log img {
    width: 50px;
    height: 44px;
    margin: 10px auto 0;
}

.conetnbox .seek_pwdbpx .inputul {
    width: 100%;
}

.conetnbox .seek_pwdbpx .inputul .list_input {
    display: flex;
    /* border: 1px solid red; */
    justify-content: space-between;
    padding: 20px 0;
}

.conetnbox .seek_pwdbpx .inputul .list_input p {
    width: 28%;
    text-align: right;
    margin: auto 0;
    color: #fff;
    font-size: 22px;

}

.conetnbox .seek_pwdbpx .inputul .list_input .righ_input {
    width: 68%;
    margin: auto 0;
    line-height: 70px;
    border: none;
    background-color: rgba(255, 255, 255, 0);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
    font-size: 18px;
}

.conetnbox .seek_pwdbpx .inputul .list_input .righ_input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    width: 68%;
}

.conetnbox .seek_pwdbpx .inputul .list_input .righ_inputtwo {
    width: 68%;
    margin: auto 0;
    line-height: 70px;
    border: none;
    background-color: rgba(255, 255, 255, 0);
    color: #fff;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
}

.conetnbox .seek_pwdbpx .inputul .list_input .righ_inputtwo input {
    width: 60%;
    border: none;
    background-color: rgba(255, 255, 255, 0);
    line-height: 70px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
    font-size: 18px;
}

.conetnbox .seek_pwdbpx .inputul .list_input .righ_inputtwo input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
}

.conetnbox .seek_pwdbpx .inputul .list_input .righ_inputtwo button {
    width: 35%;
    margin: auto 0;
    background-color: rgb(0, 117, 251);
    color: #fff;
    border-radius: 4px;
    font-size: 20px;
    border: none;
    height: 50px;
    cursor: pointer;
}

.conetnbox .seek_pwdbpx .inputul .list_input .sbmit_button {
    margin: 30px auto;
    width: 25%;
    height: auto !important;
    background-image: linear-gradient(#FFA903, #ffd071);
    border: none;
    padding: 8px 0;
    cursor: pointer;
    border-radius: 6px;
    color: #fff;
    font-size: 18px;
}