h4 {
    text-align: center;
}

.nav {
    display: inline-block;
}

.input, .button {
    display: inline-block;
}

label.required::after {
    content: ' *';
    color: red;
}

.add-news {
    margin-left: 10%;
}

.button {
    display: inline-block;
    outline: none;
    cursor: pointer;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    padding: 2px 16px;
    height: 32px;
    min-width: 60px;
    min-height: 32px;
    border: none;
    color: #fff;
    background-color: #2079fd;
    margin-bottom: 10px;
}

.button:hover {
    background-color: #0066ff;
}

.button-search {
    display: inline-block;
    outline: none;
    cursor: pointer;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    height: 32px;
    min-width: 40px;
    border: none;
    color: #fff;
    background-color: #2079fd;
    margin-right: 10px;
}

.button-search:hover {
    background-color: #0066ff;
}

.search-bar {
    padding: 7px;
    border-radius: 6px;
    font-size: 16px;
    background: #fbfbfb;
    border: 2px solid transparent;
    height: 36px;
    box-shadow: 0 0 0 1px #dddddd, 0 2px 4px 0 rgb(0 0 0 / 7%), 0 1px 1.5px 0 rgb(0 0 0 / 5%);
}

.search-bar:focus{
    border: 2px solid #000;
    border-radius: 4px;
}

.button-filter {
    display: inline-block;
    outline: none;
    cursor: pointer;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    height: 32px;
    min-width: 60px;
    min-height: 32px;
    color: #000;
    background-color: #fff;
}

.button-filter:hover {
    background-color: #e9eaec;
}

.login-form {
    text-align: center;
    margin: 5%;
}