/* 縮小失敗。正在傳回未縮小的內容。
(77,24): run-time error CSS1046: Expect comma, found '160'
(77,31): run-time error CSS1046: Expect comma, found ')'
(98,37): run-time error CSS1046: Expect comma, found '160'
(98,44): run-time error CSS1046: Expect comma, found ')'
(100,24): run-time error CSS1046: Expect comma, found '160'
(100,31): run-time error CSS1046: Expect comma, found ')'
 */
body, html {
    width: 100%;
}

#index-bg {
    position:fixed;
    height: 100%;
    width: 100%;
    z-index:-1;
    left:0;
    top:0;
    background: -webkit-linear-gradient(133deg, rgb(44, 202, 255), rgb(254, 86, 255)) !important;
    background: linear-gradient(133deg, rgb(44, 202, 255), rgb(254, 86, 255)) !important;
}

#index-wrapper {
    width: 950px;
    margin: 100px auto 0!important;
}
#index-panel {
    border-radius: 5px;
    box-shadow: 0 0 10px 10px rgba(0,0,0,0.1);
    background: rgba(255,255,255,0.8);
    border: none !important;
    padding: 20px;
    margin-bottom:100px;
}
@media screen and (max-width:991px)
{
    #index-wrapper {
        width: 95%;
    }
}
.div-login {
    justify-content: center;
    align-items: center;
    margin-top: 120px;
    text-align: center;
}

#btnLoginIn {
    background: -webkit-linear-gradient(133deg, rgb(44, 202, 255), rgb(254, 86, 255)) !important;
    background: linear-gradient(133deg, rgb(44, 202, 255), rgb(254, 86, 255)) !important;
    border-radius: 20px;
    padding: 8px 40px;
    border: none;
}

.list-news {
}

    .list-news ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .list-news ul li {
            padding: 5px;
            border-bottom: 1px solid #ccc;
            display: flex;
            justify-content: space-between;
        }

    .list-news a {
        flex: 0 1 450px;
        padding: 5px;
    }

    .list-news date {
        padding-top: 10px;
        margin-right: 10px;
        font-size: 10px;
    }

.btn-blue {
    background: rgb(78 160 230);
}
strong {
    color: crimson;
}

.li-sta li, strong {
    line-height: 1.6;
    margin-bottom: 8px;
    font-size: 16px;
}
fieldset
{
    border:1px solid #ccc;
    padding:10px;
    border-radius:5px;
    margin-bottom:15px;
}
legend {
    font-size: 18px;
    color: #fff;
    border-bottom: 1px solid rgb(78 160 230);
    padding:5px;
    background: rgb(78 160 230);
    border-radius: 5px;
}
@media screen and (min-width:566px)
{
    .btn-del
    {
        margin-top:25px;
    }
}
