/*
 *  * Positioning and size values are corresponding to the original cavok logo and can be adapted
 *   */

.logoBig {
	    background: url("logo.png") no-repeat !important;
	        left: 30px !important;
		    background-size: 195px !important;
		        height: 70px !important;
		}

.logoSmall {
			    background: url("logo-small.png") no-repeat !important;
			        width: 99px !important;
				    height: 34px !important;
			    }

/*
 *  * change the login background mage
 *   */
#loginBackground {
		background: url("login-image.jpg") no-repeat center center fixed;
			-webkit-background-size: cover;
				-moz-background-size: cover;
					-o-background-size: cover;
						background-size: cover;
					}

					/*
					 *  * change the cavok application background image
					 *   */
#cavokBackground {
		background: url("background-image.jpg") no-repeat center center fixed;
			-webkit-background-size: cover;
				-moz-background-size: cover;
					-o-background-size: cover;
						background-size: cover;
					}

body.body.downloadLinkArea {
background-image: url( './Kromer.gif' );
}
