﻿:root {
    --logo-url: url(/resources/sponsorship-registration/images/svg/logo-white.svg);
}

.thank-you-content-wrapper__tenant-logo {
    background-image: url(../images/svg/logo-white.svg);
    width: 230px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: contain;
}

.main-content-wrapper .bg-image[data-url="/sponsorship-registration/v1"] {
    background-image: linear-gradient(to right, #fff 0%, transparent 100%), url(../images/jpg/sol-overview-view-bg.jpg);
}

.main-content-wrapper .bg-image[data-url="/sponsorship-registration/v1/Wizard/Welcome"] {
    background-image: linear-gradient(to right, #fff 0%, transparent 100%), url(../images/jpg/sol-registration-welcome-bg.jpg);
}

.main-content-wrapper .bg-image[data-url="/sponsorship-registration/v1/Wizard/AuthorizedAdmin"] {
    background-image: linear-gradient(to right, #fff 0%, transparent 100%), url(../images/jpg/sol-registration-authorized-admin-bg.jpg);
}

.main-content-wrapper .bg-image[data-url="/sponsorship-registration/v1/Wizard/Summary"] {
    background-image: linear-gradient(to right, #fff 0%, transparent 100%), url(../images/jpg/sol-registration-summary-bg.jpg);
}
