body {
    background: linear-gradient(45deg, #fdf7db, #ffffff);
}

.container {
    width: 100%;
    height: 100%;
}

.logo-img {
    width: 150px;
}

#login-form {
    width: 80%;
    max-width: 540px;
    margin: 0 auto;
}

    #login-form input {
        padding: 0 20px;
        font-size: 20px;
        height: 50px;
        line-height: 50px;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }


.itemtagRq {
    border-bottom: 1px #ddd solid;
}

    .itemtagRq .itemtag {
        padding: 30px 0 20px 0;
        width: 240px;
        text-align: center;
        font-size: 20px;
        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;
            }

.login-box {
    padding: 0;
    border-radius: 10px;
}

    .login-box .item {
        padding: 30px 30px;
        border-bottom: 1px #ddd solid;
    }

        .login-box .item:last-child {
            border-bottom: 0px;
        }

        .login-box .item .tit {
            font-size: 20px;
            padding-bottom: 10px;
        }

#submit-button {
    height: 54px;
    width: 50%;
    max-width: 400px;
    line-height: 54px;
    border-radius: 54px;
    font-size: 24px;
    border: 0px;
    margin: 0 auto;
    display: block;
}

    #submit-button i:before {
        font-family: 'FontAwesome';
        font-style: normal;
        content: "\f1ce";
        margin-right: 5px;
        display: block;
        text-align: center;
        width: 30px;
        height: 26px;
        line-height: 26px;
    }

    #submit-button i {
        display: inline-block;
        font-family: 'FontAwesome';
        line-height: 1;
        margin-right: 5px;
        font-style: normal;
        font-size: inherit;
        text-rendering: auto;
        width: 30px;
        height: 30px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-animation: fa-spin 2s infinite linear;
        animation: fa-spin 2s infinite linear;
    }

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

#id-djs-time {
    display: none;
}

.number-div .num-852 {
    position: absolute;
    line-height: 50px;
    top: 0;
    width: 80px;
    color: #000;
    font-size: 20px;
    text-align: center;
}

#login-form .number-div input {
    padding-left: 80px;
}


#password-toggle {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 50px;
    padding: 0 20px
}

.btn-get-code {
    background: #014baa;
    padding: 0 20px;
    color: #fff;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    border-radius: 0 7px 7px 0;
    margin: 0px;
    width: 130px;
    text-align: center;
}

.btn-djs-time {
    background: #000000;
    padding: 0 20px;
    color: #fff;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    border-radius: 0 7px 7px 0;
    margin: 0px;
    width: 130px;
    text-align: center;
}


@media (min-width: 980px) {
    #login-form {
        max-width: 80%;
    }

    .login-box .item {
        padding: 20px 40px;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

        .login-box .item .tit {
            min-width: 220px;
            padding-bottom: 0;
        }

        .login-box .item > .flex-heng-center,
        .login-box .item > .w100 {
            flex-grow: 1;
        }
}
