.login-wrapper {
    background: url("/images/custom-background.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}
header .header__logo {
    width: 99px;
    height: 50px;
    background: url(/assets/img/logo.svg) no-repeat center center/100% 100%;
}