.form-control,
.btn-group-vertical>.btn, 
.btn-group>.btn {
    width: 100%;
    height: 40px;
    display: block;
    color: #666;
    opacity: .8;
    font-size: 14px;       
    border: 0px;
    padding: 0px 20px;
    border-radius: 6px;
    background-color: #f7f7f8;
    text-align: left;
}

.multiselect-search {
    background-color: #fff;
    height: 34px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.btn-blue {
    height: 40px;
    line-height: 40px;
    color: #2a77fb;
    border: 0px;
    font-size: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: transparent;
}

.btn-auth {
    width: 90px;
    height: 30px;
    color: #fff;
    line-height: 30px;
    border-radius: 6px;
    border: 0px;
    background-image: linear-gradient(246deg, #2a77fb, #8db7ff);
}


@media screen and (max-width: 768px)
{
    .form-control,
    .btn-group,
    #slider-range {
        margin-bottom: 10px;
    }
}


.btn-search {
    color: #fff;
    padding: 0px 20px;
    background-image: linear-gradient(180deg, #2a77fb, #8db7ff);
    border-radius: 6px;
}