/*!
 * Login v1.0.2
 *
 * Time 2013-6-26
 * 
 * Designed and built with zhangguoye2012@gmail.com.
 */
 label {
  display:inline;
  margin-bottom: none;
 }
 input[type="checkbox"]{
  margin-top: 0px;
 }
 input[type="text"],input[type="password"]{
  width: 244px;
  height: 26px;
  line-height: 26px;
  background: #eef3f8;
  border: 1px solid #bdc8d6;
  color: #333;

 }
 input[type="text"]:focus,input[type="password"]:focus{
    font-weight: 700;
 }
.login-top-bg{
  height: 164px;
}
.login-middle-bg{
  background: #2968a7;
  border-top: 1px solid #104275;
  border-bottom: 1px solid #104275;
  height: 440px;
}
.login-form-ad{
  width:1000px;
  height: 440px;
  margin:0 auto;
  background: url(../images/login-ad.png) left center no-repeat;
}
.login-form-bg{
  height: 335px;
  width: 388px;
  float: right;
  margin-right: 70px;
  background: url(../images/login-form-bg.png) center center no-repeat;
}
.login-logo{
  padding-top: 70px;
}
.login-form{
  margin-top: 55px;
  position: relative;
}
.login-form form{
  margin: 100px 0 0 64px;
}
.login-menber{
  margin: 20px 0 0 0px;
}
.login-button{
  margin:24px 0 0 0;
}
.login-button div{
  line-height: 39px;
}
.login-footer{
  padding:26px 0 16px 0;
  color: #6e6e6e;
}
.login-warning{
  position: absolute;
  left: 62px;
  font-size: 12px;
  color: red;
}