html{
    width: 100%;
    height: 100%;
}
body{
    width: 100%;
    height:100%;
    background:url("../../images/bg_new.png") no-repeat;
    filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
    -moz-background-size:100% 100%;
    background-size:100% 100%;
}
.loginContainer{
    height: 100%;
}
.ks-login{
    width:42%;
    background-color:#fff;
    padding:35px;
    border-radius: 10px;
    position: fixed;
    top:50%;
    right:29%;
    transform:translateY(-45%);
    border-bottom: 3% solid red;
}
.loginFrm .controlsa input{
    margin:0 0 10% 12%;
    height: 45px;
    border-radius: 10px;
    padding-left: 10px;
   /* background-color: #fff;
    border:none;*/
    font-size: 12px;
    color: #000;
    width: 90%;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:#A8A8A8!important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#fff!important;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#fff!important;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#fff!important;
}

.code{
    width:80%;
}
.codeImg{
    width: 100px;
    height: 35px;
    background-color:grey;
}
.codeImg+div{
    line-height: 34px;
}
.codeImg+div a{
    border-bottom: 1px solid #fff;
    color: #fff;
}
.codeImg+div a:hover{
    text-decoration: none;
}
.loginBtn{
    border-radius: 10px;
    background-color: #47A63B;
    border: none;
    color: #E7F2E6;
    height: 100px;
    width: 40%;
    font-size: 26px;
    margin-top:4%
}
.loginBtn:hover{
    background-color: #47A63B;
    color: #E7F2E6;
}

.he-font{
    border-bottom: 2px solid #E2E2E2;
    padding-bottom: 4%;
}
.he-font div{
    margin-left: 40%;
}
.he-font div span{
    font-size: 22px;
}

.z-div{
    margin-top: 10%;
}
.r-div{
    width: 60%;
    float: left;
}
.l-div{
    width: 30%;
    float: right;
}

/*
登录框图片
*/
.icon-user{
    position: absolute;
    left: 6%;
    margin-top: 8px;
    background-image: url(../../images/u.png); /*引入图片图片*/
    background-repeat: no-repeat; /*设置图片不重复*/
    background-position: 0px 0px; /*图片显示的位置*/
    width: 10%; /*设置图片显示的宽*/
    height: 35px; /*图片显示的高*/
}

.icon-pass{
    position: absolute;
    left: 6%;
    margin-top: 8px;
    background-image: url(../../images/m.png); /*引入图片图片*/
    background-repeat: no-repeat; /*设置图片不重复*/
    background-position: 0px 0px; /*图片显示的位置*/
    width: 10%; /*设置图片显示的宽*/
    height: 35px; /*图片显示的高*/
}










































