.content-bg {
    width: 100%;
    height: 100%;
    display: flex;
}
.left-img {
    height: 100vh;
    width: 62.5%;
    background-image: url('/static/images/login_bg001.png');
    background-size: cover;
    background-position:center center;
}
.right-img {
    height: 100vh;
    width: 37.6%;
    background-image: url('/static/images/login_bg002.png');
    background-size: cover;
    background-position:center center;
}
.large-img {
    height: 100vh;
    width: 100%;
    background-image: url('/static/images/login_bg002.png');
    background-size: cover;
    background-position:center center;
}
.form-box {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 62.5%;
}
.register-form-box {
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.form-body {
    width: 37.5vw;
    padding-top: 10vh;
}
.register-form-box .form-body {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
}
.form-title {
    display: flex;
    justify-content: center;
}
.form-title img {
    width: 98px;
    height: 98px;
    margin-right: 12px;
}
.form-title {
    font-size: 32px;
    color: #2A2F3E;
    line-height: 98px;
}
.form-content {
    width: 484px;
    background-color: #FFFFFF;
    border-radius: 8px;
    backdrop-filter: blur(10px);
    margin-left: auto;
    margin-right: auto;
    margin-top: 10vh;
    padding: 60px;
}
.form-content-title {
    font-size: 26px;
    color: #111F3A;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
}
.register-form-box .form-content-title {
    text-align: left;
}
.form-item {
    margin-bottom: 20px;
}
.form-item input {
    height: 48px;
    width: 364px;
    border: 1px solid #CDD5DF;
    padding-left: 20px;
}
.code-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.code-item input {
    width: 232px;
}
.code-item .code-btn {
    width: 122px;
    height: 48px;
    background-color: #F6F7FB;
    font-size: 14px;
    color: #111F3A;
    line-height: 48px;
    text-align: center;
}
.form-btn a {
    width: 364px;
    height: 48px;
    background-color: #004E96;
    color: #FFFFFF;
    display: block;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    margin-bottom: 10px;
}
.form-footer {
    display: flex;
    justify-content: space-between;
}
.help-text {
    color: red;
}