﻿* {
    word-wrap: break-word;
    outline: 0;
}

body {
    background: #000;
    background: url(../images/login-bg9.jpg) no-repeat;
    background-size: cover;
}

body, button, td {
    color: #333;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: normal;
}

body, dd, dl, fieldset, form, h1, h2, h3, h4, h5, h6, p, ul {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

a {
    color: #4586C9;
    text-decoration: none;
}

    a img {
        border: none;
    }

cite, em, th {
    font-style: normal;
    font-weight: 400;
}

table {
    border-collapse: collapse;
}

th {
    text-align: left;
}

.btn {
    background-image: -webkit-linear-gradient(top,#d9534f 0,#c12e2a 100%);
    background-image: -o-linear-gradient(top,#d9534f 0,#c12e2a 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#d9534f),to(#c12e2a));
    background-image: linear-gradient(to bottom,#d9534f 0,#c12e2a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #b92c28;
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
    width: 100%;
    height: 34px;
    border: none;
    cursor: pointer;
}

.logintb {
    text-align: left;
    margin: 45px auto 0;
}

.login {
    padding-bottom: 30px;
}

.loginform, .logintitle {
    margin: 2px 0;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
}

.logintitle {
    float: left;
    clear: left;
    width: 60px;
    font-weight: 700;
    color: #666;
}

.loginform {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 20px;
}

    .loginform .acc {
        position: absolute;
        top: 8px;
        left: 5px;
        width: 20px;
        height: 20px;
        padding-right: 6px;
        border-right: 1px solid #EEE;
        background: url(../images/user.png) no-repeat;
    }

    .loginform .pwd {
        position: absolute;
        top: 8px;
        left: 5px;
        width: 20px;
        height: 20px;
        padding-right: 6px;
        border-right: 1px solid #EEE;
        background: url(../images/key.png) no-repeat;
    }

    .loginform .txt {
        width: 236px;
        height: 30px;
        line-height: 25px;
        vertical-align: middle;
        border-color: #ccc;
        font-size: 16px;
        padding-left: 40px;
        color: #969696;
        border: 1px solid #ccc;
    }

    .loginform select {
        margin-top: 1px;
        padding: 1px;
        width: 156px;
    }

.loginnofloat {
    clear: both;
    margin: 10px auto;
}

    .loginnofloat .btn:active {
        background-position: 0 -34px;
        color: #FFF;
    }

.logintips {
    line-height: 160%;
    margin-left: 25px;
}

    .logintips a {
        margin: 0 5px;
        text-decoration: underline;
    }

.footer .copyright {
    position: static;
    border: none;
    text-align: center;
    font-size: 12px;
    color:#999;
}

.footer p {
    display: block;
    margin-bottom: 5px;
}

.login-panel {
    position: absolute;
    box-sizing: content-box;
    top: 0;
    left: 38%;
    width: 280px;
    padding: 0 50px;
    background-color: #fff;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    min-height: 100%;
}

    .login-panel .login-panel-heading {
        padding: 40px 0px 20px;
        margin: 80px 0 40px 0;
        text-align: center;
        border-bottom: 1px solid #999;
    }

    .login-panel a {
        color: #333;
        font-weight: 700;
        /* text-decoration: underline; */
    }

    .login-panel .logo {
        max-width: 280px;
        display: block;
        margin: 0 auto;
    }

    .login-panel .login-panel-body {
        padding-bottom: 20px;
        margin-bottom: 40px;
        text-align: center;
        border-bottom: 1px solid #fff;
    }

    .login-panel .version {
        margin-bottom: 10px;
        font-size: 18px;
        text-align: center;
    }

        .login-panel .version small {
            color: #999;
            font-size: 70%;
        }
