.blog-search-page__form {
    position: relative;
    margin-top: 12px;
    margin-bottom: 12px;
}

.blog-search-page__form-input--text {
    width: 100%;
    height: 30px;
    padding: 5px;
}

.blog-search-page__form-input--submit {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #89af2d;
    box-shadow: none;
    border: none;
    background-image: url("images/search.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px;
    transition: all 0.3s;
}
.blog-search-page__form-input--submit:hover {
    background-color: #a9cf34;
}
