@media (max-width: 650px) {
    .search_shelter {
        width: 98%;
    }

    .search_shelter > input[type="text"] {
        width: 100%;
        margin-bottom: 10px!important;
    }

    .search_shelter > span.input-group-btn {
        float: none;
    }
}