.b-c {
    width: 990px;
    margin: 0 auto;
    position: relative;
    border-bottom: 2px solid #e6e6e6;
    color: #999;
    font-weight: bold;
    font-size: 16px;
}
.b-c .num_ball {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 100%;
    background-color: #ccc;
    color: #fff;
    font-weight: 600;
    text-align: center;
}
.b-c .active {
    border-bottom: 2px solid #d1261c;
    color: #777;
}
.b-c .active .num_ball {
    background-color: #d1261c;
}
.b-c > div {
    height: 40px;
    line-height: 40px;
    padding: 0 45px;
}

.form-area {
    width: 380px;
}
.form-area .as-form-group input[type=password], .form-area .as-form-group input[type=text] {
    width: 100%;
}
@media (max-width: 992px) {
    .as-form-group input#security {
        width: 98px;
    }
    .as-form-group img#verify {
        width: 120px;
    }
}
input#security {
    width: 140px;
    display: inline;
}
select.as-form-control  {
    width: 278px;
}
select#city, select#province {
    display: inline-block;
    width: 48%;
}
.form-area-step2 {
     width: 410px;
}
.form-area-step2 input {
    max-width: 278px;
}
.btn-system {
    background-color: #d1261c !important;
}
.navbar {
    position: relative;
    min-height: 70px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
.navbar ul {
    height: 60px;
    padding-top:15px;
}
.navbar-header a {
    padding-top: 14px;
}


