/*
#background-color-overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: radial-gradient(at center center, white 40%, rgba(255, 255, 255, 0.5));
}
*/
content {
    position: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: auto;
    padding: 50px 50px 100px 50px;
    height: 100%;
    background-image: url(/pages/portal/includes/resources/images/website/backgrounds/endless-constellation.svg);
}
content>form, content>.card {
    position: relative;
/*    top: -200px;*/
    max-width: 100%;
    background: white;
    box-shadow: 0px 0px 600px 300px white;
}