:root {
  --color-darkGrey: #585858;
  --color-wineRed: #98002e;
  --color-darkGreen: #004f37;
}

.customLoginPageBody,
.customLoginBoxBody,
BODY.claro.customLoginBoxBody {
	margin: 0;
	background: transparent;
}
.customLoginPageBody,
.customLoginBoxBody {
	font-family: calibri;
}
.customLoginBoxBody {
	height: 100%;
}

.customLoginPageContainer {
	height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.customLoginPageHeader {
}
.customLoginPageHeader .logo{
	width: 300px;
	margin: 15px 15px 15px 50px;
}

.customLoginPageCenter {
   	display: flex;
    align-items: center;
    padding: 25px 0;
	flex-grow: 1;
	background-position: center;
}
.customLoginBoxContainer {
	width: 100%;
	height: 100%;
	display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
}
.customLoginPageIframe {
	width: 400px;
	height: 100%;
	margin-left: 50px;
	border: none;
}
.customForgotpasswordPage .customLoginPageIframe {
	width: 900px;
}
.customLoginBoxContainer .maint {
	margin-left: 50px;
}

.customLoginBoxBody {
    display: flex;
    align-items: center;
}

.customLoginBox {
	width: 350px;
	padding: 5px;
	background-color: white;
	color: white;
}
.customLoginBox,
.customPasswordInfoContainer {
	box-shadow: 3px 3px 10px var(--color-darkGrey);
}

.customLoginBoxHeader {
	height: 35px;
	display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-darkGreen);
    font-size: 18px;
}
.customLoginBoxHeader::after {
	content: "Willkommen im Projektraum der BImA";
}

.customLoginBoxContent {
/* 	padding: 5px 15px; */
}

.customLoginBoxContent,
.customLoginBoxContent a {
	color: var(--color-darkGrey);
}

.customLoginBoxTable {
	width: 100%;
	padding: 5px 15px;
}

.customLoginBoxTable td {
	padding: 10px 0 0 0;
}
.newPassword table.customLoginBoxTable {
	height: 130px;
}

table td.customLoginBoxLabel {
	width: 35%;
	vertical-align: middle;
	font-size: 13px;
}
.newPassword table td.customLoginBoxLabel {
	width: 40%;
}
table td.customLoginBoxLabel b{
	font-weight: normal;
}

.customLoginBoxInfo::after {
	content: "Dieser Bereich steht nur registrierten Benutzern zur Verfügung.";
    font-size: 12px;
}

.customLoginBoxInput {
	width: 100%;
	margin: 0;
	
}

.customLoginBoxField form {
	margin: 0;
}

button.customLoginBoxButton {
	width: 90px;
	height: 20px;
	float: right;
	font-family: calibri;
	font-size: 12px;
}

.customLoginBoxHelp a,
.customLoginBoxForgotPassword a{
	font-size: 10px;
    text-decoration: none;
}

.customLoginBoxForgotPassword {
	float: right;
}

.customPasswordInfoContainer {
	width: 330px;
	background-color: #ffffffe5;
    padding: 10px 10px 0 10px;
    margin-left: 50px;
    font-size: 11px;
}
.customPasswordInfoContainer .maxMatchLength br {
	display: none;
}

.customLoginBoxMessageContainer {
	height: 80px;
    padding: 15px 15px;
    font-size: 11px;
	color: black;
}

.customLoginBoxErrorMessageRow {
	font-size: 11px;
	color: red;
}

.customLoginBoxFooter {
	height: 20px;
	display: flex;
    align-items: center;
    justify-content: center;
	background-color: var(--color-wineRed);
    font-size: 11px;
}
.customLoginBoxFooter::after {
	content: "WeltWeitBau GmbH | Albertinenstraße 3 14165 Berlin | www.wwbau.de";
}
.customExportedFileViewer .customLoginBoxFooter {
	margin-top: 20px;
}

.customLoginPageImpressum {
	height: 190px;
	display: flex;
	justify-content: space-between;
	padding: 15px 50px;
	background-color: var(--color-darkGrey);
	font-size: 14px;
	color: white;
}
.customLoginPageImpressum b {
	font-size: 15px;
}
.customLoginFooter .copyright {
	margin: 5px 10px;
	color: grey;
}
