/*--------------------------------------------------------------------------------------------------
 All color settings applied via a theme stylesheet unless the class is unique to this site only
--------------------------------------------------------------------------------------------------*/

.site-header {
	background-color:#F0F0F0;
    background-image:url(/_ckcommon/images/backgrounds/smoke.jpg);
	background-size:cover;
	background-position:center bottom;
	background-repeat:no-repeat;
}



.profile-navbar {
	box-shadow:none !important;
}

/*-----------------------------------------------------------------------------
Common Pages
------------------------------------------------------------------------------*/
div[data-ck-pid="ckcommon.login"] {
}
	div[data-ck-pid="ckcommon.login"] .ckcommon {
		background-image: url('/_ckcommon/images/backgrounds/smoke.jpg');
		background-size:contain;
		background-position: center center;
		background-repeat: no-repeat;
		
	}
	div[data-ck-pid="ckcommon.login"] .site-header {
		display: none;
	}