.input-group>.form-control:not(:last-child) {
    border-color: #ededee;
    border-radius: 15px;
    font-size: 13px;
    font-size: 0.8rem;
    padding: 7px 12px;
    line-height: 1;
    width: 150px;
}

.btn-light {
    position: absolute;
    top: -2px;
    right: 0;
    border: 0;
    background-color: transparent;
    height: 100%;
    z-index: 3;
}

.input-group, .input-group-cari {
    top: 30px !important;

}

@media screen and (max-width: 996px){
    .input-group, .input-group-cari {
        top: 15px !important;

    }
    
}