/* CSS Styles at Login Page */

table.CEUS_Mainpage_Header {
	margin-bottom: 10px;
}

/* Basic styling */
.mstr-page-login #mstrWebContents {
	/* Hintergrund mit Farbverlaub entfernen */
	background: none;	
	/* Abstand zum Bildschirmrand */
	margin-left: 36px;
}

.mstr-page-login .mstrError {
	/* Fehlermeldung vergrößern */
	min-width: 360px;
	max-width: 560px;
	width: fit-content;
	margin: 0px auto;
	padding-top: 10px;
}

/* OPTION1: Hide Trusted-Login link in options */
/*
div.mstrLoginOptions>form:last-child {
	visibility: hidden
}
*/

/* OPTION2: Hide all option links (Trusted, Windows, ..) */
div.mstrLoginOptions {
	visibility: hidden
}

/* Style forgot password */
div.forgotPasswordDiv {
	margin: auto; 
	width: 390px;
	text-align: left;
	position: relative;
	top: -15px;
}
.forgotPasswordLink {
	margin-left: 47px;
}

/* Hide Title like project name above login form */
#lb_LoginStyle .mstrTitle {
	margin: 0px;
	visibility: hidden;
}
/* Hide Server name above login form */
#lb_LoginStyle .mstrServer {
	margin: 0px;
	visibility: hidden;
}
/* Some styling */
#lb_LoginStyle {
	margin: 0px auto;
	width: 400px; /* increase from 390 to 400 for avoid scrollbar */
	border: none;
	padding: 0px;
}
/* Shibboleth Logo */
.shibbolethLogo {
	display:block; 
	margin: 0 auto; 
	max-height:100px;
	border: 0;
}

/* Adjust some styling for fitting tables without some minimal spacing */
table{
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	padding: 0px;
}

/* SSO Button Style */
.ssoLink {
	text-decoration: none;
}

.ssoButtonBar {
	float: none;
	display: flex;
	justify-content: center;
}

.ssoButton {
	margin: auto; 
	display: block; 
	width: 135px;
}

.ssoLoginButtonBeanBar {
	padding-left: 60px; 
	display: flex; 
	justify-content: center
}


/* WinAuth Button Style */

.winAuthLoginButton {
	background: url("../../../style/mstr/images/theme/pathBarIcons.png") no-repeat 6px -500px;
	height: 30px;
    padding: 0px 20px;
    right: 0px !ie7;
    float: left;
    color: transparent;
    margin-left: 9px;
    position: relative;
}
.winAuthLoginButton a {
	text-indent:-10000px;
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
}
.winAuthLoginButton:hover {
	background-position: 6px -527px;
}