/* search_start */

.n3-search .form-control {
    border: unset;
    border-radius: 0.4rem 0 0 0.4rem;
}

.n3-search .d-table {
    table-layout: fixed;
}

.n3-search .d-table-cell {
    vertical-align: middle;
}

.n3-search .d-table-cell:last-child {
    width: 32px;
    border-left: 1px solid #EEE;
    overflow: hidden;
    border-radius: 0 4px 4px 0;
}

.n3-search .n3-btn-search::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.n3-search button {
    font-size: 1.3rem;
    background-color: #2196f3;
    color: #fcfcfc;
    display: block;
    border: unset;
    width: 100%;
    position: relative;
    padding-bottom: 100%;
}

.n3-search .bmd-form-group {
    display: block;
    margin-bottom: 0;
}

.n3-search input.form-control {
    padding: 8px;
    font-size: 1.3rem;
    color: #333;
    font-weight: normal;
    height: 32px;
    background-color: #efefef;
}

.n3-search button:hover {
    background-color: #0c0c0c;
    color: #fcfcfc;
}

.n3-search input::placeholder {
    font-size: 1.3rem;
    color: #000;
}


/* n3-search_end */