﻿a {
    color: #0c68b2;
}

.btn-warning {
    background-color: #0c68b2;
    border-color: #0c68b2;
}
    .btn-warning:hover {
        background-color: #171f5e;
        transition-duration:.39s;
        border-color: #171f5e
    }

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: 35px 0px;
    background-color: #fff;
 
    
    border: 1px solid #dddddd;
}
.kj-login-form ul{
    border-bottom:1px solid #eeeeee !important;
}
.kj-login-form-out {
    width: 425px;
    float: right;
}

.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;
    color: #0c68b2;
    
}

.nav-tabs.nav-justified > li > a {
    border: 0;
    border-radius: 4px 4px 0 0;
    color: #333;
    font-size: 18px;
}

.kj-logo img {
}


.input-group {
    width: 80%;
    margin: 0 auto;
    border:1px solid #eee;
    border-radius:4px;
}

.input-group-addon {
    width: 90px;
    line-height: 0;
    border:none;
    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:none;
   box-shadow:none;
}

.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;
}
.kj-logo-reg{
    text-align:left;
}
.kj-logo-reg img{
    max-width:370px;
}
.kj-login-form-out {
    border: 10px solid #2b8ae3;
}

.form-group .kj-reg {
    margin: 0 auto;
    margin-top: 5px;
    border-radius: 4px !important;
    width: 80% !important;
    padding:8px;
}

.kj-login-bottom {
    width: 80%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}
.kj-logo-reg {
    padding-top: 50px;
    padding-bottom: 50px
}
.kj-usr-center {
    background: url('../images/regbg.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 40px 0;
}
.kj-get-code {
    border-color: #eee;
    border-right: none;
    border-top: none;
    border-bottom:none;
}
.kj-reg-foot {
    background: #fff;
    border-top: 1px solid transparent;
    margin-top: 35px;
}
.kj-login-form .nav-tabs > li > a:hover{
    background-color:transparent;
    color:#0c68b2;
}
@media (max-width: 767px) {
    h1 {
        font-size: 22px;
    }
    .kj-reg-foot {
        background: #fff;
        border-top: 1px solid transparent;
        margin-top: 20px;
    }
    .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-usr-center {
        background-image: none;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
        .kj-login-form-out{
            width:100%;
        }
        .kj-logo-reg {
            text-align:center;
        }
        .kj-logo-reg {
            padding-top: 50px;
            padding-bottom: 15px
        }
}

