body,td{ font-size:12px; margin:50px 100px; font-family: Arial, Helvetica, sans-serif; line-height:150%}
h3{ margin-bottom: 10px; padding:0;}
.cName{ margin:0; padding-bottom:25px; font-size:16px; color:#666666; font-weight:bold;}
.cName1{ margin:0; padding:0; font-size:12px; color:#666666; line-height:14px;}
.line{ background:#5fb6cc; height:10px; margin-bottom: 15px;}
a{ color:#FF0000; text-decoration:none;}
a:hover{ color:#FF0000; text-decoration:underline;}
.left{ float:left; text-align:right; line-height:25px; padding:50px 50px;}
.left a{color:#679f00; text-decoration:none;}
.left a:hover{color:#679f00; text-decoration:underline;}
.right{ float:left; padding-left: 20px; border-left: 1px solid #cbe4eb;}
.button {
    padding: 0 5px;
    border-left: 1px solid #def2f9;
    border-top: 1px solid#def2f9;
    border-right: 1px solid#5fb6cc;
    border-bottom: 1px solid#5fb6cc;
    background: url(Images/button_bg.gif) repeat-x top left
    #ffffff;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
}

/** ================  New Class Styles(2020/3/18) ================ **/
.page-login{
    background: url('../img/background4.jpg') no-repeat center top;margin:0;padding: 0;
    background-size: cover;
}
.canvas-bg{
    position: fixed;top: 0;left: 0;right: 0;bottom: 0;width:100%;
}
.page-login-wrapper{
    position: absolute; top: 0;left: 0;right: 0;bottom: 0;z-index:99;
    display: flex; align-items: center;
}
.login-panel{
    width: 580px; margin:0 auto; box-shadow: 0 1px 40px 0 rgba(0,0,0,.3);border:none;
}
.login-panel .login-hd{
    background-color: #367fa9;border-color: #367fa9;
}
.login-panel .login-hd .logo{
    float: left; padding: 5px;
}
.login-panel .login-hd .logo img{
    width: 160px; height: 44px;
}
.login-panel .login-hd .company-name{
    float: left; margin-left: 20px; font-size: 20px; color: #fff; font-weight: bold; height: 50px;line-height: 50px;
}
.login-panel .login-bd{
    padding: 30px 20px;
}
.login-title{
    font-size: 18px; color:#333; font-weight: bold; margin-bottom: 20px; margin-top: 10px;
}
.login-panel .btn{
    padding-top:9px; padding-bottom:9px;border-radius:0;
}
.login-panel .other-info{
    margin-top: 20px; font-size: 14px; color:#4a89dc;
}
.login-panel .other-info a{
    color:#4a89dc;
}
.login-panel .form-group-custom .input-group-addon{
    border-radius:0; border-color:#ddd; background: none;font-size: 16px;color:#bbb;
}
.login-panel .form-group-custom .form-control{
    border-radius:0; height: 40px; border-color:#ddd; outline: none;
}
.login-panel .login-result{
    color: #e80000; margin-bottom: 10px;
}
.login-panel .captcha{
    margin:0 20px;
}
.login-panel .captcha img{
    width: 80px; height: 30px;
}