:root {
	--primary-color1: rgb(0 126 54);
	--primary-color2: rgb(146 208 86);
}

.projectTitleImageContainer { display: none }
.projecttitle .objecthead { opacity: 0 }


/* login page */
.customLoginPageBody {
	margin: 0;
	background-color: white;
	font-size: 12px;
	color: white;
}

.customLoginPageHeader {
	height: 40%;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.customLoginPageLogo {
    padding: 40px 0 0 40px;
}

.LMULogo {
	width: 500px;
}

.customLoginPageTitle {
	padding: 5px;
	background-color: var(--primary-color1);
	font-size: 67px;
	text-align: center;
}

.customLoginPageContent {
	height: 60%;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.customLoginPageCenter {
	width: 30%;
	height: 100%;
	min-width: 500px;
	background: linear-gradient(#ffffffa8, transparent);
	display: flex;
    flex-direction: column;
    align-items: center;
}

.customLoginPageLeft,
.customLoginPageRight {
	width: 40%;
}

.customLoginPageRight {
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

.customLoginPageImpressum {
	width: 150px;
    padding: 0px 20px 20px 0;
}

.customLoginPageImpressum a {
	color: white;
	text-decoration: none;
}

.customLoginPageIframe {
	width: 400px;
	height: 100%;
	margin-top: 50px;
	border: none;
}

/* login box */
.customLoginBoxBody {
	background: transparent;
	margin: 0 !important;
}

.customLoginBox {
	min-height: 210px;
	background-color: white;
	display: flex;
    flex-direction: column;
	overflow: hidden;
	box-shadow: 3px 3px 3px 0px grey;
	color: var(--primary-color1);
	
}

.customLoginBox form {
	margin: 0;
}

.customLoginBoxHeader {
	padding: 5px 20px;
	margin-bottom: 20px;
	background-color: var(--primary-color1);
	font-size: 22px;
	color: white;
}

.customLoginBoxTable {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	color: inherit;
}

.customLoginBoxTable td {
	padding: 3px;
}

.customLoginBoxInput {
	width: 100%;
	height: 20px; 
	margin: 4px 0px;
}

.customLoginBoxLabel {
	width: 30%;
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle;
}

.newPassword .customLoginBoxLabel {
	width: 50%;
	font-weight: normal;
	font-size: 15px;
}

.forgotPassword .customLoginBoxLabel {
	font-weight: normal;
}

form[name="CheckPassword"] .customLoginBoxLabel {
	width: 40%;
}

td.customLoginBoxButtonCell {
	padding-top: 10px;
	padding-bottom: 10px;
}

.customLoginBoxButton {
	float: right;
	font-size: 13px;
}

.customLoginBoxField .password-eye {
	margin-top: 6px !important;
}

td.customLoginBoxHelp, td.customLoginBoxForgotPassword {
	padding-top: 20px;
}

.customLoginBox a {
	font-size: 10px;
	font-weight: bold;
	color: inherit;
	text-decoration: none;
}

.customLoginBoxForgotPassword {
	float: right;
}

.customLoginBoxMessageContainer {
	height: fit-content; 
	text-align: center;
}

.customLoginBoxErrorMessageRow, .customLoginBoxErrorMessageRow a {
	font-size: 12px;
	color: red;
}

/* PTS */
.brandingIcon {
	height: 25px;
	margin-right: 8.5px !important;
}

/* simpleMessage.jsp */
.customLoginPageBody .dialog .titel {
	background-color: rgb(0 126 54);
}
.customLoginPageBody .dialog .titelicon {
	display: none;
}
.customLoginPageBody .dialog .titeltextbereich {
	margin-left: 18px;
}
.customLoginPageBody .dialog .meldung {
	margin-top: 7px;
	margin-bottom: 7px;
}
.customLoginPageBody .dialog .buttonbereich {
    margin-bottom: 20px;
}
.customLoginPageBody .dialog .buttonbereich .button {
	width: 110px;
	margin: 0 50px 0 50px;
}
.customLoginPageBody .dialog .buttonbereich .button .label {
	display: flex;
    justify-content: space-around;
}
.customLoginPageBody .dialog .buttonbereich .button img {
/* 	margin-right: 5px; */
}
