#register-background {
    background-image: url('../images_new/login-background-01.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
}

@media screen and (max-width: 768px) {
    #register-background {
        background: none;
    }
}