body {
    padding: 0px;
    margin: 0px;
    font-size: 13px;
    font-family: Î¢ÈíÑÅºÚ;
    color: #7A7F82;
    background-image: url(../Layout/Images/Login/bg.jpg);
    background-size:cover;
    background-repeat: no-repeat;
}

.input-text {
    color: #777777;
    font-weight: bolder;
    border: 1px solid #bdc7d8;
    padding: 3px;
}

.footer {
    height: 25px;
    line-height: 25px;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0px;
    background-image: url(../LigerUI/lib/ligerUI/skins/Aqua/images/panel/header2-bg.jpg);
    background-repeat: repeat-x;
}

.footer_tip {
    color: #777777;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 25px;
}

#txtPass {
    height: 15px;
    color: #777777;
}

#txtValCode {
    width: 60px;
    color: #0871BB;
    letter-spacing: 2px;
    font-weight: bolder;
    font-family: Arial;
    font-style: italic;
    color: #777777;
}

.input-button {
    background-color: #005eac;
    border-color: #b8d4e8 #124680 #124680 #b8d4e8;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    padding: 2px 15px;
    text-align: center;
    _padding: 3px 10px;
    height: 24px;
    width: 80px;
}

    .input-button:hover {
        background-color: #005eac;
        border-color: #87B1CF #08274A #08274A #87B1CF;
        color: #D5E5F1;
    }
