﻿.login h4 {
    font-size: 1.25rem;
    font-weight: 600;
    font-family: var(--primary-font-family);
}

#header ul#menu,
#header .btn-place-new-ad,
#header a.mobile.search,
#footer,
.searchbar {
    display: none;
}
.login #Name {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    padding: 0;
    border: 0;
    z-index: -1;
}
