﻿a {
    color: #006ecd;
}
a:hover {
    color: #0e943f;
}
.btn-warning {
    /*background-color: #006ecd;*/
    background: #006ecd;
    /*border-color: #006ecd;*/
    border: 0;
    transition: all 0.2s linear 0s;
}

    .btn-warning:hover, .btn-warning:focus {
        /*background-color: #154ea1;*/
        transition-duration: .39s;
        /*border-color: #154ea1*/
        background: #f10000;
    }

body {
    background-color: #fff;
}

h1 {
    font-size: 24px;
}
.kj_login_inner{
    background:url(../images/login_bg.jpg) no-repeat center;
    background-size:cover;
    min-height:100vh;
}





.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: 2px;
    background: #fff;
    border-radius:30px 30px 0 0;
    min-height:660px;
    overflow:hidden;
    position:relative;
}
.kj-login-form .tips {
    font-size: 14px;
    color: #989a9f;
    text-align:center;
    position:absolute;
    bottom:15px;
    left:0;
    line-height:28px;
    width:100%;
}

.kj-login-form ul {
      border:0 !important;
}

.kj-login-form-out {
    width: 425px;
    float: right;
}

.tab-content {
    margin-top: 100px;
}

.nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
}
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border: 0;
}
.nav-tabs.nav-justified > li > a {
    border: 0;
    color: #868686;
    font-size: 18px;
    padding: 0;
    line-height: 44px;
    display: block;
    font-weight: bold;
    position: relative;
    background: #d4e0fa;
    border-radius:30px 0 40px 0 !important;
}
.nav-tabs.nav-justified > li:nth-child(2) > a {
    border-radius: 0 30px 0 40px !important
}
.nav-tabs.nav-justified > li > a:after{
    content:"";
    background:#0100f5;
    width:0;
    height:5px;
    border-radius:30px;
    position:absolute;
    bottom:0;
    left:50%;
    transform:translateX(-50%);
    transition:all 0.2s linear 0s;
}
.nav-tabs.nav-justified > li:hover  a{
    color: #0b0aeb;
}
.nav-tabs.nav-justified > li.active > a {
    color: #0b0aeb;
    background:none;
}
.nav-tabs.nav-justified > li.active > a:after{
    width:18px;
}
.input-group {
    margin: 0 25px;
    width: calc(100% - 50px);
    border-bottom: 1px solid #cccccc;
    position:relative;
}
.input-group span.requird{
    color:red;
    position:absolute;
    left:0;
    top:0;
    width:12px;
    text-align:center;
    line-height:48px;
    z-index:10;
}
.input-group input{
    height:48px;
    line-height:48px;
    box-shadow:none;
    font-size:18px;
    color:#333;
    padding:0 12px;
}
.input-group input:focus,.has-error .form-control:focus{
    box-shadow:none;
    outline:none;
}
.has-error .form-control{
    box-shadow:none;
}
.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 img {
        max-width: 100%;
    }

.kj-login-form-out {
    border-radius: 5px;
}
.form-group{
    margin-bottom:12px;
}
.form-group .kj-reg {
    margin:32px 25px  0 25px;
    border-radius: 30px !important;
    width: calc(100% - 50px);
    padding:0;
    border:0;
    text-align:center;
    font-size:16px;
    color:#fff;
    font-weight:bold;
    line-height:53px;
    background:linear-gradient(to right, #0100f5, #6666ff,#bbbbff);
}
    .form-group .kj-reg:hover {
        background: linear-gradient(to left, #0100f5, #6666ff,#bbbbff);
    }
    .form-group .kj-reg:focus{
        border:0;
        outline:none;
    }
      .form-group .kj-reg:active{
          position:relative;
          top:2px;
      }
.kj-login-bottom {
    padding:0 25px;
    display:flex;
    justify-content:space-between;
    height:28px;
    align-items:center;
    margin-top:20px;
}
.kj-login-bottom a{
    font-size:16px;
    color:#222222;
}
.kj-login-bottom a:last-child{
    color:#0303f4;
}
.kj-login-bottom a:hover{
     color:#0303f4;
     text-decoration:underline;
}
.kj-reg-bottom {
    text-align: center;
    font-size: 16px;
    color: #989a9f;
    line-height:28px;
    margin-top:20px;
}
.kj-reg-bottom a{
    color:#0303f4;
}
.kj-reg-bottom a:hover{
     text-decoration:underline;
}

.kj-usr-center {
    display:flex;
    align-items:center;
    width:100%;
   min-height:100vh;
   justify-content:space-between;
}
.kj-phone-rebg{
    display:none;
}
.kj-get-code {
    border:0 !important;
    background: linear-gradient(to right, #0100f5, #6666ff,#bbbbff);
    font-size:16px;
    color:#fff !important;
    border-radius:30px !important;
    padding:0 12px;
    line-height:36px;
}
.kj-get-code:hover{
    background: linear-gradient(to left, #0100f5, #6666ff,#bbbbff);
}
.kj-get-code:focus{
    border:0;
    outline:none;
    box-shadow:none;
}

.kj-reg-foot {
    background: #fff;
    border-top: 1px solid transparent;
    margin-top: 35px;
}
@media (max-width: 1020px) {
    .kj-usr-center{
        justify-content:center;
    }
    .kj-logo-reg{
        display:none;
    }
}

@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 {
        padding:0 !important;
    }
    .kj-logo-reg img {
        /*filter: grayscale(100%) brightness(500%);*/
    }
    .kj_login_message {
        min-height: 40px;
        height: auto;
        line-height: 30px;
    }
    .kj-login-form{
        border-radius:20px;
        min-height:350px;
        padding-bottom:30px;
    }


    .kj-login-form-out {
        width: 100%;
    }

    .kj-logo-reg {
        text-align: center;
    }

    .kj-logo-reg {
        padding-top: 50px;
        padding-bottom: 15px
    }

    .tab-content{
        margin-top:30px !important;
    }
    .form-group{margin-bottom:0;}
    .input-group input{height:42px;line-height:42px;font-size:14px;}
    .input-group span.requird{line-height:42px;}
    .form-group .kj-reg{margin-top:20px;line-height:40px;font-size:14px;}
    .kj-reg-bottom{margin-top:10px;font-size:14px;}
    .kj-get-code{line-height:30px;font-size:14px;}
    .kj-login-bottom a{font-size:14px;}
}
