﻿.resolution {
    text-align: center;
    color: black;
}

html,
body {
    margin: 0px;
    padding: 0px;
    height: 100%;
}


.login-total{
    color: #FFF;
    background-image: url(../img/container-bg.jpg);
    background-repeat: repeat-x;
    min-height: 100%;
    position: relative;
}

.header {
    width: 100%;
    height: 23px;
    background-image: url(../img/Login_header.png);
    background-repeat: repeat-x;
}

.content {
    margin: auto;
    height: auto;
    width: auto;
    padding-bottom: 13px;
}

.logo {
    background-image: url(../img/logo.png);
    height: 156px;
    width: 428px;
    margin-top: 30px;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    background-repeat: no-repeat;
}

.info {
    max-width: 428px;
    margin-top: 40px;
    margin-right: auto;
    margin-bottom: 100px;
    margin-left: auto;
}

.sysname {
    background-color: #f5a200;
    max-width: 428px;
    height: 45px;
}

.sysname_bg {
    background-image: url(../img/sysname.png);
    max-width: 428px;
    height: 67px;
    background-repeat: no-repeat;
    z-index: 100;
    position:relative;
    background-position: right;
    font-family: "Microsoft JhengHei";
    font-size: 1.875em;
    color: #FFF;
    text-align: center;
    padding-top: 4px;
}
h2.sysname_bg {
    margin-left: 0;
    margin-right: 0;
}
.input {
    background-image: url(../img/input_bg.png);
    background-repeat: repeat-x;
    width: auto;
    height: 184px;
    border: 1px solid #808080;
    padding: 22px 44px;
    position: relative;
}
.input > div + div {
    padding-top: 0.8rem;
}
.input > p {
    padding-left: 60px;
}
.myButton {
    background: #efe894; /* Old browsers */
    background: -moz-linear-gradient(top, #efe894 0%, #f5a200 44%, #f5a200 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #efe894 0%,#f5a200 44%,#f5a200 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #efe894 0%,#f5a200 44%,#f5a200 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efe894', endColorstr='#f5a200',GradientType=0 ); /* IE6-9 */
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    border: 1px solid #6e6e6e;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: "Microsoft JhengHei";
    font-size: 1.75em;
    /*padding: 32px 24px;*/
    height:100px;
    text-decoration: none;
    text-shadow: 1px 3px 2px #854629;
    position: absolute;
    top: 21px;
    right: 10px;
}

    .myButton:hover ,.myButton:focus{
        background: -moz-linear-gradient(top, #f5a200 56%, #efe894 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #f5a200 56%,#efe894 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #f5a200 56%,#efe894 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a200', endColorstr='#efe894',GradientType=0 ); /* IE6-9 */
    }

    .myButton:active {
        position: relative;
        top: 1px;
    }

.idpw {
    font-size: 1.25em;
    color: #BD5901;
    font-family: "Microsoft JhengHei";
    /*padding-left: 44px;*/
}

.new_idpw {
    font-size: 0.875em;
    color: #005B77;
    font-family: "Microsoft JhengHei";
    padding-left: 5px;
}

    .new_idpw > a:link {
        color: #005B77;
        text-decoration: none;
    }

    .new_idpw > a:visited {
        text-decoration: none;
        color: #005B77;
    }

    .new_idpw > a:hover ,.new_idpw > a:focus{
        text-decoration: none;
        color: #F60;
    }

    .new_idpw > a:active {
        text-decoration: none;
    }
    .Loggin-input {
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-color: #aaaaaa;
        border-radius: 5px;
        height: 32px;
        width:90%;
        font-size: 1.25em;
        color: #BD5901;
        font-family: "Microsoft JhengHei";
        padding-left: 5px;
        width: calc(100% - 60px - 73px);
    }
    .Loggin-footer {
    background-image: url(../img/Login_footer.png);
    background-repeat: repeat-x;
    height: 53px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    }
