﻿.text-search {
    font-size: 16px;
    padding: 12px;
    border: 1px solid #AFAFAF;
    background-image: url(/wp-content/themes/wp-bootstrap-starter-eri/inc/assets/images/icon_search.png);
    background-repeat: no-repeat;
    background-position-x: 16px;
    background-position-y: 12px;
    text-indent: 38px;
}

@media (max-width: 576px) {
    .text-blog-search {
        width: 100%
    }
}