﻿.header {
    padding:28px 0;
    background-color:#fff;
}
/*.header > .container  .col-xs-8 > a {
    display:inline-block;
    width:35%;
}*/
.breaker {
    height:15px;
}
.backhome:visited,.backhome,.backhome:hover,.backhome:focus {
    display:inline-block;
    font-size:16px;
    color:#157bbe;
    /*font-weight:600;*/
    margin-top:20px;
    text-decoration:none;
}
.section {
    width: 100%;
    height: 600px;
    background: url(/image/login.jpg) center;
    background-size: auto;
}
.aside{
    height:600px;
    padding:60px 0;
}
.login_bg {
    height:490px;
    background:url(/image/login_bg_03.png) no-repeat 0 32px;
    background-size:80% auto;
}
.login_box {
    width:430px;
    height:560px;
    padding-top:80px;
    padding-left:55px;
    background:url(/image/login_box_03.png) no-repeat;
    background-size:auto 85%;
}
.login_box h3 {
    font-weight:500;
    margin-bottom:40px;
}
form {
    margin-top:20px;
    width:330px;
}
.input-group {
    border-bottom:1px solid #ededed;
}
.input-group-addon{
    border:none;
    border-radius:0;
    background-color:#fff;
    color:#bbb;
    padding:6px 8px;
    font-size:18px;
}
.form-control,.form-control:focus {
    border:none;
    border-radius:0;
    -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0);
    -moz-box-shadow: inset 0 0 0 rgba(0,0,0,0);
    box-shadow: inset 0 0 0 rgba(0,0,0,0);
}
.fontblue {
    color:#157bbe;
    font-size:14px;
}
.checkbox {
    padding-left:6px;
}
.forgetpasswords {
    display:inline-block;
}
.btns {
    margin-top:40px;
}
.btn-purple {
    border-radius:30px;
    background-color:#5753f5;
    border:1px solid #5753f5;
    box-shadow:0 4px 8px rgba(87,83,245,0.4);
    width:300px;
    color:#fff;
}
.btn-purple:hover,.btn-purple:hover:hover {
    color:#fff;
}
.footer {
    bottom:0;
    margin-top:80px;
}
    .footer {
        position: relative;
        /*top:0;*/
    }

    /*===========注册页样式START!!==============*/   
    .head {
        padding-top:28px;
        padding-bottom:28px;
    }
    
    .section_register {
        width:100%;
        height:auto;
        padding:80px 0;
        background:url(/image/register_02.jpg) no-repeat;
        background-size:cover;
    }
    .register_bg {
        height:454px;
        background:url(/image/register_bg_03.png) no-repeat center center;
        background-size:80%;
    }
    .register_box {
        width:400px;
        padding:32px 20px;
        background-color:#fff;
        border-radius:8px;
    }
    .register_box > form {
        width:358px;
    }
    .register_box > form .form-control,.form-control:focus, .register_box > form .input-group-addon {
        background-color:rgba(255,255,255,0.4);
        padding:10px 12px;
        height:38px;
    }
    .register_box > form .form-control,.form-control:focus{
        color:#555;
    }
    .register_box > form .input-group-addon {
        color:#999;
    }
    .register_box > form .input-group-addon.fontblue {
        color:#157bbe;
    }
     /*===========注册页样式END!!==============*/
     .font16 {
         font-size:16px;
     }
.resetBox {
    padding:80px 200px;
}
/*#nav-reset:before {
    display:block;
    content:"";
    width:850px;
    height:4px;
    background-color:#157bbe;
    position:relative;
    left:0;
    top:48px;
}*/
.nav-pills > li {
    padding:10px 10px;
}
.nav-pills > li > a,.nav-pills > li > a:hover,.nav-pills > li > a:focus {
    display:inline-block;
    margin-top:15px;
    font-size:15px;
    color:#999;
    background-color:rgba(0,0,0,0);
    padding:0;
}

.nav-pills > li > a > span {
    display:inline-block;
    width:24px;
    height:24px;
    border-radius:24px;
    font-size:14px;
    line-height:24px;
    text-align:center;
    padding:0;
    background-color:#ededed;
    color:#999;
    margin-right:6px;
}
.nav-pills > li.active > a,.nav-pills > li.active > a:hover,.nav-pills > li.active > a:focus {
    background-color:rgba(0,0,0,0);
    color:#157bbe;
}
.nav-pills > li.active > a > span, .nav-pills > li.active > a >span:focus, .nav-pills > li.active > a>span:hover {
    background-color:#157bbe;
    color:#fff;

}
.nav-pills > li.active >span {
    color:#157bbe;
}
.tab-content {
    padding:40px;
    /*border-top:1px solid #dedede;*/
}
.tab-content form {
    width:480px;
    margin-left:100px;
}
.tab-content form .form-control {
    border:1px solid #dedede;
    height:38px;
}
.btn-blue,.btn-blue:focus,.btn-blue:hover {
    background-color:#157bbe;
    padding-left:24px;
    padding-right:24px;
    color:#fff;
}
.mark {
    background-color:rgba(0,0,0,0);
    color:#fc6f12;
}
/*====重置密码页面样式END====*/
