/* CSS Document */
*{margin:0; padding:0;}
input,button{outline:none} 
.mian_c{margin-left: 30%; width: 800px;}
.container{float: left; width:360px; height:300px; margin:300px auto 0;position:relative; background-color:#FFF; border:1px solid #e5e5e5; border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px; 
box-shadow:-2px 0 15px #E3E3E3,3px 0 10px #CCC, 0 -2px 10px #E0E0E0,  0 3px 10px #CCC;}
.logo{display:inline-block; width:1000px; height:100px; background:url(../img/logo_basic.png) 0 0 no-repeat; position:absolute; top:-150px; left:2%;}
.loginBox h3{height:50px; font:400 25px/50px "微软雅黑"; color:#dc5534; background-color:#f3f4f7; border-top-left-radius:5px; border-top-right-radius:5px; text-align:center;}
.loginForm{ padding:10px 28px 15px; position:relative;}
.login-input{width:244px; height:38px; margin-top:10px; padding-left:40px; border:1px solid #d7d7d7; color:#969696; border-left:3px solid #dc5534;}
.input-username{background:url(../img/icon02.png) 13px 12px no-repeat;}
.input-pwd{background:url(../img/icon01.png) 13px 12px no-repeat;}
.input-yanz{background:url(../img/icon03.png) 13px 12px no-repeat;}
.login-btn{width:145px; height:38px; margin-top:18px; margin-left:80px; background-color:#dc5534; color:#FFF; font:400 20px/38px "微软雅黑"; border:1px solid #dc5534; border-radius:3px; }
.login-btn:hover{background-color:#bc3514; border:1px solid #dc5534; }
.errorBox{ width:300px; position:absolute; top:110px; left:28px; font:500 12px/12px "微软雅黑";}


.lg_bg{ position:absolute; top:0; left:0; width:100%; height:100%; z-index:-100; background: url(../img/lg_bg.jpg) no-repeat;}
.lg_bg img{display:inline-block; width:100%; height:99.6%;}


.formright{display:inline-block; width:293px; height:211px; background:url(../img/formright.jpg) 0 0 no-repeat; position:absolute; top:15%; left: 10%;}