body {
    background-color: var(--light)
}

.container {
    width: 100%;
    height: 100%;
    overflow: auto;
}

.loginRqDiv {
    padding: 0 30px 30px 30px;
}

.itemtagRq {
    border-bottom: 1px #ddd solid;
}

    .itemtagRq .itemtag {
        padding: 30px 0 20px 0;
        width: 240px;
        text-align: center;
        font-size: 30px;
        position: relative;
    }

        .itemtagRq .itemtag.atc {
            color: #014baa;
            font-weight: bold;
        }

            .itemtagRq .itemtag.atc:before {
                position: absolute;
                bottom: -2px;
                height: 4px;
                left: 0;
                width: 100%;
                content: "";
                background: linear-gradient(to right, #0099ff, #014baa);
                border-radius: 3px;
            }

.logo-img {
    width: 30%;
}

#login-form input {
    height: 80px;
    width: 100%;
    border-radius: 10px;
    font-size: 28px;
    padding-left: 20px;
}

#CaptchaImageBase64 {
    height: 80px;
}

.number-div {
    height: 80px;
}

#login-form .number-div input {
    padding-left: 120px;
}


#password-toggle {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 80px;
    padding: 0 20px
}

.btn-get-code {
    /*    display: none;*/
    height: 80px;
    line-height: 80px;
    background: var(--orange-dark);
    border-radius: 0 10px 10px 0;
    font-size: 26px;
    color: #fff;
    width: 170px;
    text-align: center;
}

.btn-djs-time {
    display: none;
    height: 80px;
    line-height: 80px;
    background: var(--dark);
    border-radius: 0 10px 10px 0;
    font-size: 26px;
    color: #fff;
    width: 170px;
    text-align: center;
}

.number-div .num-852 {
    position: absolute;
    line-height: 80px;
    top: 0;
    width: 120px;
    color: #000;
    font-size: 28px;
    text-align: center;
}

#FormSaveBtn {
    width: 50%;
    max-width: 400px;
}

#submit-button {
    width: 50%;
    max-width: 400px;
}
