form {
    background-color: #4654e1;
    max-width: 300px;
    height: 44px;
    border-radius: 6px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
input {
    all: unset;
    font: 16px system-ui;
    color: #fff;
    height: 100%;
    width: 100%;
    padding: 6px 10px;
}
    ::placeholder {
    color: #fff;
    opacity: 0.7; 
}
button {
    all: unset;
    cursor: pointer;
    width: 44px;
    height: 44px;
}
.icons{
    color: #fff;
}
.searchf{
    float: right;
}