.google .input-group-prepend {
    width: 15%;
    height: 40px;
}

.google .input-group-apend {
    width: 85%;
}

.google .input-group-prepend .input-group-text {
    width: 100%;
    text-align: center;
}

.google .input-group-apend .btn {
    border-radius: 0;
    margin-top: 1px;
    height: 38px;
}

.form-control {
    /* padding-top: 10px; */
    /* padding-bottom: 10px; */
    /* border: none; */
    /* border-bottom: 1px solid #ced4da; */
    border-radius: 0;
}