﻿a {
    color: #0000ff;
}

.kj_login_inner{
    margin-top:10%;
}
.btn-warning {
    background-color: #0094e7;
    border-color: #0094e7;
}
    .btn-warning:hover {
        background-color: #0094e7;
        border-color: #0094e7;
    }
    .btn-warning:focus,
    .btn-warning.focus {
        color: #fff;
        background-color: #0094e7;
        border-color: #0094e7;
    }

    .btn-warning:hover {
        color: #fff;
        background-color: #0094e7;
        border-color: #0094e7;
    }

    .btn-warning:active,
    .btn-warning.active,
    .open > .dropdown-toggle.btn-warning {
        color: #fff;
        background-color: #0094e7;
        border-color: #0094e7;
    }

        .btn-warning:active:hover,
        .btn-warning.active:hover,
        .open > .dropdown-toggle.btn-warning:hover,
        .btn-warning:active:focus,
        .btn-warning.active:focus,
        .open > .dropdown-toggle.btn-warning:focus,
        .btn-warning:active.focus,
        .btn-warning.active.focus,
        .open > .dropdown-toggle.btn-warning.focus {
            color: #fff;
            background-color: #0094e7;
            border-color: #0094e7;
        }

    .btn-warning:active,
    .btn-warning.active,
    .open > .dropdown-toggle.btn-warning {
        background-image: none;
    }

    .btn-warning.disabled:hover,
    .btn-warning[disabled]:hover,
    fieldset[disabled] .btn-warning:hover,
    .btn-warning.disabled:focus,
    .btn-warning[disabled]:focus,
    fieldset[disabled] .btn-warning:focus,
    .btn-warning.disabled.focus,
    .btn-warning[disabled].focus,
    fieldset[disabled] .btn-warning.focus {
        background-color: #0094e7;
        border-color: #0094e7;
    }

    .btn-warning .badge {
        color: #0094e7;
        background-color: #fff;
    }

body {
    background-color: #fff;
}

h1 {
    font-size: 24px;
}

.kj_reg_logo {
    height: 80px;
    line-height: 80px;
}

    .kj_reg_logo span {
        font-size: 24px;
        margin-left: 5px;
        display: inline-block;
        vertical-align: middle;
    }

.kj_login_message {
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: rgb(255,248,240);
    color: rgb(153,153,153);
}

    .kj_login_message span {
        color: rgb(72,71,70);
    }



.kj-login-form {
    padding: 30px 20px;
    background-color: #fff;
    width: 360px;
    margin: 0px auto;
    border:1px solid #dddddd;
}

.tab-content {
    margin-top: 20px;
}

.nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: 0;
    background: #0094e7;
    color: #fff;
}

.nav-tabs.nav-justified > li > a {
    border: 0;
    border-radius: 4px 4px 0 0;
    color: rgb(102,102,102);
}


    .kj-logo img {
    }


.input-group {
    width: 100%;
}

.input-group-addon {
    width: 90px;
    line-height: 0;
    text-align: justify;
    text-justify: distribute-all-lines; /*ie6-8*/
    text-align-last: justify; /* ie9*/
    -moz-text-align-last: justify; /*ff*/
    -webkit-text-align-last: justify; /*chrome 20+*/
}

.kj-login-bottom {
    padding: 10px;
}

.kj-login-bottom-right {
    float: right;
}

hr {
    margin-bottom: 0px;
}

.input-group-addon {
    background-color: #fff;
    border-radius: 0;
    border-right: 0;
}

.btn {
    border-radius: 0;
}

.form-control {
    border-left: 0;
    border-radius: 0;
}

.kj_footer {
    margin-top: 30px;
    height: 80px;
    text-align: center;
    padding-top: 20px;
    line-height: 24px;
    border-top: 1px solid rgb(230,230,230);
}


.wechat_confirm_bar{
    background-color:#f0f0f0;
    padding:10px;

    margin:8px;
    border-radius:10px;
}

@media (max-width: 767px) {
    h1 {
        font-size: 22px;
    }

    .kj-logo img {
        width: 100%;
        height: initial;
    }

    body {
        background-color: #fff;
        padding-bottom: 30px;
    }

    .kj_login_message {
        min-height: 40px;
        height: auto;
        line-height: 30px;
    }

    .kj_login_inner {
        background: none;
        background-size: initial;
        height: auto;
    }

    .kj-login-form {
        background-color: initial;
        border: 0;
        padding: 10px;
        width: 100%;
        margin-right: 0;
        float: none;
        margin-top: 0;
    }
}

.kj-login-bottom a{color:#333;}
    .kj-login-bottom a:hover {
        text-decoration:underline;
    }


.form-control{box-shadow:none;}