﻿body {
    font-family: Arial, Georgia, sans-serif;
    color: #FFF;
    background: url(../../Images/Keys/loginbg.png) repeat;
    font-size: 14px;
}

.login-content {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
}

.kc-version {
    text-align: center;
    color: #FFF;
    line-height: 48px;
    font-size: 12px;
}

.logo {
    display: block;
    width: 400px;
    height: 43px;
    background: url(../../Images/kc_new_logo.png) no-repeat 50% 0;
    text-indent: -9999px;
}

.login-content span {
    color: #FFF;
    margin-left: 20px;
    width: 110px;
    text-align: right;
    display: inline-block;
}

.login-content input {
    background: #25292C;
    font-size: 12px;
    padding-left: 8px;
    color: #FFF;
    border: none;
    width: 220px;
    display: inline-block;
    line-height: 27px;
    height: 27px;
}

.staff-login {
    background: #2F3336;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.8);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,.8);
    -o-box-shadow: 0 0 2px rgba(0,0,0,.8);
}

.l-title {
    background: #4A5255;
    line-height: 50px;
    height: 50px;
    font-size: 18px;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    -webkit-box-shadow: inset 0 1px 1px #676F72;
    -moz-box-shadow: inset 0 1px 1px #676F72;
    -o-box-shadow: inset 0 1px 1px #676F72;
}

.l-t-img {
    height: 16px;
    margin-left: 20px;
    margin-right: 20px;
    _margin-top: 17px;
}

.l-row {
    line-height: 60px;
    height: 64px;
    padding-top: 1px;
    border-bottom: 1px solid #000;
    -webkit-box-shadow: 0 -1px 0 #222629,inset 0 1px #373B3E;
    -moz-box-shadow: 0 -1px 0 #222629,inset 0 1px #373B3E;
    -o-box-shadow: 0 -1px 0 #222629,inset 0 1px #373B3E;
}

.btn-login {
    display: block;
    background: url(../../Images/Keys/blankbtn.png) no-repeat;
    line-height: 61px;
    width: 105px;
    color: #63CCFB;
    text-align: center;
    font-size: 18px;
    margin-left: 248px;
    margin-top: 2px;
    cursor: pointer;
}

.login-content input::-webkit-input-placeholder, .login-text.placeholder {
    color: #FFF !important;
}
/*FF下recover*/
.login-content input:-moz-placeholder {
    color: #1AD;
}
/*登录文本框模块结束*/

.copyright {
    color: gray;
    text-align: center;
    font-weight: normal;
    font-size: 12px;
    padding-top: 5px;
}
