#search-field-error-feedback {
    margin-bottom: 1px;

    background-color : white;
    border: solid red medium;
    border-radius : 5px;
    color : red;
    display : none;
    margin-left : 1em;
    padding : 0.25em;
    z-index : 10;
}