.splash-image {
    background-image: url( experience_web/images/about.png) !important;
    background-position: center center;
    background-repeat: no-repeat;
    height: 204px;
}

.logout-image {
    background-image: url( experience_web/images/about.png) !important;
    background-position: center center;
    background-repeat: no-repeat;
    width: 460px;
    height: 110px;
    background-color: #f1f1f1;
}

.settings-printer {
    background-image: url( experience_web/images/settings/print40x40.png) !important;
    background-position: center center;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
}

.settings-export {
    background-image: url( experience_web/images/settings/Download-Drive.png) !important;
    background-position: center center;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
}

.settings-resubmission {
    background-image: url( experience_web/images/settings/Recent-Documents.png) !important;
    background-position: center center;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
}

.settings-run {
    background-image: url( experience_web/images/settings/Run.png) !important;
    background-position: center center;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
}

.login-image {
    background-image: url(experience_web/images/login_screen.png);
    background-repeat: no-repeat;
    background-position: center center;
}