
.logoBig {
    background: url("MM-WST-Logos_BDB_Startseite.png") no-repeat !important;
    left: -38px !important;
    background-size: 342px !important;
    height: 70px !important;
    width: 450px;
}

.logoSmall {
background: url("MM-WST-Logo_Innen.png") no-repeat !important;
width: 132px !important;
height: 46px !important;
background-size: 132px !important;
margin-top: 6px !important;
}
.userControl {
margin-left: 142px !important;
}


#loginBackground {
	background: url("shutterstock_1393627289.png") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#loginAdditionalHeader {
	width: 376px;
	height: 100px;
	content: ' ';
	background-color: white;
	border-radius: 0 0 10px 10px;
	left: calc(50% - 187px);
	position: absolute;
}
#loginAdditionalHeader .headerImage {
	background: url("MM-WST-Logos_BDB_Startseite.png") no-repeat !important;
	left: 22px;
	background-size: 342px !important;
	height: 70px !important;
	width: 450px;
	position: absolute;
	top: 10px;
}
.logo.logoBig {
	display: none;
}
.login .forgottenContainer, .login .loginContainer {
	height: unset;
	top: calc(50% - 120px);
}
.loginForm {
	margin-top: 40px;
}
.login .loginBone::before, .login .loginBone::after {
	color: white;
	font-size: 17px;
}
.login .loginBone::after {
	position: absolute;
	top: 20px;
	left: 0;
}
.login .cavokButton {
	bottom: 3px;
	right: 1px;
	top: inherit;
}
.login a, .login .forgottenContainer, .login .requestContainer, .login .forgottenContainer h2 {
	color: white;
}
