.color-black {
    color: #000000;
}

.input-shadow {
    border-radius: 10px;
    box-shadow: 0 3px 0 #5bb4d8;
}

.login-ico {
    font-size: 20px !important;
    color: #5BB4D8 !important;
    margin-left: 13px !important;
}

.form-control {
    padding-left: 53px !important;
}

.bg-white {
    background-color: white !important;
}

.span-mid-line {
    border-right: 1px solid #e5e5e5;
    width: 1px;
    height: 22px;
    margin-right: 256px;
    margin-top: 7px;
    float: right;
}

.new-color-blue {
    color: #5BB4D8 !important;
}

.new-color-black {
    color: #6D7B88 !important;
}

.login .content {
    background: none;
}

.btn-login {
    border-radius: 10px !important;
    box-shadow: 0 3px 0 #5bb4d8;
    width: 300px;
    background-color: #113d64;
    color: #5BB4D8 !important;
}

.copyright {
    margin-top: 30px !important;
}

.copyright span {
    font-size: 23px;
}

.login {
    background-image: none;
    background-color: rgba(212, 230, 240, 1) !important;
}

.div-input-text-sep-line {
    width: 10px;
    height: 23px;
    border-right: 1px solid #ddd;
    margin-top: 6px;
    position: absolute;
    z-index: 9;
    margin-left: 33px
}

.forget-password {
    margin-top: -16px !important;
}

.new-color-black {
    color: #6D7B88 !important;
}

.footer {
    margin-top: 75px !important;
}

.logo {
    margin-top: 30px !important;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #E51928 !important;
    color: #E61121 !important;
}

.login {
    background: url("../images/index-background.png") no-repeat scroll 0 0 !important;
    background-attachment: fixed !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.icon-rwe-login-username {
    background-image: url("../images/icons.png");
    background-position: -345px -225px;
    height: 26px !important;
    margin-top: 3px !important;
    width: 26px !important;
}

.icon-rwe-login-password {
    height: 26px !important;
    width: 26px !important;
    background-image: url("../images/icons.png");
    background-position: -345px -9px;
    margin-top: 3px !important;
}

.icon-rwe-login-info {
    height: 26px !important;
    width: 26px !important;
    background-image: url("../img/icons.png");
    background-position: -345px -151px;
    margin-top: -4px !important;
}

.alert {
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 6px;
}

div.checker span.checked {
    background-image: url("../images/icons.png");
    background-position: -733px -14px !important;
}

div.checker.focus span.checked {
    background-image: url("../images/icons.png");
    background-position: -733px -14px !important;
}

.chk_1 {
    display: none;
}

.chk_1 + label {
    background-color: #FFF;
    border: 1px solid #C1CACA;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 7px;
    display: inline-block;
    position: relative;
    margin-right: 10px;
}
.chk_1 + label:active {
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.chk_1:checked + label {
    background-color: #ECF2F7;
    border: 1px solid #92A1AC;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
    color: #243441;
}

.chk_1:checked + label:after {
    content: '\2714'; /*勾选符号*/
    position: absolute;
    font-size: 13px;
    line-height: 18px;
    font-weight: normal;
    top: -2px;
    left: 0px;
    color: #5BB4D8;
    width: 100%;
    text-align: center;
    padding: 1px 0 0 0;
    vertical-align: text-top;
}