@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("https://static.scc.kit.edu/kit-2020/fonts/roboto/roboto-v20-latin-ext-regular.woff2") format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

.customLoginPageBody {
	margin: 0;
	font-family: "Roboto", sans-serif;
}

.customLoginPageContainer {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.customLoginPageLogo img {
	margin: 45px 0 100px 30px;
}

.customLoginBoxContainer {
	position: absolute;
    right: 62px;
    top: 100px;
	width: 860px;
	height: 400px;
}

.customLoginPageIframe {
	width: 100%;
	height: 100%;
	border: none;
}

.customLoginPageCenter {
	flex-grow: 1;
	margin-bottom: 20px;
}

.customLoginPagePictureTable {
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 70px 0 30px;
}
.customLoginPagePictureTable .row,
.customLoginPagePictureTable .cell {
	border-radius: 0px 60px;
	background-size: cover;
	background-repeat: no-repeat;
    background-position: 0 10%;
}
.customLoginPagePictureTable .row {
	width: 100%;
	margin-bottom: 20px;
}
.customLoginPagePictureTable .cell{
	width: 32%;
	
}

.customLoginPageFooter {
    display: flex;
    justify-content: space-between;
	padding: 10px 30px;
	background: #f2f2f2;
}
.customLoginPageFooter,
.customLoginPageFooter a {
	color: black;
	font-size: 12px;
	text-decoration: none;
}

/* customLoginBox */
.customLoginBoxBody.customExportedFileViewer {
	margin: 8px;
	background: transparent;
}

.customLoginBox {
	float: right;
	width: 386px;
/* 	padding: 5px; */
	background-color: white;
	border-radius: 0px 30px;
}
.customLoginBox a {
	color: black;	
}

.customLoginBox,
.customPasswordInfoContainer {
	box-shadow: 3px 3px 7px;
}

.customLoginBoxHeader {
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    font-size: 18px;
    color: white;
    background-color: #009682;
    border-radius: 0 30px 0 0;
}
.customLoginBoxHeader::after {
	content: "Willkommen im Projektraum des KIT";
}

.customLoginBoxTable {
	width: 100%;
	padding: 10px 20px 20px 20px;
}

.customLoginBoxTable td {
	padding: 10px 0 0 0;
}
.newPassword table.customLoginBoxTable {
	height: 130px;
}

table td.customLoginBoxLabel {
	width: 22%;
	vertical-align: middle;
	font-size: 13px;
}
.newPassword table td.customLoginBoxLabel {
	width: 48%;
}
.customExportedFileViewer table td.customLoginBoxLabel {
	width: 34%;
}
table td.customLoginBoxLabel b,
.customLoginPageCenter .authLogin.container .formLabel b {
	font-weight: normal;
}

td.customLoginBoxInfo {
	padding: 5px 0;
	text-align: center;
}
.customLoginBoxInfo::after {
	content: "Dieser Bereich steht nur registrierten Benutzern zur Verfügung.";
    font-size: 10px;
}

.customLoginBoxInput {
	width: 100%;
	margin: 0;
    height: 20px;
    border: solid 1px lightgrey;
}

.customLoginBoxField form {
	margin: 0;
}

button.customLoginBoxButton {
	width: 90px;
	height: 20px;
	padding: 0;
	float: right;
	font-family: calibri;
	font-size: 11px;
}


.customLoginBoxHelp a,
.customLoginBoxForgotPassword a {
	font-size: 10px;
    text-decoration: none;
    color: black;
}

.customLoginBoxForgotPassword {
	float: right;
}

.customPasswordInfoContainer {
	width: 350px;
	background-color: white;
    padding: 10px 10px 0 10px;
    margin-left: 50px;
    font-size: 12px;
	float: left;
}
.customPasswordInfoContainer .maxMatchLength br {
	display: none;
}

.customLoginBoxMessageContainer {
	height: 80px;
    padding: 15px 15px;
    font-size: 11px;
	color: black;
}

.customLoginBoxErrorMessageRow {
	font-size: 11px;
	color: red;
}
