﻿body {
    font-family: 微軟正黑體;
    background-image: url(../images/drops-of-water-2.jpg);
    background-repeat: repeat-y;
}


.panel-heading {
    background-color: #3d8eb9 !important;
    color: white !important;
    font-weight: bold;
    font-size: 16px;
}

.block_login > div {
    width: 100%;
    max-width: 600px;
    margin: 130px auto 0 auto;
}

    .block_login > div > div {
        line-height: 30px;
    }

.block_login input[type=text], [type=password] {
    margin-bottom: 8px;
}

.banner {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 45px;
    background-color: #3d8eb9;
    font-size: 18px;
    font-weight: bold;
}

    .banner img {
        width: 100%;
    }

    .banner div {
        float: left;
        line-height: 40px;
        color: white;
        margin-left: 10px;
    }
