.title {
    font-weight: 600;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 21px;
}

.signin-header {
    display: flex;
    justify-content: flex-start !important;
    margin-top: 0.75rem;
    margin-bottom: 0.35rem;
    align-items: center;
}

.system-logo {
    width: unset !important;

    margin: 0 0 !important;
    margin-right: 20px !important;
}

.signin {
    width: 100%;
    padding: 0.22rem 0.14rem;
    margin-left: 0;
}

.item-input {
    height: 0.5rem !important;
    background: transparent !important;
    border-bottom: 0.5px solid #2f2f38 !important;
    display: flex;
    justify-content: space-between !important;
    width: 100% !important;
}

.item-input:nth-child(1) {
    margin-bottom: 0.22rem !important;
}

.signin-view {
    background-color: #21212b;
    background-image: unset !important;
}

.item > input::placeholder {
    font-size: 0.12rem;
    color: rgba(255, 255, 255, 0.3);

}

.signin-content > .list > .item > div {
    width: 1rem !important;
    text-align: left;
}

.newbutton {
    background: #f8e16d !important;
    height: 0.44rem !important;
    margin: 7px 0 !important;
    font-size: 0.18rem;
}

.signin-footer > a {
    color: #f8e16d !important;
}

.annius {
    width: 50px;
    margin-top: 20px;
}