﻿
.login{
    background:#4d5c73 !important;
    /*background:#fff !important;*/
}
.login-page{
    width:1508px;
    height:800px;
    overflow:hidden;
    margin:0 auto;
    margin-top:135px;
    background:transparent;
    /*box-shadow:5px 5px 15px 10px rgba(0,0,0,.2);*/
}
.lf-con{
    width:1028px;
    height:100%;
    float:left;
    background:#e9f8ff;
}
.rig-con{
    width:480px;
    height:100%;
    float:right;
    background:#fff;
}
.login-bom-con{
    width:1508px;
    height:18px;
    line-height:30px;
    color:#b5bac0;
    margin:65px auto 0;
}
.login-bom-con .bom-copyright{
    float:left;
    height:18px;
    line-height:18px;
    font-size:16px;
}
.login-bom-con .bom-menu{
    float:right;
    display:block;
    height:18px;
    margin-right:-14px;
}
.login-bom-con .bom-menu li{
    width:88px;
    height:18px;
    line-height:18px;
    float:left;
    list-style:none;
    text-align:center;
    border-right:1px solid #b5bac0;
}
.login-bom-con .bom-menu li:last-child{
    border-right:none;
}
.login-bom-con .bom-menu li a{
    text-decoration:none;
    color:#b5bac0;
    font-size:16px;
}
.login-bom-con .bom-menu li a:hover{
    color:#fff;
}

.form-title{
    margin-top:150px;
    text-align:center;
    font-size:36px;
}
.title-subline{
    width:126px;
    height:3px;
    background:#009fe9;
    margin:0 auto;
    margin-top:20px;
}
.login-form{
    width:390px;
    height:370px;
    margin:0 auto;
    margin-top:60px;
}
.login-form .form-group{
    position:relative;
    height:78px;
    margin-bottom:0;
}
.login-form .form-control{
    outline:none;
    border:none;
    border-radius:0;
    border-bottom:1px solid #bfbfbf;
    -webkit-appearance: textfield;
    background-color: transparent;
    padding-left:58px;
    height:55px;
    line-height:54px;
}
.login-form .form-control:focus{
    border-bottom:1px solid #888;
}
.help-block{
    text-indent:58px;
    margin-top:2px;
}
 input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
}

/*@@media (max-width: 1858px){
    #ScanForm .content-box-s{
        margin-top:40px;
    }
}*/
.icon-login-img{
    width:40px;
    height:40px;
    display:block;
    position:absolute;
    left:4px;
    top:8px;
}
.i-tenancyName{
    background:url(images/icon-tency.png) no-repeat;
}
.i-username{
    background:url(images/icon-user.png) no-repeat;
}
.i-password{
    background:url(/Content/images/icon-psd.png) no-repeat;
}
.i-eyehide{
    width:40px;
    height:40px;
    display:block;
    position:absolute;
    right:0;
    top:8px;
    background:url(images/icon-eyehide.png) no-repeat;
}
.i-eyehide.active{
    background:url(images/icon-eyeshow.png) no-repeat;
}
.login-btn{
    width:415px;
    height:80px;
    margin-top:30px;
    background:url(/Content/images/login-btn.png) no-repeat;
    border:none;
    line-height:1000px;
    overflow:hidden;
    outline:none;
}
.login-btn:hover{
     background:url(images/login-btn-active.png) no-repeat;
}
.rememberme{
    position:relative;
    padding-left:16px;
    margin-bottom:0;
}
.rememberme input[type=checkbox]{
    width:15px !important;
    height:15px !important;
    cursor:pointer !important;
    position:absolute;
    top:0;
    margin-top:3px;
    outline:none;
}
/*.rememberme input[type=checkbox]:hover{
    box-shadow:3px 3px 6px #bfbfbf;
    background:transparent;
}*/
.rememberme span{
    margin-left:22px;
    color:#000;
}
.form-actions{
    height:140px;
}

@media (max-width: 991px){
    .login-page{
        width:850px;
    }
    .lf-con{
        display:none;
    }
    .rig-con{
        margin:0 auto;
        float:none;
        margin-top:-20px;
        padding-top:20px;
        height:800px;
    }
    .login-bom-con{
        width:480px;
        margin:10px auto 0;
        text-align:center;
    }
     .login-bom-con .bom-copyright{
         width:100%;
        text-align:center;
        float:none;
     }
     .login-bom-con .bom-menu{
         margin:10px auto 0;
         float:none;
         padding-left:22px;
     }
}