.input-with-label #text-and-checkbox input[type=checkbox].checkbox-search-varieties {
    margin: 0 24.67px 0 -20px;
    width: 42px;
    padding: 0;
    height: 42px;
}
.input-with-label #text-and-checkbox input[type=text].text-search-varieties {
    width: 282px;
}

@media screen and (max-width: 1199px) {
    .input-with-label #text-and-checkbox input[type=text].text-search-varieties {
        width: 154.34px;
    }

    .input-with-label #text-and-checkbox input[type=checkbox].checkbox-search-varieties{
        margin: 0 24.67px 0 -20px;
    }

    .input-with-label input[type=text]#search-beneficiary {
        width: 201px;
    }
}

@media screen and (max-width: 500px) {
    .input-with-label #text-and-checkbox input[type=text].text-search-varieties {
        width: 90%;
        margin-right: 10px
    }
    .input-with-label #text-and-checkbox input[type=checkbox].checkbox-search-varieties {
        margin: 0px;
    }
    .input-with-label input[type=text]#search-beneficiary {
        width: 100%;
    }
}
