﻿.Bg {

    width: 100%;
    height:700px;
    background-image: url('images/Login_Bottom.jpg');
    background-repeat: no-repeat;
    margin: auto;
     border: 0px solid #cccccc;
     background-size: 45%;
     background-position: 82% 120%;
}


#LoginPage {
    width: 800px;
    height: 400px;
    margin: auto;
    margin-top: 5%;
    overflow: hidden;
    background-image: url('images/login_bg.png');
    background-repeat: no-repeat;
    -moz-background-size: 800px;
    -webkit-background-size: 800px;
    -o-background-size: 800px;
    background-size: 800px;
    border: 1px solid #cccccc;
    font-family: 微軟正黑體;
}

    #LoginPage .logo {
        float: left;
        /*border: 1px solid #cccccc;*/
        
        
        margin-top:50px;
        margin-left:10%;
        /*background: #D4490E;*/
    }

        /*#LoginPage .logo img {
        margin-top:30px;
        margin-left:120px;
        float:left;
        width:60px;
        height:auto;
    }*/

        #LoginPage .logo img {
            float: left;
            margin-right: 0px;
            width: 200px;
            height: auto;
        }

        #LoginPage .logo .logo2 {
            width: 150px;
            height: auto;
            margin-top:5px;
            margin-left:5px;
        }

    #LoginPage .SysName {
        float: left;
        color: #808080;
        font-size: 1.6em;
        font-family: 微軟正黑體;
        letter-spacing: 7px;
        font-weight: bolder;
        margin-top: 120px; 
        margin-left: -70px;
    }


    #LoginPage .Area {
        /*border: 1px solid #CCFFFF;*/
        float: right;
        margin-right: 20px;
        margin-top: 20px;
        padding: 15px;
        padding-top: 30px;
        /*background-image: url('images/Login_Bottom.jpg');
    background-repeat: no-repeat;
    background-size:30% auto; 
    background-position: 350px 60px;*/
    border: 0px solid #000000;
    width:70%;
    height:350px;
        /*background-image: url('images/login_bg.png');
    background-repeat: no-repeat;*/
        /*border: 1px solid #000000;*/
    }

        #LoginPage .Area .inner {
        float:left;
        margin-left:100px;
        }

        #LoginPage .Area .item {
            clear: left;
            float: left;
            width: 300px;
            margin-bottom: 20px;
        }

            #LoginPage .Area .item .title {
                float: left;
                width: 17%;
                font-size: .95em;
                font-weight: bolder;
                margin-top: 4px;
                text-align: right;
                margin-right: 5px;
            }

            #LoginPage .Area .item .value {
                float: left;
            }

    #LoginPage .btn {
        float: left;
        width: 80px;
        height: 30px;
        margin-left: 10px;
        background-color: #999999;
        color: #FFFFFF;
        font-size: .9em;
        word-spacing: 5px;
        text-decoration: none;
        --line-height: 25px;
        -webkit-border-radius: 5px; /* support firefox */
        -moz-border-radius: 5px;
        border-radius: 5px;
        cursor: pointer;
        filter: alpha(opacity=75);
        opacity: 0.75;
        border: none;
    }
