﻿
body{background:#fff; }
#form1{height:100%;width:100%;}
#mainContainer{margin:0px auto;width:100%;height:100%;}
#main_top {
    background: #fff;
    width: 100%;
    height: 70px;
    margin: 0;
    padding: 0;
    clear: both;
}
.logo {
    background: url(images/login_title.gif) no-repeat left center;
/*    background-size: 176px 70px;*/
    width: 500px;
    height: 70px;
    margin-left: 20%;
    float: left;
}
.sysName {
    width: 300px;
    margin-top: 30px;
    height: 40px;
    color: #909090;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Microsoft YaHei','宋体';
    padding-left: 5px;
    float: left;
    display:none;
}

#main_center{margin:0;width:100%;min-height:420px;max-height:603px;
             background:#2592db url(images/login_main.jpg) no-repeat center center;
             background-size:auto 100%;
}         
#center_left{display:none;}    
#center_middle{
    position:absolute;top:50%;left:65%;width:286px;height:auto; margin:-160px 0 0 0; 
    padding:0 25px 15px 25px;background:#fff;border:0px solid red;
    -webkit-border-radius: 5px 5px 5px 5px;
       -moz-border-radius: 5px 5px 5px 5px;
            border-radius: 5px 5px 5px 5px;
               }    
#center_right{display:none;}

#center_middle #box_title {
    display: block;
    height: 48px;
    padding: 0 0 0 48px;
    margin: 0 -25px;
    line-height: 48px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #343434;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
#center_middle input
{
    
    color:#666;
    border:1px solid #b6b6b6;
    -webkit-border-radius: 4px 4px 4px 4px;
       -moz-border-radius: 4px 4px 4px 4px;
            border-radius: 4px 4px 4px 4px;    
}
#center_middle #userid{margin:25px 0 0 0;height:46px;line-height: 46px;}
#center_middle #userid input{margin:0px ;height:40px;line-height:40px;padding:0px 0px 0px 37px;width:250px;
    background:url(images/i_user.png) no-repeat 12px center;}
#center_middle #pwd{margin:25px 0 0 0;height:46px;line-height: 46px;}
#center_middle #pwd input{margin:0px;height:40px;line-height:40px;padding:0px 0px 0px 37px;width:250px;
    background:url(images/i_pwd.png) no-repeat 12px center;}

#center_middle .logincode{margin:25px 0 0 0;width:100%;float:none;clear:both;height:100px;}
#center_middle .logincode img{display:inline-block;float:right;width:120px;margin:1px 0;height:40px;line-height:40px;}
#center_middle .logincode input{display:inline-block;float:left;width:110px;padding:0px 0px 0px 37px; background:url(images/i_vcode.png) no-repeat 12px center;height:40px;line-height:40px;}
#center_middle .loginbtn{margin:25px 0 0 0;background:none;height:38px;text-align:center;border:0px solid red;width:100%;}
#center_middle .loginbtn a,#center_middle .loginbtn a:link{display:inline-block;width:100%; height:38px;line-height:38px; 
    color:#fff;font-size:20px;  background:#ff8a00; 
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px; 
}
#center_middle .loginbtn a:hover{color:#f60;}

#center_middle .loginmsg{float:right;margin-top:10px;}

#center_middle .forgotPwd {
    clear: both;
    width: 100%;
    height: 20px;
    line-height: 20px;
    margin-top: 15px;
    text-align: right;
    font-size: 12px;
    color: #b6b6b6;
    cursor: pointer;
}
#center_middle .forgotPwd:hover {
    color:#f60;
}

#main_bottom{margin:0;width:100%;height:30px;background:#fff;}
#main_bottom p{color:#999;text-align:center;width:100%;font-size:12px;line-height:30px;}

#main_bottom span
{
    cursor:pointer;
}
#main_bottom span:hover
{
    text-decoration:underline;
}














