html {
    height: calc(100% - 0px);
}
body {
    background-color: rgb(255, 255, 255);
    height: 100%;*/
   /* /* height: calc(100% - 50px); */
    /* overflow-y: scroll; */
}
#wrapper {
    overflow: unset;
    background: rgb(255, 255, 255);
    box-shadow: unset;
    height: 100%;
}
#header2 {
    padding: 25px 0 0;
    border-bottom: unset;
}
.menu-wrap {
    background: rgb(255, 255, 255);
    display: table;
    width: 100%;
    position: 5px;
    position: relative;
    top: 0px; 
}
ul.sf-menu li.logo-wrapper{
    display: inline-block;
    width: 125px;
}
ul.sf-menu li.logo-wrapper img {
    max-width: 100%;
    position: absolute;
    top: -14px;
    left: 8px;
}
.sf-menu > li > a {
    border-left: medium none;
    border-top: medium none;
    padding: 25px 10px;
    text-decoration: none;
    color: rgb(35, 33, 33);
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}
.sf-menu > li:after {
    content: "";
    width: 0;
    height: 76px;
    background: rgba(255, 255, 255, 0);
    position: absolute;
    top: 0;
    transform: unset;
    margin-left: 0;
}
#content {
    height: calc(100% - 110px);
}
#footer2 {
    background: rgb(20, 18, 18);
    padding: 0px 0 0px;
}
.logo-wrapper {
    text-align: center;
    margin: 0 auto;
    width: 120px;
    margin-bottom: 30px;
}
.logregform input[type=checkbox] {
    height: 14px;
}