.header {
    background: none;
    position: relative;
}
.header .information {
    padding: 0 !important;
    position: relative;
}
.footer .logo, .header .logo {
    display: block;
    height: 100px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
}
.footer .logo .logo-image, .header .logo .logo-image {
    height: 34px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
}
.header .logo .logo-image {
    margin-top:33px;
}
.footer .logo .logo-image {
    background-color: white;
    padding: 10px;
    background-origin: content-box;
    width: 200px;
    height:50px;
}
.btn-default {
    margin-right:30px;

}
.btn-logout {
    width: 165px;
}
@media (min-width: 600px) {
    .btn-logout {
        position: absolute;
        top: 20px;
        right: 0px;
    }
}
.footer {
    background: transparent;
    position: relative !important;
    margin-top: 20px;
}
