/* Your custom css */
.bg--dark {
    --color: #ebeef0 !important;
    background-color: var(--color) !important;
}

.header-middle {
    padding: 10px 0px;
}
.header-wrapper .logo a,
.header-wrapper .logo img {
    width: 140px;
}
.header-search-form {
    width: 50%;
}
.header-form-group input {
    height: 35px;
}