﻿body {
    background-color: #ddd
}

#wrapper {
    max-width: 560px;
    background-image: url(../../images/entry/login_mainbg.jpg);
    background-repeat: repeat-y;
    background-position: center center;
    margin: auto
}

#header {
    min-height: 80px;
    background-color: #956134
}

#logo img {
    max-height: 100px;
    width: auto
}

#bd {
    border: solid 0 red;
    position: relative
}

#footer {
    height: 50px;
    width: 100%;
    line-height: 40px;
    position: fixed;
    bottom: 0
}

#bd .title {
    margin: auto;
    margin-top: 30px;
    border: solid 0 red;
    position: relative
}

    #bd .title h3 {
        width: 300px;
        margin: auto;
        text-align: center;
        font-family: 微軟正黑體;
        font-weight: normal;
        font-size: 20px;
        color: #fff;
        text-shadow: 1px 1px 1px #000
    }

#bd .main {
    margin: auto;
    border: solid 0 red;
    position: relative
}

    #bd .main .loginbox {
        margin: auto;
        margin-top: 10px;
        border: solid 0 #217DB0;
        width: 270px;
        height: 260px;
        position: relative;
        background-color: #fff
    }

#footer .copyright {
    border: solid 0 red;
    font-size: 12px;
    color: #fff;
    text-align: center
}

    #footer .copyright a:visited {
        color: #fff;
        text-decoration: none
    }

    #footer .copyright .copyright a:link {
        color: #fff;
        text-decoration: none
    }

    #footer .copyright a:hover {
        color: #fff;
        text-decoration: underline
    }

.input {
    line-height: 38px;
    height: 38px;
    font-size: 16px;
    border: solid 1px #BAC7D2;
    background-color: #fff;
    padding-left: 35px;
    background-repeat: no-repeat;
    background-position: 5px center
}

    .input:focus {
        background-color: #FFD;
        outline: solid 0 #BAC7D2
    }

.btn {
    background-color: #3D96C9;
    color: #fff;
    font-size: 14px;
    line-height: 35px;
    font-weight: bold;
    border: 0
}

    .btn:hover {
        background-color: #2680B4
    }

.icon_userID {
    background-image: url(../../images/entry/icons/icon_userID.png)
}

.icon_password {
    background-image: url(../../images/entry/icons/icon_password.png)
}

.icon_verificationcode {
    background-image: url(../../images/entry/icons/icon_verificationcode.png)
}

.keepSession input {
    width: 20px;
    height: 20px
}
