.customLoginPageBody {
	margin: 0;
	font-family: "Roboto", serif;
	font-weight: 400;
	font-style: normal;
}

.customLoginPageContainer {
	height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.customLoginPageHeader{
	height: 130px;
	padding: 30px;
}

.customLoginPageCenter {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-grow: 1;
    padding: 0px 30px;
}

.customLoginPageBanner,
.customLoginBoxBanner,
.customLoginBoxContainer {
	height: 100%;
	width: 50%;
}
.customLoginBoxContainer {
	position: relative;
}
.customLoginPageBanner,
.customLoginBoxBanner {
    padding: 8px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.customLoginPageBanner img,
.customLoginBoxBanner img {
	height: 345px;
	float: right;
}

.maintContainer {
	position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 1px;
    margin: auto;
}
.customLoginBoxContainer .maint {
    position: absolute;
    width: 470px;
    left: 8px;
    bottom: 190px;
    margin-bottom: 0;
}

.showPasswordInfoBody .customLoginPageBanner {
	display: none;
}
.showPasswordInfoBody .customLoginBoxContainer {
	width: 100%;
}

.customLoginPageIframe {
	height: 100%;
    width: 100%;
    border: none;
}

.customLoginPageFooter {
	display: flex;
    justify-content: space-between;
	padding: 20px 30px;
	background-color: #bbbec4;
    font-size: 16px;
    text-align: end;
}
.customLoginPageFooter a {
	color: black;
	text-decoration: none;
}


.customLoginBoxBody {
	height: 100%;
	display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 0;
}
.showPasswordInfoBody.customLoginBoxBody,
.LoginPageLink.customLoginBoxBody {
	justify-content: center;
}

.customLoginBox {
	width: 450px;
	height: 325px;
	padding: 10px;
	background-color: rgb(31, 55, 92);
	color: white;
	font-family: "Roboto", serif;
	font-weight: 400;
	font-style: normal;
}
.forgotpasswordBox.customLoginBox,
.customExportedFileViewer .customLoginBox {
	height: auto;
}

.customLoginBox,
.customPasswordInfoContainer,
.maint {
	box-shadow: 3px 3px 7px black;
}

.customLoginBoxHeader {
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    font-size: 20px;
    color: rgb(31, 55, 92);
    background-color: white;
}
.customLoginBoxHeader::after {
	content: "Willkommen im Projektraum der GSE";
}

.customLoginBoxTable {
	width: 100%;
	height: 230px;
	padding: 0 10px;
	margin-bottom: 20px;
}
.forgotPassword table.customLoginBoxTable,
.newPassword table.customLoginBoxTable,
.customExportedFileViewer table.customLoginBoxTable {
	height: auto;
	margin-top: 20px;
	margin-bottom: 15px;
}

.customLoginBoxTable.LoginPageLink {
	height: auto;
}

.customLoginBoxTable td {
	padding: 0;
}
.forgotPassword .customLoginBoxTable td,
.newPassword .customLoginBoxTable td,
.customExportedFileViewer .customLoginBoxTable td  {
	padding-top: 10px;
}

.forgotPassword .customLoginBoxTable td.customLoginBoxLabel,
.newPassword .customLoginBoxTable td.customLoginBoxLabel,
.customExportedFileViewer .customLoginBoxTable td.customLoginBoxLabel  {
	padding-top: 18px;
}

td.customLoginBoxInfo {
	padding: 5px 0 20px 0;
	text-align: center;
	vertical-align: bottom;
}
.customLoginBoxInfo::after {
	content: "Dieser Bereich steht nur registrierten Benutzern zur Verfügung.";
    font-size: 15px;
    color: white;
}

table td.customLoginBoxLabel {
	width: 22%;
	font-size: 15px;
	color: white;
	padding-top: 8px;
}
.newPassword table td.customLoginBoxLabel {
	width: 48%;
}
.customExportedFileViewer table td.customLoginBoxLabel {
	width: 34%;
}
table td.customLoginBoxLabel b,
.customLoginPageCenter .authLogin.container .formLabel b {
	font-weight: normal;
}

.customLoginBoxField form {
	margin: 0;
}

.customLoginBoxInput {
	width: 100%;
	margin: 0;
    height: 35px;
}

button.customLoginBoxButton,
.LoginPageLink .customLoginBoxButton {
	width: 100px;
	height: 30px;
	padding: 0;
	float: right;
	font-size: 12px;
}

.customLoginBox a,
.customExportedFileViewer .customLoginBox a {
	color: rgb(184, 196, 68);	
	font-size: 15px;
	text-decoration: none;
}

.customLoginBoxForgotPassword {
	float: right;
}

.customLoginBoxFooter {
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 15px;
    background-color: white;
}
.customLoginBoxFooter,
.customLoginBoxFooter a,
.customExportedFileViewer .customLoginBoxFooter a {
    font-size: 12px;
    font-weight: normal;
    color: rgb(31, 55, 92);
}


.customLoginBoxMessageContainer {
	height: 80px;
    padding: 15px 15px;
    font-size: 13px;
}

.customLoginBoxErrorMessageRow,
.customLoginBoxErrorMessageRow a {
	font-size: 13px;
	color: red;
}


.customPasswordInfoContainer {
	width: 400px;
	background-color: white;
    padding: 10px 10px 0 10px;
    margin-right: 30px;
    font-size: 14px;
	float: left;
	color: rgb(31, 55, 92);
}
.customPasswordInfoContainer .maxMatchLength br {
	display: none;
}