#bg-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    opacity: 0.4;
    filter: blur(6px);
    /*color: rgb(255, 0, 68);*/
}

#bg-wrap svg {
    width: 100%;
    height: 100%;
    color: rgba(255, 51, 0, 0.8);
}

/*.register-page #bg-wrap {*/
/*    opacity: 0.3;*/
/*}*/

@media screen and (max-width: 450px) {
    #bg-wrap {
        width: 100%;
        top: 0;
    }
}