.search-form {
    display: flex;
    align-items: center;
}


.search-button {
    padding: 6px 19px;
    margin-left: -55px;
    font-size: 14px;
    border-radius: 0 4px 4px 0;
    background-color:  white;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 0;
}

.search-button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.search{
    display: block!important;
}

.nav-item-list_link{
    white-space: nowrap;
}

.login-error {
    color: #d63638;
    background-color: #fcf0f1;
    border-left: 4px solid #d63638;
    padding: 12px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 14px;
  }