/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_Agorae
 * @author    Webkul
 * @copyright Copyright (c) Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */

.logo {
    margin: 0 0 0 45px;
}
.page-header .panel.wrapper {
    background-color: #00d0af;
}

.block-search {
    float: left;
    margin-top: 6px;
    padding-left: 54px;
}
.block-search input {
    background-color: #00d0af;
    border: 2px solid white;
}
.block-search input::-moz-placeholder {
    color: white;
}

.block-search .action.search:before {
    background-color: white;
    color: #00d0af;
    font-size: 18px;
    font-weight: bold;
    width: 35px;
}
.block-search .action.search.disabled,
.block-search .action.search[disabled],
fieldset[disabled] .block-search .action.search {
    width: auto;
}
.block-search .action.search {
    right: 2px;
}