html,body,table{
    background-color:#f5f5f5;
    width:100%;
    text-align:center;
}
html {
    overflow-x: auto;
    overflow-y: auto;
}
body, label, input, button, select, textarea, .uneditable-input, .navbar-search .search-query {
    font-family: Helvetica, Georgia, Arial, sans-serif, 宋体;
}
body, html {
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
}
input[type="text"], input[type="password"] {
    transition: border linear .2s,box-shadow linear .2s;
    margin-left: 0;
    display: inline-block;
    padding: 4px 6px;
    margin-bottom: 10px;
    line-height: 20px;
    vertical-align: middle;
}
.login-wrap {
    width: 100%;
    height: 100%;
    padding-top: 9%;
    box-sizing: border-box;
    background-image: linear-gradient(-180deg, #F4F8F9 0%, #E5EAEB 100%);
    position: relative;
}
.login-bg {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
}
.small-icon {
    position: absolute;
    top: 33px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}
/*.form-signin-heading{*/
/*    font-family:Helvetica, Georgia, Arial, sans-serif, 黑体;*/
/*    font-size:36px;*/
/*    margin-bottom:20px;*/
/*    color:#0663a2;*/
/*}*/
.form-signin{
    position:relative;
    text-align:left;
    width:326px;
    padding:48px 48px 30px;
    box-sizing: border-box;
    margin:0 auto 20px;
    background: #fff url('../images/login-modal-bg.png') no-repeat top center;
    border-radius:5px;
    -webkit-box-shadow:0 4px 10px 0 #E6E6E6;
    -moz-box-shadow:0 4px 10px 0 #E6E6E6;
    box-shadow:0 4px 10px 0 #E6E6E6;
    z-index: 1;
}
.form-signin .checkbox{
    margin-bottom:10px;
    color:#0663a2;
}
.form-signin .input-label{
    font-size:14px;
    line-height:23px;
    color: #B7B7B7;
}
.form-signin #themeSwitch{
    position:absolute;
    right:15px;
    bottom:10px;
}
.form-signin div.validateCode {
    padding-bottom:0;
    margin-top: 10px;
}
.mid{
    vertical-align:middle;
}
.alert{
    margin: 10px 0 0;
    padding: 0;
    border: none;
    background-color: #fff;
    font-size: 12px;
    color: #FF6D4A;
    box-sizing: border-box;
}
label.error{
    background:none;
    font-weight:normal;
    color:inherit;
    margin:0;
    padding: 0;
}
.small-login-err {
    margin-right: 5px;
    vertical-align: middle;
}
.footer {
    position: relative;
    z-index: 1;
    font-size: 12px;
    color: #B7B7B7;
}
.footer a {
    font-size: 12px;
    color: #B7B7B7;
}
.login-logo {
    display: block;
    margin: 0 auto 75px
}
.login-item {
    width: 100%;
    height: 38px;
    position: relative;
    margin-bottom:10px;
}
.password-wrap {
    margin-bottom: 0;
}
.item-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.forgot-btn {
    position: absolute;
    height: 36px;
    line-height: 36px;
    padding-right: 10px;
    background: #fff;
    font-size: 12px;
    color: #B7B7B7;
    top: 1px;
    right: 1px;
    cursor: pointer;
}
.forgot-btn a {
    color: #B7B7B7;
    text-decoration: none;
}
.form-signin .input-block-level{
    font-size:16px;
    height:38px;
    padding-left: 32px;
    border: 1px solid #E9EFF4;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 0 1000px white inset;
    width: 100%;
    min-height: 30px;
    box-sizing: border-box;
}
.form-signin .input-block-level:focus {
    -webkit-box-shadow: 0 0 0 1000px white inset;
    border-color: rgba(82,168,236,0.8);
    outline: 0;
}
.captcha {
    padding-bottom: 0;
    margin-top: 10px;
}
.captcha input {
    border: 1px solid #E9EFF4 !important;
    font-weight: bold;
    width: 45px;
    margin-bottom: 0;
    background-color: #fff;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    transition: border linear .2s,box-shadow linear .2s;
    display: inline-block;
    height: 20px;
    padding: 4px 6px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    vertical-align: middle;
    border-radius: 4px;
}
.captcha input:focus {
    -webkit-box-shadow: 0 0 0 1000px white inset;
    border-color: rgba(82,168,236,0.8);
    outline: 0;
}
.captcha img {
    height: auto;
    max-width: 100%;
    border: 0;
}
.captcha a {
    outline: none;
    color: #2fa4e7;
    text-decoration: none;
    font-size: 13px;
}
input::-webkit-input-placeholder{
    color: #DCE0E5 !important;
    font-size:12px;
}
.form-signin .btn.btn-large{
    width: 230px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #4DA1FF;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    padding: 0;
    margin: 20px 0 0;
    box-shadow: none;
    cursor: pointer;
    -webkit-appearance: button;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
    border: 1px solid;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    display: inline-block;
}
.form-signin .btn.btn-large:focus {
    background-color: #4DA1FF;
    outline: none;
}
.form-signin .btn.btn-large:hover {
    opacity: .8;
}
.hide {
    display: none;
}

