  body{
      background:url( ../images/login-back-2.png)  no-repeat center center;
      background-size:cover;
      background-attachment:fixed;
      background-color:#CCCCCC;
      overflow-y: hidden;
      overflow-x: hidden;      
 }
 .main{
     width: 1082px;
     height: 550px;
     margin: auto;
     position: absolute;
     top: 0;
     right:0;
     bottom: 0;
     left: 0;
     background:url( ../images/login-1.png)  no-repeat center center;
 }
 .formPart{
     width: 415px;
     height:515px;
     margin-left: 670px;
     margin-top:17px;
     background-color: white;
 }
 .login-logo{
     margin-top: 60px;
     margin-left: 124px;
     margin-bottom: 40px;
 }
 input:-webkit-autofill {
     -webkit-box-shadow: 0 0 0px 1000px white inset;
     border-radius: 0px;
 }
 .large-input{
     width: 263px;
     margin-left: 76px;
     border-top: 1px solid white !important;
     border-left: 1px solid white !important;
     border-right: 1px solid white !important;
     border-radius:0px;
     margin-bottom:20px !important;
     outline:medium !important;
     -webkit-box-shadow: inset 0 0px 0px white !important;
     box-shadow:inset 0 0px 0px white !important;
 }
 input:-webkit-autofill,
 textarea:-webkit-autofill,
 select:-webkit-autofill{
     -webkit-box-shadow: 0 0 0 1000px white  inset !important;
 }

 .login-tip{
     padding-left:76px; 
     padding-top: 10px;
 }
 .login-label{
     display:inline;
     height:26px !important;
     line-height:26px;
     float:left;
     font-family: MicrosoftYaHei;
     margin-right: 20px;
 }
 .validateCode-label{
     font-family: MicrosoftYaHei;
     font-size: 14px;	
     height:26px;
     line-height:26px;
     margin-right: 10px;
 }
 #validateCode{
     height:16px;
     margin-right: 10px;
 }
 .input-label{
     width: 263px !important;
     margin-left: 76px;
     padding-left: 6px;
     font-size: 14px;
     color: #999;
 }

 #messageBox{
    position: absolute;
    width: 100%
 }
 
.alert{
  position:relative;
  width:364px !important;
  margin:0 auto;
  *padding-bottom:0px;
}

.form-signin .btn-large{
    font-size:16px;
    width: 223px !important;
    margin-left: 106px;
    margin-top: 16px;
} 
.form-signin #themeSwitch{
    position:absolute;
    right:10px;
    bottom:20px;
}
.form-signin div.validateCode {
    padding-bottom:15px;
    margin-left: 76px;
} 

.form-signin #langSwitch{
    position:absolute;
    right:100px;
    bottom:20px;
}  
.form-signin #forgotPasswd{
    position:absolute;
    right:150px;
    bottom:20px;
}   
