html, body {
    min-height: 100%;
    background: #eee;
}
.navbar {
    margin-bottom: 0;
}
.navbar-back {
    color: #333;
}
.navbar-back:hover,
.navbar-back:focus {
    text-decoration: none;
}
.navbar-title {
    color: #333;
    font-size: 18px;
    font-weight: 500;
}
.title-font {
    text-align: center;
    font-size: 16px;
    font-weight: bold; 
    color: #0A83BA;
}
.search form {
    width: 400px;
    max-width: 100%;
    height: 580px;
    color: #777;
    background: #fff;
    padding: 20px 40px;
}
.search .form-group {
    border-bottom: 1px solid #cdcdcd;
    padding: 10px 0;
}
.search .form-group .glyphicon {
    font-size: 16px;
    line-height: 25px;
}
.search .form-group input {
    width: 80%;
    line-height: 25px;
    border: none;
    outline: none;
    margin-left: 10px;
}
.search .form-group input[name="code"] {
    width: 50%;
}
.search .form-group .send {
    width: 70px;
    line-height: 27px;
    text-align: right;
}
.search .form-group a:hover,
.search .form-group a:focus {
    text-decoration: none;
}
.search .form-group label.error {
    color: red;
    font-size: 12px;
    font-weight: normal;
    display: block;
    margin: 5px 28px 0;
}
.search .submit {
    background: #006ff8;
    margin-bottom: 10px;
}
.search .submit:active,
.search .submit:focus {
    outline: none;
    border-color: transparent;
}
.result {
    padding-top: 60px;
}
.result h4 {
    font-weight: bold;
    line-height: 24px;
    padding: 20px 0;
}
.result-name {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    background: #006ff8;
    border-radius: 4px;
    display: inline-block;
    padding: 6px 12px;
    margin-right: 10px;
}