﻿#bg {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -99;
}

.loginlogo {
    height: 80px;
    width: 170px;
    margin-top: 20px;
    margin-left: 20px;
    position: relative;
    top: -20px;
    left: -70px;
}

.btn-login {
    font-family: "Microsoft JhengHei";
    font-size: 14px;
}

.loginlogoTxt {
    /*position:relative;*/
    font-size: 32px;
    text-align: center;
    /*line-height: 40px;*/
    font-family: "Open Sans Condensed",sans-serif;
    font-weight: 900;
    margin: auto auto;
    margin-top: 5%;
    /*top:-10px;*/
    letter-spacing: 1px;
    color: #ffffff;
    padding: 5px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}


.chiloginlogoTxt {
    /*position:relative;*/
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    font-family: "Microsoft JhengHei";
    font-weight: 900;
    margin: auto auto;
    /*top:-10px;*/
    letter-spacing: 2px;
}

.ou-container {
    margin-top: 50px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    min-height: 270px;
    box-shadow: 2px 2px 20px #cccccc;
    width: 70%;
}

.loginalertmessage {
    word-wrap: break-word;
}



.ou-button, .ou-button-dim {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 2px 2px 20px #cccccc;
}

.ou-button {
    background-color: #FA7B31;
    color: #fff;
}

.ou-button-dim {
    background: #bbb;
    color: #eee;
}

.ou-button:hover {
    /*border:2px solid #ffffff;*/
    /*background: #00b3e9;*/
    background: #ffa673;
    color: #fff;
}

.Announcement {
    margin: auto auto;
    width: 95%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    vertical-align: top;
    margin-top: 40px;
    max-width: 800px;
}

.chifont {
    font-family: "Microsoft JhengHei";
}

.Announcement-table {
    margin-left: 10px;
    font-size: 18px;
    margin-top: 10px;
    height: 100%;
}

.login-footer {
    margin: auto auto;
    width: 95%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    vertical-align: top;
    margin-top: 10px;
    max-width: 2000px;
}

.mb-login-footer-table {
    margin: auto auto;
    font-size: 16px;
}

.login-footer-table {
    margin-left: 10px;
    font-size: 14px;
}

    .login-footer-table td, .mb-login-footer-table td {
        text-align: left;
    }


    .login-footer-table a, .mb-login-footer-table a {
        color: #000000;
        text-decoration: underline;
        text-align: left;
    }

.bkingcomfirmmsgtd {
    width: 100%;
    overflow: auto;
    max-height: 300px;
}

.bkingcomfirmmsg {
    font-size: 12px;
}

.Announcement-table {
    width: 99%;
}

.bstable {
    text-align: left;
    margin: auto auto;
}

.topnavbar_systemname, .topnavbar_ouicon {
    font-size: 18px;
    color: #fff;
    white-space: nowrap;
}

.topnavbar_systemname {
    position: relative;
    top: 0px;
    left: 10px;
    font-family: "Arial Black";
    font-weight: bolder;
}

html {
    height: 100%;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    /*background-image: url("/img/loginbg.jpg") ;*/
    padding: 10px;
    background: url("/img/loginbg.jpg") no-repeat center center fixed;
    background-size: cover;
    height: 100vh;
}

form {
    border: 3px solid #f1f1f1;
    margin: auto;
    max-width: 440px;
    margin-top: 10px;
    border-radius: 0.25em;
}

input[type=password], input[type=text] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

input[type=button], input[type=submit] {
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    background-color: #FA7B31;
    min-width: 100px;
}

    input[type=button]:disabled, input[type=submit]:disabled, aspNetDisabled {
        opacity: 0.8;
        background-color: gray;
    }


.container {
    padding: 16px;
    width: 100%;
}

.cont-title {
    padding: 3px 16px 3px 16px;
}

.errmsg {
    color: red;
}

a.button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-decoration: none;
    color: initial;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    background-color: #FA7B31;
}

.d-align-right {
    float: right;
}


.d-notice-txt {
    background-color: #f1f1f1;
    padding: 16px;
    color: #000000;
    max-height: 200px;
    min-height: 50px;
    overflow: auto;
    padding: 5px;
    margin-top: 4px;
    border-radius: 0em 0.25em 0.25em 0.25em;
}

.d-notice-title {
    font-size: 18px;
}

.d-notice-container {
    /*background-color: #555555;
    /*padding: 8px;*/
    color: #ffffff;
    margin: auto;
    max-width: 440px;
    margin-top: 10px;
}

.d-label-notice {
    color: #fff;
    background: #000000;
    font-size: 18px;
    border-radius: 0.25em 0.25em 0em 0em;
}

.d-layer {
    background-color: rgba(55, 55, 55, 0.6);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    padding: 10px;
}

.login-nav {
    list-style-type: none;
    margin: 0;
    padding: 5px 5px;
    overflow: hidden;
}

.li-left {
    float: left;
}

.login-nav > li > a {
    display: block;
    text-align: center;
    padding: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
}

.li-right {
    float: right;
    width:40px;
}

