.search-element {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin: -30px 0 0 0;
    padding: 12px;
    position: relative;
}

@media only screen and (min-width: 600px) {
    .search-element {
        margin: -30px 15% 0 15%;
    }
}

.search-input {
    border: 1px solid lightgray;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 300;
    outline: none;
    padding: 2px 5px;
    width: 100%;
}

.search-icon-col {
    align-self: center;
}

.search-button {
    color: lightgray;
    text-align: center;
}

.search-button i {
    font-size: 28px;
}