.search-bar-form-control {
    position: relative;
}

.search-bar-form-control .form-control {
    padding-right: 3.5rem;
}

.search-bar-form-control .btn {
    color: #0046AD;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
}

.search-bar-form-control .btn span {
    font-size: 1.75rem;
    color: #0046AD;
    position: relative;
    top: -0.15rem;
}
