﻿
body {
    color: #333333;
    line-height: 1.5;
    font: inherit;
    font-family: "微軟正黑體",Microsoft JhengHei,Microsoft YaHei,Century Gothic, Helvetica, Arial, Verdana, 新細明體;
    font-size: 15px;
}

.backtb {
    background: url(../Content/Imgs/LoginLogo.jpg);
    width: 800px;
    height: 500px;
    border-radius: 10px;
    position: relative;
    margin: auto;
    margin-top: 80px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type="text"] {
    height: 40px;
    border-right: #2F5597 solid 1px;
    border-left: #2F5597 solid 1px;
    border-bottom: #2F5597 solid 1px;
    border-top: #2F5597 solid 1px;
    padding: 5px;
    margin: 0px 15px 0px 0px;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 12px;
}

input[type="password"] {
    height: 40px;
    border-right: #2F5597 solid 1px;
    border-left: #2F5597 solid 1px;
    border-bottom: #2F5597 solid 1px;
    border-top: #2F5597 solid 1px;
    padding: 5px;
    margin: 0px 15px 0px 0px;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 12px;
}

input[type="reset"] {
    width: 100px;
    height: 35px;
    border-right: lightgrey solid 1px;
    border-left: lightgrey solid 1px;
    border-bottom: lightgrey solid 1px;
    border-top: lightgrey solid 1px;
    padding: 0px 0px;
    margin: 0px 0;
    box-sizing: border-box;
    font-size: 14px;
    border-radius: 5px;
    color: white;
    background-color: #2F5597;
}

input[type="button"] {
    width: 100px;
    height: 35px;
    border-right: lightgrey solid 1px;
    border-left: lightgrey solid 1px;
    border-bottom: lightgrey solid 1px;
    border-top: lightgrey solid 1px;
    padding: 0px 0px;
    margin: 0px 0;
    box-sizing: border-box;
    font-size: 14px;
    border-radius: 5px;
    color: white;
    background-color: #2F5597;
}

.button:hover {
    width: 100px;
    height: 35px;
    border-right: #04607b solid 1px;
    border-left: #04607b solid 1px;
    border-bottom: #04607b solid 1px;
    border-top: #04607b solid 1px;
    padding: 0px 0px;
    margin: 0px 0;
    box-sizing: border-box;
    font-size: 14px;
    border-radius: 3px;
}

#cssLogin {
    background: rgba(255,255,255,0.8);
    border: 0px;
    border-radius: 10px;
}

    #cssLogin td {
        vertical-align: middle;
        padding: 5px;
        width: auto;
        border: 0px;
        border-radius: 0px;
    }

.logintitle {
    padding-left: 15px !important;
    color: #203864;
    font-size: 18px;
    font-weight: bold;
}

a {
    color: #0051A5;
    text-decoration: initial;
    font-size: 16px;
}

.righttb {
    position: relative;
    font-size: 12px;
    width: 800px;
    margin: auto;
}


/*小屏幕 */
.login_title {
    padding-top: 8%;
    font-size: 30px;
    font-weight: bold;
    color: #666666;
}

.logintext {
    width: 100%;
    min-height: 30px;
}

.sloginbtn {
    width: 100%;
    color: #666666;
    font-size: 16px;
    font-family: "微軟正黑體",Microsoft JhengHei,Microsoft YaHei,Century Gothic, Helvetica, Arial, Verdana, 新細明體;
    text-decoration: none;
    white-space: nowrap;
    background-size: contain;
    border: 0px;
    padding: 8px 10px;
    cursor: pointer;
    border-radius: 5px;
    background: -moz-linear-gradient(top, #f2eada 0%, #d3d7d4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2eada), color-stop(100%, #d3d7d4));
    background: -webkit-linear-gradient(top, #f2eada 0%, #d3d7d4 100%);
    background: -o-linear-gradient(top, #f2eada 0%, #d3d7d4 100%);
    background: -ms-linear-gradient(top, #f2eada 0%, #d3d7d4 100%);
    background: linear-gradient(to bottom, #f2eada 0%, #d3d7d4 100%);
}

.appboby {
    border: 1px solid;
    border-color: #d3d7d4;
    margin: 23px;
}

.footlogo {
    margin-top: -34px;
}

@media (min-width: 768px) and (max-width: 991.99px) {
    .backtb {
        background: url(../Content/Imgs/LoginLogoSM.jpg) no-repeat;
        width: 720px;
        height: 450px;
        margin-top: 50px;
    }

    .righttb {
        width: 720px;
    }
}

@media (max-width: 767.99px) {
    .backtb {
        background: url(../Content/Imgs/LoginLogoXS.jpg);
        background-size: 100% 100%;
        width: 90%;
        height: 385px;
        margin-top: 50px;
    }

    .righttb {
        width: 90%;
    }

    .footlogo {
         margin-top: unset;    
    }   
}
