﻿/*#content{width:1100px;margin:0 auto;margin-top:100px;}
#left{width:650px;height:500px;background-image:url('../images/login/loginleft.png');float:left;}
#right{float:right;width:300px;margin-top:80px;margin-right:50px;}
#right_top{height:50px;background:url('../images/login/loginright_topbg.png');line-height:50px;text-align:center;}*/
#loginform{/*height:240px;background-color:White;*/padding-top:20px;}
#loginform i{position:absolute;width:37px;height:37px;}
i.user{background:url('../images/login/loginuser.png');}
i.pwd{background:url('../images/login/loginpwd.png');}
.formitem{position:relative;width:214px;/*margin:0 auto;*/}
.userinput{height:33px;width:207px;padding-left:5px;border: solid 1px #98CAE3;background-color: rgba(255, 255, 255, 0.8);}
.userinput:focus{background-color: rgba(255, 255, 255, 1);}
/*#checkcode{width: 120px;/*border-left: solid 1px #ccc;margin-left:0;}*/
#checkimg{display:inline-block;float: right;/*margin-right: 3px;*/width: 70px;height: 35px;background-color: white;border: solid 1px #98CAE3;background-color: rgba(255, 255, 255, 0.8);}
.usercheck{margin-top:9px;}
.help{width:100%;height:15px;}
input.btn{padding:0;width:214px;height:37px;background: #45A3D7;border-width: 0;cursor:pointer;margin-top:5px;}
input.btn:hover{background: #3E95C4;}
.font1{color:white;}
.font2{color:#1ea1fc;line-height:30px;font-size:13px;}
.right{float:right;}
.left{float:left;}
a{cursor:pointer;text-decoration:none;}
body{
    font: 12px Tahoma, Geneva, sans-serif;
    padding: 0;
    margin: 0;
}
#paper{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
#content{
    position: absolute;
    right: 13%;
    top: 3%;
    bottom:0;
    /*width: 360px;*/
    height: 213px;
    margin:auto;
    /*border-radius: 30px;
    background-color: rgba(245,250,255,0.35);
    box-shadow: 0px 2px 6px rgba(0,0,0,0.35);*/
}
#headimg{
    position: absolute;
    width: 100px;
    height: 100px;
    left: 130px;
    top: -50px;
}
#title{
    width:378px;
    height:43px;
    background-image:url('../images/login/title.png');
    position: absolute;
    top: 120%;
    left: -8px;
}
.warning{
    width: 297px;
    /* border: solid 1px transparent; */
    /* border-bottom: 0; */
    /* border-top: 0; */
    /* padding: 0 6px; */
    /* display: block; */
    /* word-break: break-all; */
    position: absolute;
    bottom: 260px;
    right: 437px;
    /* background: #fcf8e3; */
    /* border-radius: 3px; */
    color: rgb(251,14,11);
    line-height: 22px;
    box-shadow: none;
    /* font-family: 宋体; */
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
}