.navbar .brand {
    line-height: 32px;
    text-shadow: none;
    padding: 20px !important;
    color: #fff;
    margin-left: 0;
    padding-left: 0;
    max-width: 120px !important;
}
#searchBar button:hover {
    background: #b077eb;
}
#searchBar button {
    color: #fff;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, .4);
    background: #8224e4;
    border-radius: 0 5px 5px 0;
    border: 1px solid #8224e4;
    font-size: 18px;
    padding: 0 1.5em;
    height: 50px;
    position: absolute;
    top: 24px;
    right: -1px;
}