﻿html,body{overflow: hidden;}
body{
    background: url("../images/login/bg.png") no-repeat scroll center center / cover;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.container-fluid{
    position: absolute;
    top: 30%;
    left:0;
    width: 100%;
    min-width: 960px;
    height: 310px;
    background: url("../images/login/u2.png") repeat;
}
.row{margin-top: 30px;}
.logo{
    width: 340px;
    float: left;
    padding-left: 50px;
    padding-right: 30px;
}
.logo img{width: 100%;}
.loginmain{
    width: 680px;
    height: 260px;
    border-left: solid 2px #cc0000;
    margin-left: 30px;
    padding-left: 50px;
    padding-top: 10px;
    float: left;
}
.tit{
    font-family:  "Microsoft YaHei",微软雅黑,"SimSun","Microsoft JhengHei",华文细黑,"Helvetica Neue",\5FAE\8F6F\96C5\9ED1,Tohoma;
    color: #000;
}

.lform{margin-top: 20px; line-height: 30px; color: #0f0f0f}
.lform .row{margin-top: 0; margin-left: 0; margin-right: 0}
.lform input{
    background-color: #fff;
    opacity:1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter:alpha(opacity=100);
}
.lform span{float: left}
.lform .left{
    width: 180px;
    text-align: right;
}
.lform .rightinp{ margin-left: 10px;}
.inputtop{width: 300px;}
.inputcen{width: 190px; text-transform : uppercase;}
.lastint{margin-bottom: 5px;}
.graphicsimg{width: 100px; margin-left: 10px;}
.graphicsimg img{width: 100%; height: 35px; border-radius: 2px; border: solid 1px #fff;cursor:pointer;}
.refresh{margin-left: 10px;}
.btn-getcode{font-size: 10px; color: #03A0DE; padding: 8px 3px; width:109px; border-color: #0AA0D3}
.rememberchk{line-height: 15px; padding-left: 110px;}
.rememberchk label{ font-weight: normal;}
.loginbtn{line-height: 25px; padding-left: 110px; margin-top: 10px;}
.loginbtn button{ padding-left: 20px; padding-right: 20px; font-weight: 800}
.register{margin-left: 50px; margin-top: 10px;}

.copyright{width: 100%; min-width: 1000px; text-align: center; margin-bottom: 15px; color: #0f0f0f;position:absolute;left:0;bottom:0;}
.copyright img{width: 200px;}
