.header-body{
    width: 100%;
    overflow: hidden;
    
}

.header{
    z-index: 5;
    display: flex;
    align-items: center;
    position: relative;    
    height: 60px;
    padding: 10px 15px;
    margin: 0;
    background-color: white;
    box-shadow: 0px 0px 13px -6px rgba(0,0,0,0.5);
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: rgba(0,0,0,0.1);
    overflow: hidden;
}

.header .header-logo{
    height: 45px;
    width: auto;
}