.content {
    background-image: url(../images/login/1_bg.png?t=20250516);
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transform: translateZ(0px);

}

#login {
    position: absolute;
    top: 323px;
    left: 1215px;
    width: 510px;
    height: 395px;
    text-align: center;
}

.account {
    width: 412px;
    height: 66px;
    border: 1px solid #bfbfbf;
    border-radius: 10px;
    background: transparent !important;
    padding: 0 4%;
    font-size: 24px;
    color: #000000;
}

#submit {
    width: 80%;
    margin-left:10%;
    height: 60px;
    line-height: 60px;
    margin-top: 61px;
    background-color: #ff4040;
    font-size: 28px;
    color: #ffffff;
    border-radius: 10px;
    border: none;
    cursor: pointer ;
}
