﻿/*登陆页公共样式开始更改一下内容的背景或颜色即可改变整体风格*/

/*1.登陆页整体背景图*/
.login-bj {
    width: 100%;
    height: 100%;
    background-size: 100% 768px;
    background-color: #fff;
    overflow: hidden
}
/*2.登陆页背景颜色*/
.Login-body {
    padding: 0 !important;
    margin: 0;
    height: 100% !important;
    width: 100%;
    position: relative;
}
/*3.登陆页logo图标*/
 .login-bj .logo .picture {
            /*border-bottom: 1px solid #fff;
            border-top: 1px solid #fff;
            background: url(images/login-top-logo.png) no-repeat center center;
            height: 100px;
            width: 302px;*/
        }
 /*4.登陆页表单背景图（透明）*/
    .login-bj .login-table {
        height: 340px;
        margin: 0 auto;
        margin-top: 35px;
        /*background: url(images/denglubg.png) no-repeat center center;*/
    }
 /*5.登陆页表单用户名框，密码框，验证框 背景图（透明色带标示）*/
 .userbox {
     position: relative
 }
 .userbox>img {
     position: absolute;
     top: 8px;
     left: 6px;
 }
.username input {
    height: 40px!important;
    /*background: url(../images/uesrname.png) left no-repeat #fff;*/
    border: none;
    padding-left: 40px;
    outline: none;
    color: #333;
    margin-bottom: 0;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #D1D1D1;
    box-shadow: none;
    background-position-x: 7px;
}
.password input {
    height: 40px;
    /*background: url(../images/password.png) left no-repeat  #fff;*/
    border: none;
    padding-left: 40px;
    outline: none;
    color: #333;
    margin-bottom: 0;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #D1D1D1;
    box-shadow: none;
    background-position-x: 7px;
}
 .yanzheng input {
     width: calc(100% - 110px);
        height: 40px!important;
        /*background: url(../images/idcode.png) no-repeat left  #fff;*/
        /*background-size: cover;*/
        border: none;
        padding-left: 40px;
        outline: none;
        color: #333;
        margin-bottom: 0;
     box-sizing: border-box;
     border: 1px solid #D1D1D1;
     box-shadow: none;
     background-position-x: 7px;
    }
 /*6.登陆页表单登录提交hover背景色*/
    /*.submit button:hover {
        background: #27c0a1;
    }*/
/* 7.登陆页面logo尺寸，页面字体大小等*/
    
.login-bj .logo {
        width: 302px;
        height: 180px;
        margin: 0 auto;
        padding-top: 80px;
}

 .login-bj .login-table .resettable {
          width: 100%;
          height: 250px;
          margin: 0 auto;
          border: none;
}

 .login-bj .login-table .resettable .username, .password {
          margin-bottom: 20px;
          border: none;
 }
.yzm{
    display:inline-block
}
.yzm img {
    height: 40px;
    width: 100px;
}

.submit button {
    height: 38px;
    width:45%;
    border-radius: 5px;
    background:#0093C7;
    text-align: center;
    border: none;
    color: #fff;
    font-size: 16px;
    margin-top: 40px;
    border: 1px solid #fff;
    margin-bottom: 10px;
}

.login-bj .login-footer1 {
    width: 100%;
    height: 30px;
    filter: alpha(opacity=20); /* 针对 IE8 以及更早的版本 */
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;
    position: absolute;
    bottom: 0;
    z-index: 999;
}
.login-bj .login-footer2 {
    width: 100%;
    z-index: 1000;
    position: absolute;
    bottom: 0;
}
    .login-bj .login-footer2 p {
        width: 60%;
        margin: 0 auto;
        line-height: 80px;
        text-align: center;
        color: #333;
    }
.submit button:focus{
    border-radius:5px;
    outline:none;
}
/*登陆页结束*/
/*新登录页*/
.big_bg {
    max-width: 1366px;
    max-height: 768px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: url(../images/big_bg.jpg) no-repeat;
    position: relative
}
.loginbox {
    position: absolute;
    right: 385px;
    top: 200px;
}
.platformname {
    font-size: 22px;
    font-weight: bold;
    font-family: '微软雅黑';
    letter-spacing: 2px;
}
.yanzheng {
    height: 40px;
}
.loginbox input{  
        -webkit-text-fill-color: #000 !important;  
        -webkit-box-shadow: 0 0 0px 1000px #fff  inset !important;  
        background-color:transparent;  
        background-image: none;  
         transition: background-color 50000s ease-in-out 0s; 
    }  
.loginbox input {  
         background-color:transparent;  
    }  