/* multiconnect */
/* skinning values */
:root
{
	--login-logo: url("/static/img/skin_multiconnect/start_logo.png") no-repeat !important;
	--background-color: white !important;
}

/* main color */
.skinColor1_bg{background-color:#00386d !important;}

/* secondary color */
.skinColor2_bg,
.skinColor2_bgHover:hover{background-color:#92D315 !important;}

/* START */

#start #logo{position:absolute; left:-30px; top:20px; width:183px; height:35px; background:url(../img/skin_multiconnect/start_logo.png);}
#start #splash{margin-bottom:1px; width:538px; height:190px; background:url(../img/skin_DEFAULT/start_main.jpg);}

/* INDEX */

#index #logo{position:absolute; left:30px; top:20px; width:160px; height:31px; background:url(../img/skin_multiconnect/logo_header.png);}

/* APPLICATION */

#app #logo{position:absolute; left:30px; top:20px; width:160px; height:31px; background:url(../img/skin_multiconnect/logo_header.png);}

