body,
html {
    background-color: #490eea;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #fff;
}

#cw_content {
    background-color: #490eea;
    height: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#cw_content .cw_logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#cw_content .cw_logo img {
    filter: brightness(0) invert(1);
    max-width: 40%;
}

@media screen and (max-width: 992px) {
    #cw_content .cw_logo img {
        max-width: 70%;    
    }
}