﻿body
{
    height: 100%;
    font: 12px/20px Helvetica,Tahoma,Arial, "Microsoft YaHei" , "微软雅黑" , "宋体";
}

body, div, p, ul, li, ol, dl, dt, dd, form, h1, h2, h3, h4, h5, h6, input, fieldset, legend, optgroup, select, table, textarea
{
    margin: 0;
    padding: 0;
}

input, select
{
    vertical-align: middle;
}
body, div, p, ul, li, ol, dl, dt, dd, form, h1, h2, h3, h4, h5, h6, input, fieldset, legend, optgroup, select, table, textarea
{
    margin: 0;
    padding: 0;
}
input, button, select, textarea
{
    outline: none;
}

a
{
    text-decoration: none;
    color: #666;
}
a:hover
{
    color: #e53639;
}

.container
{
    position: relative;
    margin: 0 auto;
    width: 1000px;
}

.login-header
{
    width:1000px;
    margin:0 auto;
    height: 60px;
    border-bottom: 2px solid #056F3E; /*border-bottom:3px solid #BE0005;*/    
    background-repeat: repeat-x;
}

.login-header .logo
{
    padding:14px 0 0 0;
}

.login-header .sysname
{
    position: absolute;
    left: 25px;
    top: 20px;
    font-size: 25px;
    color: #5F5E5C;
    text-shadow: 0 1px 0 rgba(255,255,255,.1), 0 0 30px rgba(255,255,255,.125);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
    font-family: 微软雅黑;
}

.login-header .welcome
{
    position: absolute;
    right: 0;
    top: 30px;
    font-size: 20px;
    color: #5F5E5C;
    text-shadow: 0 1px 0 rgba(255,255,255,.1), 0 0 30px rgba(255,255,255,.125);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
    font-family: 微软雅黑;
}



.lbInput
{
    border: 1px solid #CCC;
    padding: 10px 30px 10px 40px;
    height: 20px;
    line-height: 20px;
    width: 216px;
    font-size: 14px;
}

.placeholder
{
    color: #aaa;
}

.clear20
{
    clear: both;
    height: 20px;
}

.login-body
{
    height: 400px;
}

.login-body .lbleft
{
    position: absolute;
    top: 20px;
    left: 0;
}

.login-body .lbright
{
    border: 1px solid #ddd;
    position: absolute;
    top: 20px;
    right: 0;
    background-color: #ffffff;
    width:332px;
}

.login-body .lbright .lbr-ctrl
{
    padding: 20px;
}

.login-caption {
}

.inputUser
{
    background: url(../images/inputName.png) no-repeat 10px 10px;
}

.inputPwd
{
    background: url(../images/inputPwd.png) no-repeat 10px 10px;
}

.login-reg
{    
    text-align:right;
    line-height:30px;
    width:98%;
}

.login-reglink
{
    text-decoration:underline;
    color:green;
    font-size:14px;
    cursor:pointer;
}

login-reglink:hover
{
    text-decoration:underline;
    color:Orange;
}

.login-btn
{
    display: inline-block;
    width: 288px;
    height: 37px;
    line-height: 37px;
    color: #FFF;
    font-size: 18px;
    background: #056F3E;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
}

.login-btn.gold
{
    display: inline-block;
    width: 288px;
    height: 37px;
    line-height: 37px;
    color: #FFF;
    font-size: 18px;
    background-color:Orange;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
}

.login-btn:hover
{
    background: #00A136;
    color: #FFF;
}

.login-btn.gold:hover
{
    display: inline-block;
    width: 288px;
    height: 37px;
    line-height: 37px;
    color: #FFF;
    font-size: 18px;
    background-color:Orange;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
}


.login-footer
{
    /*background-color:#ededed;*/
    padding: 20px 0;
}


.login-footer .lf-link
{
    color: #a0a0a0;
    text-align: center;
}

.login-footer .copyright
{
    color: #a0a0a0;
    text-align: center;
}


.reg-tbl
{
    width:100%;
        
}

.reg-tbl td
{ 
    vertical-align:middle;
    height:34px;
}

.reg-tbl .col-title
{
    width:160px;    
    text-align:right;
    color: #666;
    font-size:12px;       
}

.reg-tbl .col-body
{
    width:200px;
    padding-left:10px;
    text-align:left;
    color: #666; 
    
}

.login-caption {

    padding:10px 0;
    text-align:center;
    color: #5F5E5C;
}



.loginwrapper {
    position: relative;
    margin:auto;
}

    .loginwrapper .login-icon {
        position: absolute;
        top: 8px;
        left: 8px;
        font-size:24px;
        color:#666;
    }

    .loginwrapper .login-input {        
        height: 40px;
        line-height: 40px;
        width: 98%;
        font-size: 14px;
        text-indent:40px;
        border: 1px solid #CCC;
    }
