﻿a {
    color: #53a195;
}
a:hover {
    color: #1b6954;
}
.btn-warning {
    /*background-color: #53a195;*/
    background: #53a195;
    /*border-color: #53a195;*/
    border: 0;
    transition: all 0.2s linear 0s;
}

    .btn-warning:hover, .btn-warning:focus {
        /*background-color: #1d267e;*/
        transition-duration: .39s;
        /*border-color: #1d267e*/
        background: #1b6954;
    }

body {
    background-color: #fff;
}

h1 {
    font-size: 24px;
}
.kj-login-form .has-error .input-group {
    border-color: #dd5246;
}
.kj-login-form .input-group input {
    border-radius: 4px !important;
    overflow: hidden;
}
.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;
    border-radius:5px;
}

    .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: #53a195;
}

.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-radius: 5px;
}

.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-phone-rebg{
    display:none;
}
.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: #53a195;
}

@media (max-width: 767px) {
    h1 {
        font-size: 22px;
    }
    .kj-phone-rebg {
        display: none;
        max-width: 100%;
        position: fixed;
        bottom: 0;
        z-index: -1;
        opacity: 0.2;
    }
        .kj-reg-foot {
            border-top: 1px solid transparent;
            margin-top: 20px;
            margin-bottom: 20px;
            background: none;
            color: #333;
            line-height: 18px;
            text-align: center;
            opacity: 0.8;
            font-size: 12px;
        }
        .kj-reg-foot a{
            color:#fff !important;
        }
        .kj-logo img {
            width: 100%;
            height: initial;
        }
 
    body {
        /*background: rgb(42, 116, 187);*/
        padding-bottom: 30px;
    }
    .kj-logo-reg img {
        /*filter: grayscale(100%) brightness(500%);*/
    }
    .kj_login_message {
        min-height: 40px;
        height: auto;
        line-height: 30px;
    }

    .kj_login_inner {
        background: none;
        background-size: initial;
        height: auto;
    }

    .kj-login-form {
        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: 0px !important;
    }

    .kj-login-form-out {
        width: 100%;
        box-shadow:0 0 5px rgba(0,0,0,0.3);
    }

    .kj-logo-reg {
        text-align: center;
    }

    .kj-logo-reg {
        padding-top: 50px;
        padding-bottom: 15px
    }
}
