body{background:#edf4f9;}
.login-wrap{margin:120px auto; background:#4a74b5; min-height:400px; width:100%; overflow:hidden;}
.login-form-warp{ width:800px; margin:0px auto;}
.login-info{width:400px; float:left; margin-top:80px;}
.login-info h3{width:400px; text-align:center;}
.login-info img{ margin:0px auto;}
.info{ font-size:28px; color:#fff; font-weight:800; text-align:center; margin-top:40px;}
.login-form{ width:360px; float:right; background:url(../images/bg/login_form_bg.png) no-repeat; margin-top:40px; height:315px; padding-left:20px;}
.login-form form{ padding-top:15px;}
.login-form .welcomeInfo{ height:26px; padding-top:20px; font-size:18px; color:#444; font-weight:800;}
.form-item{ overflow:hidden;}
.form-item label {display: block; float: left; line-height: 24px;}
.form-item label.column {font-size: 14px; padding: 0 0 0 2px; text-align: left; width: 60px;}
.form-item input.text {display: block; float: left; background-color:#fff; font-family:Verdana, Geneva, sans-serif;
    border: 1px solid #7390bf; color:#444; font-size: 14px; font-weight: bold; height: 20px; ime-mode: disabled; line-height: 18px;
    margin-right: 3px;
    padding: 4px 4px 4px 28px;
    width: 220px; border-radius:3px;}
.form-item img{border-radius:3px; height:30px;}
.tip{padding:3px 0 0 63px;color:#6076a0; margin:0 0 0 0; line-height:21px; height:21px;}
.error{ background:url(../images/bg/error.png) no-repeat; padding-left:28px; height:24px; color:#DF3C13}
.form-item-btn{ width:313px; margin-top:5px;}
.submit, .reset{ padding:2px 15px; font-size:16px; font-weight:800px;}
.reset{ float:right;}
.line{ height:20px;}
.login_user{ background:url(../images/login_user.png) no-repeat left; padding-left:26px;}
.login_pasd{ background:url(../images/login_pasd.png) no-repeat left; padding-left:26px;}
.login_safe{ background:url(../images/login_safe.png) no-repeat left; padding-left:26px;}

.login_btn {
background: #4a74b5;
outline: none; border-radius:3px;
width: 250px;
height: 35px;
line-height: 35px;
border: 0;
font-size: 18px;
font-weight: bold;
color: #fff;
cursor: pointer;
}
.login_reset {
background:#999;
outline: none; border-radius:3px;
width: 120px;
height: 35px;
line-height: 35px;
border: 0;
font-size: 18px;
font-weight: bold;
color: #fff;
cursor: pointer;
}