.search-wrapper {
    margin-top: 10px;
    display: flex;
    justify-content: center
}

.form-wrapper {
    border: 1px solid;
    border-radius: 6px;
    width: 50%;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
@media (max-width:540px){
    .form-wrapper {
        width: 80%;
    }
}
@media (min-width:540px) and (max-width:720px){
    .form-wrapper {
        width: 70%;
    }
}
.form-group-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 48px;
    margin-bottom: 0;
    padding: 0 8px;
    font-size: 16px
}

.search-input {
    margin-left: 8px;
    width: 100%;
}
.search-icon {
    background-color: #fff;
}
