﻿@media screen and (max-width: 600px) {
    .row {
        flex-direction: column;
    }
    .col{
        margin: 0 auto;
    }
}

.input-group > .input-group-prepend {
    flex: 0 0 20%;
}

.input-group .input-group-text {
    width: 100%;
}