.input {
    position: relative;
    display: inline-block;
    font-size: 20px;
}

.input-search {
    /* background: #6788; */
    /* width: 240px; */
    height: 50px;
    border: none;
    outline: none;
    padding: 0 25px;
    border-radius: 25px 0 0 25px;
}

.input-search-button {
    background: rgb(106, 133, 249);
    position: relative;
    border-radius: 0 25px 25px 0;
    /* width: 150px; */
    height: 50px;
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    transition: 0.5s;
}

.input-search-button:hover {
    background: #ff5722;
    transition: 0.5s;
}

.form-control {
    border: 1px solid #ced4da;
    padding: 0.375rem 0.75rem;
}

.link-a:hover {
    text-decoration: none;
}
