﻿body {
    margin: 0;
    padding: 0;
    font-family: 'Microsoft JhengHei';
    font-size: 14px;
}

.top {
    background: url('/front/images/banner1.jpg') no-repeat top;
    background-size: 100% auto;
    color: #fff;
    padding: 10px;
    width: 100%;
}

    .top a:link, .top a:visited {
        text-decoration: none;
        color: #fff;
    }

    .top a:hover {
        text-decoration: underline;
        color: #974B00;
    }

.right {
    float: right;
}

.left {
    float: left;
}

.mt-10 {
    padding-bottom: 10px;
}

.tab_content {
    margin-top:-1px;
    border:1px solid #DEDEDE;
    padding:20px 20px;
}

.footer {
    background-color: #ECECEC;
    background: url('/front/images/g6.jpg') no-repeat bottom;
    background-size: 100% auto;
    color: #fff;
    padding: 10px;
    width: 100%;
}

.red {
    color: red;
}

/*Login Page v1.1*/
.log-page {
    width: 310px;
    padding: 20px;
    margin: 0 auto;
    background: #fcfcfc;
    border: solid 1px #eee;
    box-shadow: 0 0 7px #eee;
}

@media (min-width: 576px) {
    .form-inline .form-control {
        width: 100%;
        margin-bottom: 10px;
    }

    .col-form-label {
        text-align: right;
    }

    .col-form-label {
        display: block !important;
    }

    .form-inline label {
        display:inline-block;
    }
}
