.top-bar {
    background-color: #18a3de;
}
.top-bar .logo {
    max-height: 32px;
}
.btn.btn-active {
    border-left-color: #18a3de;
}
.submit {
    background-color: #18a3de;
    color: #ffffaa;
}
.submit.active, .submit:hover {
    background-color: #19abe9;
    color: #ffffaa;
}
