::selection {
    color: #fff;
    background-color: #FF9900;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus{
    outline: none;
}
body {
    background: #e6e8ea;
    font-family: "微软雅黑";
}

button, input, optgroup, select, textarea {
    font-family: "微软雅黑";
}
.login_main {
    width: 100%;
    height: 100%;
    background-image: url("/ui/image/login_bg.jpg");
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.login-box {
    width: 420px;
    margin: 110px auto;
    padding: 20px 40px;
    background: #fff;
    box-sizing: border-box;
    border-radius: 20px;
}

.login-box .header {
    /*background: #414141;*/
    color: #000000;
    text-align: center;
    /* margin: -20px -20px 20px -20px; */
    padding: 3px 15px 22px;
    font-size: 22px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/*.login-box .login{
	padding: 20px 5px;
}*/
.form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
}

.input-group-addon i {
    width: 14px;
    text-align: center;
}

#usage-blank {

    background: linear-gradient(#f8f8f8, #eeeeee);
    position: fixed;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    border-top: 1px solid #afafaf;
    box-shadow: 0 -2px 1px -1px rgba(0, 0, 0, 0.05);
    padding-left: 5%;
}
.control-label {
    padding-left: 0 !important;
    letter-spacing: 8px;
}
