
.main-search__input {
    width: 100%;
    height: 42px;
    padding-left: 10px;
    border: 2px solid #390894;
    border-radius: 5px;
    outline: none;
    background: #fff;
    color: #9E9C9C;
}

.main-search__button {
    position: absolute;
    top: 0;
    right: 0px;
    width: 45px;
    height: 42px;
    border: none;
    background: #390894;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    color: #fff;
}

.main-search__button img{
    color: #fff;
}