#modalFind {
    display: none;
    width: 100%;
}
.search__input {
    width: 100%!important;
    height: 100px!important;
    font-size: 3em!important;
    color: #000000!important;
    border-bottom: 1px solid #000000!important;
    font-family: 'Source Sans Pro', sans-serif;
}

.search__input:hover {
    border-bottom: 1px solid #000000!important;
}

.icons {
    font-size: 5em!important;
    color: #000000!important;
}

.findPost , .exit {
    background-color: transparent;
    box-shadow: none;
}

.findPost:hover , .exit:hover {
    background-color: transparent;
    box-shadow: none;
}
