.logoBig {
	background: url("HWI_Logo.png") no-repeat !important;
	left: -23px !important;
	top: 5px !important;
	background-size: 300px 97px !important;
	width: 300px !important;
	height: 203px !important;
}

.logoSmall {
	background: url("HWI_Logo_smal.png") no-repeat !important;
	background-size: 100% !important;
	width: 130px !important;
	height: 43px !important;
}
.main .userControlPanel .userControl {
        margin-left: 140px;
}
.login .loginPane {
	top: -95px !important;
}

.login .loginContainer {
	height: 290px;
	#left: calc(50% );
}

.uploadLinkArea {
      background-image:url("./uploadlink.png") !important;
}

.uploadLinkArea .displayText {
color: white !important;
}

.uploadLinkArea .middleContent {
height: -o-calc(100vh - 140px) !important;
height: -webkit-calc(100vh - 140px) !important;
height: -ms-calc(100vh - 140px) !important;
height: -moz-calc(100vh - 140px) !important;
height: calc(100vh - 140px) !important;
margin-top: 0;
top: 120px;
background: rgba(32,32,32,0.8) !important;
color: white !important;
}

.uploadLinkArea .welcomeTeaser {
height: 100%;
}

.uploadLinkArea .description {
height: -o-calc(100% - 100px);
height: -webkit-calc(100% - 100px);
height: -ms-calc(100% - 100px);
height: -moz-calc(100% - 100px);
height: calc(100% - 100px);
}

#loginBackground {
	background: unset;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #005288;
}

.login #copyrightBox, .login .forgottenContainer, .login .loginContainer, .login .requestContainer {
        background: white;
}


#loginAdditional#Impressum {
    background: rgba(0,0,0, 0.8);
    bottom: 0px;
    font-family: "Lucida Grande","Lucida Sans Unicode",Arial,sans-serif !important;
    font-size: 11px !important;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-top: 10px;
    position: fixed;
    right: 0px;
    text-align: right;
    width: 100%;
}
#copyrightBox {
    display: none;
}
#loginAdditionalImpressum a {
    margin-left: 15px;
}
.custom_login_window {
   font-size: 12px;
}
.custom_login_window ul {
   margin-left: 12px;
}
.requestAccountForm .cavokHybridGroup {
    margin-top: 24px;
    width: 100%;
}
.requestAccountForm .cavokInput {
    width: 100%;
}
.requestAccountForm .cavokHybridItem.inputOrSelect {
    width: 100%;
}
.requestAccountForm .cavokHybridItem.inputOrSelect .sbHolder {
    width: 100%;
}
/*
.requestAccountForm .cavokHybridItem.inputOrSelect .sbSelector {
    width: calc(100% - 56px);
}
*/
.requestAccountForm .cavokHybridItem.inputOrSelect .sbOptions {
    width: 100%;
}

.login .cavokButton, .login .cavokHybridGroup{
	background-image: unset;
	background-color: #005288; /*#002e60;*/
}
.login .cavokHybridGroup input:checked + label{
	background-image: unset !important;
        background-color: #002e88;
}
.requestAccountForm .cavokInput:nth-child(6), .requestAccountForm .cavokInput:nth-child(7), .requestAccountForm .cavokInput:nth-child(8) {
	display: none;
}
.pageFooterInsert {
	left: 4px;
	position: absolute;
}
