﻿* {
    margin:0;padding:0;
}
html, body {
    height:100%;
}
.header {
    height:62px;
    line-height:62px;
    width:100%;
    position:absolute;
    color:#333;
    background-color:white;
    font-weight:700;
    padding-left:15%;
    box-sizing:border-box;
    font-size:16px;
}
.footer {
    height:100px;
    width:100%;
    background-color:white;
}
.body {
    padding:62px 0 100px 0;
    box-sizing:border-box;
    text-align:center;
    height:700px \9;
    height:100%;
}
.middle-content {
    height:100%;
    width:100%;
    border-bottom:3px solid #fff;
}

#footer {
    color:#999;
    text-align:center;
    position:absolute ;
    z-index:10 ;
    bottom:0;
}
#footer a{
    color:#999;
}
#left_side {
    background-color:white;
    border-radius:4px;
    box-shadow:0px 1px 12px 0px rgba(0, 0, 0, 0.2);
    width:368px;
    height:400px;
    position:absolute;
    right:20%;
    top:22%;
    padding:0 0 30px 0;
    box-sizing:border-box;
    background-color:#f9f9f9;
}
.login-title {
    line-height:64px;
    text-align:center;
    color:#666;
    float:left;
    width:50%;
    font-size:18px;
    cursor:pointer;
}
.login-scan {
    display:none;
}
.idscales-head {
    border-bottom:1px solid #dedede;
}
.login-title.active{
    color:#2977c9;
    border-bottom:4px solid #2977c9;
}
a {
    text-decoration:none;
}
#left_side input {
    height:40px;
    line-height:42px;
    background-color:#fff;
    border-radius:4px;
    width:300px;
    text-indent:43px;
    outline-color:#2977c9;
    border:1px solid #ddd;
}
.identity .t {
    position:absolute;
    margin-top:10px;
    z-index:10;
    left:45px;
}
.wrapper_remember {
    text-align:left;
    height:24px;
    font-size:12px;
    color:#333;
    padding:3px 32px 0 32px;
    display:none;
    box-sizing:border-box;
    position:absolute;
    width:100%;

}
#UserFullName {
    display:block;
    width:100%;
    /*background-color:#e8f0fe;*/
    height:20px;
    line-height:20px;
    padding-left:5px;
    box-sizing:border-box;
}
#Login {
    width:300px;
    height:50px;
    line-height:50px;
    margin-top:30px;
    background:none;
    background-color:#3969a5 !important;
    color:white;
    border-radius:4px;
    cursor:pointer;
    font-size:16px;
}
.clrField {
    margin-top: 16px;
    margin-right: 3px;
    width: 12px;
    height: 12px;
    float: right;
    text-align: center;
    vertical-align: center;
    font-size: 10pt;
    cursor: pointer;
    font-family: Arial;
    background-image: url(/img/ico_cancel_clear_sm.png);
    background-repeat: no-repeat;
    opacity: 0.8;
    filter: alpha(opacity=80);
    position:absolute;
    right:40px;
}
.footer-top {
    height:50px;
    line-height:70px;
    text-align:center;
    display:inline-block;
}
.footer-top>div{
    float:left;
    cursor:pointer;
    padding:0 15px;
}
#footer a{
    color:#2977c9;
}
.footer-top .footer-top-mi {
    color:#999;
    padding:0;
}
.bgimg {
    display:none;
    display:block \9;
    position:absolute;
    width:100%;
    max-height:700px;
}
.middle {
    width:100%;
    height:620px \9;
    background:url('/secur/loginImg/oa_signIn.svg') no-repeat center;
    background-size:cover;
    display:inline-block;
    background: none \9;
    height:100%;
}
#error {
    height:20px;
    line-height:20px;
    color:#d01124;
    text-align:center;
    /*background-color:#fedada;*/
    width:100%;
    font-size:12px;
    text-align:left;
    text-indent:10px;
}
#theloginform {
    padding-top:40px;
    position:relative;
}
.login-scan {
    padding-top:40px;
}
#password.error {
    border:2px solid #d01124 ;
}
