﻿body {
    font-family: 微軟正黑體;
    background-size: 100%;
}

.btn {
    width: 95%;
    height: 45px;
    border: 0px;
    color: #fff;
    background-color: #598700;
    border-radius: 5px;
    cursor: hand;
    cursor: pointer;
    font-size: 25px
}

    .btn:hover {
        background-color: #3366cc
    }

.input_txt1 {
    height: 30px;
    font-family: 微軟正黑體;
    padding: 10px;
    font-size: 20px;
    border-left: 0px;
    border-top: 0px;
    border-right: 0px;
}

    .input_txt1:hover {
        background-color: #ccc;
        border: 0px;
        border-bottom: 1px solid #3366cc;
    }

.input_txt2 {
    height: 30px;
    font-family: 微軟正黑體;
    padding: 10px;
    font-size: 20px;
    border-left: 0px;
    border-top: 0px;
    border-right: 0px;
}

    .input_txt2:hover {
        background-color: #ccc;
        border: 0px;
        border-bottom: 1px solid #3366cc;
    }

A {
    text-decoration: none;
}

#fixed-center {
    border: 1px solid #000;
    padding: 10px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -400px;
    margin-top: -200px;
    _position: absolute;
    _top: expression(documentElement.scrollTop+(documentElement.clientHeight-this.clientHeight)/2);
    _margin-top: 0;
    z-index: 2;
}

.pos {
    position: relative
}

.LoginDiv {
    margin-top: 150px;
}

.LoginDivs {
    width: 400px;
    height: 350px;
}

.LoginDivsTxt1 {
    width: 350px;
}

.LoginDivsTxt2 {
    width: 260px;
}

@media screen and (max-width: 736px) {
    .LoginDiv {
        margin-top: 150px;
    }

    .LoginDivs {
        width: 95%;
    }

    .LoginDivsTxt1 {
        width: 85%;
    }

    .LoginDivsTxt2 {
        width: 80%;
    }
}
