
.card-header .clientname {
        background-image: url('/content/css/nipv-logo.png');
        background-size: 200px;
        background-repeat: no-repeat;
        display: block;
        position: relative;
        text-indent:0; 
		height: 80px;
		width: 245px; 
		margin-left: auto;
		margin-right: auto;
        text-align: center;
}

.clientname {
	background-image: url('/content/css/nipv-logo.png');
	background-repeat: no-repeat;
	background-size: 116px;
	display: block;
	position: relative;
	margin-top: -30px;
	font-size: 7em;
	text-indent:0;
	height:50px;
	overflow:hidden;
	width:117px;
}

.navbar--main .navbar-brand, .login-page .login-brand {
	text-indent: -9999px;
	font-size: inherit ;
}
