/* Remove "civica pension" svg and replace with client specific one */

/* Login page */
#LoginHeadingSvg {
	display:none;
}

.heading-svg-wrapper
{
	width: 400px;
	height: 60px;
	background-image:  url(/Content/workflow360/images/Names.svg);
	background-repeat: no-repeat;
	background-size: 400px 60px;
	margin-left: 0 !important;
}

/* Home page */
.topbar-home svg {
	display:none;
}

a.topbar-home {
	width: 365px;
	height: 55px;
	background-image:  url(/Content/workflow360/images/Name.svg);
	background-repeat: no-repeat;
	background-size: 365px 55px;
	margin-left: 25px;
}

/* Remove the logo and replace with client specific one */

/* Login page */
#LoginLogoSvg {
	display:none;
}

.logo-wrapper {
    background-image: url(/Content/workflow360/images/Branding.svg);
    background-position: 30% 30%;
    width: 450px;
    background-repeat: no-repeat;
}

/* Home page */
.sidebar-digital-icon svg {
	display:none;
}

.sidebar-digital-icon {
    width: 50px;
    height: 60px;
    background-image: url(/Content/workflow360/images/Branding.svg);
    background-repeat: no-repeat;
    background-size: 50px 60px;
}