/*--loading 智能線路選擇--*/
.loading {
    width: 100%;
    height: 100%;
    background: url("/assets/images/loadingBG.jpg") no-repeat center;
    background-size: cover;
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    box-sizing: border-box;
}

    .loading.lodinVerify {
        background-image: none;
        background-color: rgba(0,0,0,.45);
    }

.lodinVerify .loadingBox img {
    border-radius: 5px;
    min-width: 270px;
}

.loadingBox {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

    .loadingBox img {
        width: 367px;
        height: auto;
    }

.lodinVerify .loadingBox img {
    width: 300px;
}

.loginBox {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
}

.btnBox {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    background: url("/assets/images/loginBg.png") no-repeat center;
    background-size: 100%;
    width: 238px;
    height: 238px;
    margin: 5% 50px;
}

    .btnBox img {
        width: auto;
        height: 90px;
    }

    .btnBox:hover, .btnBox:active {
        -webkit-filter: brightness(1.05); /* Safari */
        filter: brightness(1.05);
    }

    .btnBox span {
        width: 80%;
        text-align: center;
        font-weight: bold;
        font-size: 20px;
        margin-top: 30px;
        line-height: 1;
    }
