input::placeholder {
    color: #bbb;
    font-size: 2.33rem;
}

input:focus {
    outline: none;
}
.root {
    padding: 0 3.83rem;
}
.code-root,.register-root {
    padding-bottom: 14.79rem;
}
.login-title {
    text-align: center;
    height: 4rem;
    font-size: 2.83rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 4rem;
    margin-top: 9rem;
}
.logo {
    margin: 10rem auto;
    text-align: center;
}
.form-item {
    height: 9rem;
    padding: 0 2.67rem;
    background: #f8f8f8;
    border-radius: 1.33rem;
    margin-bottom: 5rem;
}
.form-item.flex {
    display: flex;
    align-items: center;
}
.form-item input {
    width: 100%;
    height: 9rem;
    font-size: 2.33rem;
    background: #f8f8f8;
    border: 0;
}
.form-item .aside {
    width: 15rem;
    flex-shrink: 0;
    border-left: 0.17rem solid #eee;
    text-align: right;
}
.form-item .aside .text {
    font-size: 2.33rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #0253d8;
    line-height: 3.33rem;
    text-align: right;
}
.form-item .aside .graph {
    width: 14.34rem;
    height: 4.33rem;
}
.login {
    width: 54.83rem;
    height: 7.67rem;
    line-height: 7.67rem;
    text-align: center;
    background: #0253d8;
    border-radius: 1.33rem;
    font-size: 2.67rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #ffffff;
    margin-top: 10rem;
}
.link {
    text-align: center;
    margin-top: 3.33rem;
}
.link a {
    display: inline-block;
    height: 3rem;
    font-size: 2.17rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #0253d8;
    line-height: 3rem;
    text-align: center;
}


.register-root .form-title{
    font-size: 2.33rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 3.33rem;
    margin-bottom: 1.33rem;
}

.register-root .form-title:first-of-type{
    margin-top: 5rem;
}

.register-root .form-item{
    margin-bottom: 3.33rem;
}

.register-root .login-title{
    margin-bottom: 5rem;
}