.logo_nav {
    position: relative;
    font-size: 22px;
    letter-spacing: 1px;
    width: 100%;
    background-color: white;
    height: 50px;
    box-shadow: 0 2px 4px #00000014;
}

.logo_nav img {
    width: 200px;
    cursor: pointer;
}


.center_input {
    position: relative;
    width: 500px;
    height: 500px;
    margin: 0 auto;
    text-align: center;
    padding-right: 76px;
}

.logoText {
    font-size: 28px;
    margin-top: 100px;
    padding-left: 50px;
    color: #ff6eac;;
}

.emailIptDiv {
    margin-top: 45px;
}

.emailIpt {
    width: 300px;
    height: 16px;
    font-size: 16px;
    border: 1px solid rgb(214 214 214);
    border-radius: 4px;
    outline: none;
    padding: 10px;
    margin-left: 10px;
}

.verificationDiv {
    margin-top: 23px;
    padding-left: 16px;
}


.verificationIpt {
    width: 300px;
    height: 16px;
    font-size: 16px;
    border: 1px solid rgb(214 214 214);
    border-radius: 4px;
    outline: none;
    padding: 10px;
    margin-left: 10px;
}

.verificationA {
    position: absolute;
    width: 86px;
    left: 356px;
    top: 151px;
    color: #ff5ca0e0;;
}

.forget_passwordBtnDiv {
    margin-top: 30px;
    padding-left: 78px;
}

.forget_passwordBtn {
    width: 321px;
    height: 40px;
    border: 0px;
    font-size: 17px;
    border-radius: 4px;
    background: linear-gradient(90deg, #ff5ca0ab,#ff7cb2);
    color: white;
}

.not_verificationDiv {
    font-size: 14px;
    margin-top: 15px;
    padding-left: 74px;
}

.not_verificationDiv a{
    cursor: pointer;
}

.not_verificationDiv a:hover {
    text-decoration: underline;
    color: #f49cc1;
}


.NextCenterBar {
    position: relative;
    width: 500px;
    height: 500px;
    margin: 0 auto;
    text-align: center;
    padding-right: 76px;
}

.NextCenterBar div {
    margin-top: 23px;
}

.logoText {
    margin-top: 100px !important;
    margin-bottom: 45px;
}

.usernameIpt {
    width: 300px;
    height: 16px;
    font-size: 16px;
    border: 1px solid rgb(214 214 214);
    border-radius: 4px;
    outline: none;
    padding: 10px;
    margin-left: 10px;
    cursor: default;
}

.username_tip {
    position: absolute;
    left: 127px;
    top: 124px;
    font-size: 13px;
    color: #ff82b6;
}

.passwordDiv {
    margin-left: -17px;
}

.next_passwordDiv {
    margin-left: -48px;
    margin-top: 35px !important;
}

.passwordIpt, .next_passwordIpt {
    width: 300px;
    height: 16px;
    font-size: 16px;
    border: 1px solid rgb(214 214 214);
    border-radius: 4px;
    outline: none;
    padding: 10px;
    margin-left: 10px;
}

.password_tip {
    position: absolute;
    left: 127px;
    top: 124px;
    font-size: 13px;
    color: #ff82b6;
}

.next_password_tip {
    position: absolute;
    left: 127px;
    top: 197px;
    font-size: 13px;
    color: #ff82b6;
}

.nicknameDiv {
    margin-left: 16px;
}

.nicknameIpt {
    width: 300px;
    height: 16px;
    font-size: 16px;
    border: 1px solid rgb(214 214 214);
    border-radius: 4px;
    outline: none;
    padding: 10px;
    margin-left: 10px;
}

.sexDiv {
    margin-left: 16px;
}

.sex_ipt {
    width: 322px;
    height: 38px;
    font-size: 16px;
    border: 1px solid rgb(214 214 214);
    border-radius: 4px;
    outline: none;
    padding-left: 10px;
    margin-left: 10px;
    color: #757575;
}

.ageDiv {
    margin-left: 16px;
}

.ageIpt {
    width: 300px;
    height: 16px;
    font-size: 16px;
    border: 1px solid rgb(214 214 214);
    border-radius: 4px;
    outline: none;
    padding: 10px;
    margin-left: 10px;

}


.establishBtnDiv {
    margin-top: 60px !important;
    margin-left: 62px;
}

.establishBtn {
    width: 321px;
    height: 36px;
    border: 0px;
    font-size: 16px;
    border-radius: 4px;
    background: linear-gradient(90deg, #ff5ca0ab,#ff7cb2);
    color: white;

}

.usernameTip {
    position: absolute;
    left: 126px;
    top: 120px;
    width: 314px;
    font-size: 14px;
    color: #ff7fb4;
}

.passwordTip {
    position: absolute;
    left: 119px;
    top: 182px;
    width: 314px;
    font-size: 14px;
    color: #ff7fb4;
}

.nicknameTip {
    position: absolute;
    left: 127px;
    top: 243px;
    width: 340px;
    font-size: 14px;
    color: #ff7fb4;
}