body.afc-auth-background {
    background: #070b14 !important;
    background-image: none !important;
    background-attachment: initial !important;
    position: relative;
    overflow-x: hidden;
}

body.afc-auth-background #polyCanvas {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

body.afc-auth-background .bg-icons {
    display: none;
}

body.afc-auth-background .page-wrap {
    position: relative;
    z-index: 1;
}

