/**
 * Templatized CSS that uses config properties should go here. THis file will be rendered by the generateFiles engine.
 * CSS that do not require templating goes to the SPI.Config.AzureB2C project.
 */
.background.device-webapp {
    background: url('https://spi-prod-cdn.digprod.providence.org/brandeduisignupsignin/images/blue-people-background.jpg') no-repeat center;
    background-size: cover;
}

.password_criteria_checked_right, .password_criteria_checked_left {
    background-image: url('https://spi-prod-cdn.digprod.providence.org/brandeduisignupsignin/images/green-check.svg') !important;
    background-repeat: no-repeat;
}
