html
{
	background: url(../images/layout/bg-logo.png) no-repeat, linear-gradient(180deg, #f0f0f0 0%, #f3f3f7 100%);
	height: 100vh;
}

.navbar-brand
{
	background: url(../images/layout/logo-reverse.png) no-repeat;
	font-size: 0px !important;
	width: 200px;
	height: 25px;
	display: inline-block;
	background-size: contain;
	padding: 0;
	line-height: 0;
}

.logo-picto
{
	background: url(../images/layout/logo-picto.png) no-repeat;
	width: 420px;
	height: 42px;
	display: block;
	background-size: contain;
	background-position: 50%;
	padding: 0;
	margin: auto;
}

select.crm-functionality option:checked {
	background: linear-gradient(to right, #23BCBA 0%, #76B043 200%);
	color: white;
}