.headerLogo {
    margin-right: 15px;
}
.login-wrapper {
    background: url(/images/panorama_loop.svg) 25.2rem bottom/150% no-repeat, linear-gradient(#c90900, #c90900) 25.2rem bottom/100% no-repeat !important;
}
@media screen and (max-width:768px) {
    .login-wrapper {
        background: none !important;
    }
}
