body,
html {
    width: 100%;
    height: 100%;/*
    background: url('images/loginJpg.png');*/ /* 啟用圖片背景 */
    background: radial-gradient(circle at 35% 5%,#d5dfd6,#9f9f9f);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    font-family: "微軟正黑體";
    color: white;
    /*min-width: 1024px;*/
    overflow-x: hidden;
    overflow-y: hidden;
}

.loginDiv {
    background: radial-gradient(circle at 35% 5%,#68826b,#95ac95);
    width: 90%; /* Make it responsive */
    max-width: 400px; /* Max width for larger screens */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px; /* Add some rounded corners for aesthetics */
    padding: 20px; /* Add some padding */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Add a subtle shadow */
}

.img_newStyle .loginDiv {
    position: inherit;
    transform: none;    
}

.img_newStyle:has(.loginDiv) {
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: auto;
}

.img_newStyle:has(.blockUI) .loginDiv {
    display: none;
}
.img_newStyle .blockUI  {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background-color: transparent !important;
    top: 0px !important;
    left: 0px !important;
    border: none !important;
    overflow: auto !important;
}

.img_newStyle .blockUI #DetailAreaConfirm {
    background-color: #fff;
    padding: 5px;
}

.mapDiv {
    width: 70%;
    height: 100%;
    display: inline-block;
    float: left;
    position: relative;
}

.mapImg {
    background: url('images/bottom.png') no-repeat;
    height: 100%;
    width: 80%;
    display: block;
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    background-size: 100%;
    background-position: center;
}


    .mapImg:before {
        content: '';
        background: url('images/top.png') no-repeat;
        z-index: 3;
    }

    .mapImg:after {
        content: '';
        background: url('images/middle.png') no-repeat;
        z-index: 2;
    }

    .mapImg:before, .mapImg:after {
        background-position: center;
        background-size: 100%;
        height: 100%;
        width: 100%;
        position: absolute;
    }


.mapImg-01 {
    background: url('images/01.png') no-repeat;
}

.mapImg-02 {
    background: url('images/02.png') no-repeat;
    z-index: 4;
}

.mapImg-03 {
    background: url('images/03.png') no-repeat;
    z-index: 4;
}

.mapImg-04 {
    background: url('images/04.png') no-repeat;
    z-index: 4;
}

.mapImg-01, .mapImg-02, .mapImg-03, .mapImg-04 {
    height: 100%;
    width: 85%;
    background-position: center;
    z-index: 4;
    display: block;
    background-size: 100%;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
}



.loginBox input,
.loginBox button,
.otherText span,
.otherText3 span {
    cursor: pointer;
}

/*.logo {
    background: url(images/logo3.svg) no-repeat;
    width: 100%;
    margin: 60px auto;
    padding-top: 135px;
    background-size: contain;
}*/


.logo {
    margin: 3rem 0;
}

    .logo img {
        margin: 0 auto;
        display: block;
    }

    .logo span {
        text-align: center;
        font-size: 1.8rem;
        display: block;
    }

.loginBox {
    margin: 3rem;
    text-align: center;
    /*padding-top: 3rem;*/
}

    .loginBox input[type=text], .loginBox input[type=password] {
        color: white;
        box-sizing: border-box;
        width: 100%;
        border: 1px rgba(255, 255, 255, 0.0) solid;
        line-height: 52px;
        height: 52px;
        background-color: rgba(255, 255, 255, 0.2);
        font-size: 1.3em;
        border-radius: 4px;
        margin: 9px 0;
        text-align: center;
    }

        .loginBox input[type=text]::-webkit-input-placeholder, .loginBox input[type=password]::-webkit-input-placeholder {
            /* Chrome/Opera/Safari */
            color: white;
            text-align: center;
        }

        .loginBox input[type=text]::-webkit-input-placeholder, .loginBox input[type=password]::-webkit-input-placeholder {
            /* Firefox 19+ */
            color: white;
            text-align: center;
        }

        .loginBox input[type=text]::-webkit-input-placeholder, .loginBox input[type=password]::-webkit-input-placeholder {
            /* IE 10+ */
            color: white;
            text-align: center;
        }

        .loginBox input[type=text]:-moz-placeholder, .loginBox input[type=password]:-moz-placeholder {
            /* Firefox 18- */
            color: white;
            text-align: center;
        }

        .loginBox input[type=text]:focus, .loginBox input[type=password]:focus {
            color: white;
            box-sizing: border-box;
            width: 100%;
            border: 1px solid #48C1F1;
            line-height: 52px;
            background-color: rgba(255, 255, 255, 0.2);
            font-size: 1.3em;
            border-radius: 4px;
            margin: 9px 0;
            text-align: center;
        }

    .loginBox button, 
    .loginBox input[type=submit],
    #btnSubmit {
        border: 1px rgba(255, 255, 255, 0.5) solid;
        color: white;
        width: 100%;
        line-height: 52px;
        background-color: rgba(255, 255, 255, 0.0);
        font-size: 1.3em;
        border-radius: 4px;
        margin: 9px 0;
        text-align: center;
    }

    .loginBox button:hover, 
    .loginBox input[type=submit],
    #btnSubmit:hover {
        background-color: rgba(72, 192, 241, 0.5);
    }
    .loginBox .Announcement_content{
        color: yellow;
        box-sizing: border-box;
        width: 100%;
        height:auto;
        max-height: 112px;
        /*border: 1px rgba(255, 255, 255, 0.0) solid;*/
        line-height: normal;
        background-color: rgba(255, 255, 255, 0.2);
        font-size: 1.3em;
        border-radius: 4px;
        margin: 9px 0;
        text-align: left;
        /*float:left;*/
        white-space:pre-line;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.tableDec {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
}

/*.tableDec tr:last-child, .tableDec tr:nth-child(2) {
        font-size: 13px;
        line-height: 90%;
    }


    .tableDec tr:first-child span:hover {
        text-decoration: underline;
        cursor: pointer;
    }*/
.accountBtn {
    width: calc(50% - 2rem );
    display: inline-block;
    float: left;
    padding: 1rem;
    cursor: pointer;
    border-radius: 4px;
}

    .accountBtn:hover, #ForgetPassword:hover {
        background: rgba(174, 174, 174, 0.37);
    }

    .accountBtn span {
        font-size: 1rem;
        line-height: 1;
        color: #e1ffe3;
        margin-top: .5rem;
        display: block;
    }

#ForgetPassword {
    border-radius: 4px;
    float: right;
    font-size: 1rem;
    cursor: pointer;
    padding: 0.5rem;
}

footer {
    width: 70%;
    text-align: center;
    position: fixed;
    bottom: 5px;
    font-size: 0.8em;
    color: #526758cc;
}

/*另跳視窗 表格樣式*/
table.form {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 auto;
    color: #666;
    line-height: 20px;
    height: 20px;
    width: 100%;
}

    table.form th {
        background: #e2e2e2;
        border: 1px solid #808080 !important;
        font-size: 13px;
        text-align: center;
        height: 25px;
        line-height: 25px;
        overflow: hidden;
        padding: 5px;
    }

    table.form td {
        border: 1px solid #808080 !important;
        color: #666;
        font-size: 13px;
        line-height: 20px;
        height: 20px;
        vertical-align: middle;
        /*text-align:left;*/
        font-weight: normal;
        padding: 5px;
    }

.center {
    text-align: center;
}

    .center input {
        padding: 2px 5px;
    }

.infoIDPass {
    background: url('images/i_14.png') no-repeat center;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.verification {
    margin: 9px 0;
        overflow: hidden;
}

    .verification img {
        width: 100px;
        height: 30px;
        float: left;
    }

    .verification input {
          width: 100px !important;
    height: 30px !important;
    float: left;
    margin: 0 9px !important;
    }

    .verification span {
        cursor: pointer;
        float: right;
        text-decoration: underline;
        margin: 0 0.5rem;
    }
