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

body .logoBig {
    background: url("logo_big.png") no-repeat;
    left: 90px;
    background-size: 175px;
    height: 70px;
}

body .logoSmall {
    background: url("logo_small.png") no-repeat;
    width: 149px;
    height: 37px;
}

#loginBackground {
	background-image: url("background.jpg");
}

body.uploadLinkArea {
	background: url("background.jpg") no-repeat center center fixed;
}
