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

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

.login .logo {
    position: relative;
    margin-bottom: 30px;
    margin-top: 30px;
}

.login .loginContainer {
    background-color: #00000055;
}

.logoBig {
    background: url("img/logo.png") no-repeat;
    left: 0px;
    background-size: 253px;
    height: 50px;
    width:unset !important;
}

.main .userControlPanel .userControl {
    margin-left: 161px;
    margin-top: 9px;
}

.main .userControlPanel .logo {
    margin-left: -3px;
    margin-top: 11px;
    position: absolute;
}

.logoSmall {
    background-image: url("img/logo.png");
    background-size: contain;
    width: 156px !important;
    height: 26px !important;
}

:root {
    --cavok-login-text-color: white;
    --cavok-login-input-placeholder-color: white;
}
