﻿#auth-wrapper {
    background: url(/assets/images/big/auth-bg1.jpg) no-repeat center center;
    background-size: cover;
}
#codeImage{
    cursor: pointer;
    margin-left: -30px;
}
#download{
    background-color: #048478;
    height:auto;
    padding:0.3rem;
}

.table td,
.table th {
    padding: 0.5rem; /* 調整內部間距 */
}
#login-table2 {
    background-color: #DFF1E6;
    color: black;
    font-family: '微軟正黑體'; /* 使用標楷體或其他相應的字體 */
    font-size: 16px;
    margin-top:0.3rem
}
footer {
    color: black;
    font-family: '微軟正黑體'; /* 使用標楷體或其他相應的字體 */
    font-size: 16px;
}

.announcement-header {
    background-color: #ffeb99; /* 淡黃色背景 */
    font-size: 1.25rem;
    padding-top: 10px;
    padding-bottom: 10px;
    width:6.5rem;
    color: black;
    font-family: '微軟正黑體'; /* 使用標楷體或其他相應的字體 */
    font-size: 20px;
}

.announcement-header img {
    width: 24px;
    height: 24px;
}

.announcement-list .list-group-item {
    background-color: #f0f8ea; /* 淡綠色背景 */
    border: none;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    height: auto;
    align-items: center;
    padding: 15px;
}

.announcement-date {
    color: #198754; /* Bootstrap success 綠色 */
    font-weight: bold;
    padding-right: 10px;
}

.announcement-more {
    text-align: start;
    margin-top: 10px;
}

.agreeText {
    color: black;
}

.policy-scroll {
    max-height: 480px; /* 留出底部空間 */
    overflow-y: auto;
    padding: 20px;
    box-sizing: border-box;
}

.policy-footer {
    position: sticky;
    bottom: 0;
    background: white;
    padding: 20px;
    border-top: 1px solid #ccc;
    z-index: 1;
}

@-moz-document url-prefix() {
    .layui-layer-shade {
        z-index: 19891014 !important;
    }

    .layui-layer {
        z-index: 19891015 !important;
        left: 50px !important;
        right: 50px !important;
    }
}