.div-content {
    margin-top: 45px;
    background-image: url(../image/Signin.svg);
    background-repeat: no-repeat;
    height: 628px;
}

.navbackgroudt {
    background-color: rgba(0, 0, 0, 0);
}

.navbackgroud {
    background-color: white;
    box-shadow: 0px 10px 20px 0px rgba(37, 44, 76, 0.15);
}

.div-title {
    font-family: PingFangSC-Medium;
    font-size: 30px;
    color: #2E314C;
    font-weight: 500;
    text-align: center;
    padding-top: 46px;
}

.div-text {
    font-family: PingFangSC-Light;
    font-size: 16px;
    color: #2E314C;
    text-align: center;
    font-weight: 200;
    padding-top: 18px;
}

.div-form {
    width: 600px;
    /* height: 589px; */
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px rgba(33, 61, 142, 0.07);
    border-radius: 35px;
    text-align: center;
    /* margin-top: 35px; */
    margin: 35px auto 0 auto;
    padding-left: 71px;
    padding-right: 70px;
}

.div-form-form {
    padding-top: 53px;
    padding-bottom: 50px;
    text-align: left;
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #2E314C;
    font-weight: 500;
}

.mustInputSign {
    color: red;
    padding-left: 4px;
}

input::placeholder {
    /* color: #B6B7C5; */
    color: #B6B7C5 !important;
}

input::-webkit-input-placeholder {
    color: #B6B7C5 !important;
}

input:-moz-placeholder {
    color: #B6B7C5 !important;
}

input::-moz-placeholder {
    color: #B6B7C5 !important;
}

input::-ms-input-placeholder {
    color: #B6B7C5 !important;
}

.successMsg {
    font-family: PingFangSC-Regular;
    font-size: 20px;
    color: #4B5676;
    line-height: 44px;
    font-weight: 400;
}

.backhomebutton {
    margin-top: 25px;
    margin-bottom: 119px;
    width: 145px;
    height: 37px;
    background: #FFFFFF;
    border: 1px solid rgba(216, 225, 255, 1);
    border-radius: 11px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #4B5676;
    font-weight: 400;
}