#login-header{
	padding: 30px;
}

.login-header{
	color: #484154;
	font-weight: 400;
	font-size: 22px;
}

body{
	background-color:#f2f1f8;
}

#inline-registration.wrappersize-idp{
	max-width:780px;
	height:auto;
}

#login-wrapper.wrappersize-idp{
	max-width: 590px;
	height: auto;
}

#strong-auth-registration.wrappersize-idp{
	max-width:1070px;
	height :auto;
}

#inline-registration,#strong-auth-registration,#login-wrapper{
	top: 45%;
	left: 50%;
	margin-bottom:2%;
	border-radius: 6px;
	padding: 0px;
	background:#ffffff;
}

#login-wrapper{
	text-align: center;
}

#dynamicUserName{
	text-align:center;
	font-size: 22px;
	color:#444444;
}

input:not([type="radio"]):not([type="checkbox"]){
	padding: 8px 12px;
	min-height: 38px;
}

#loading_image {
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 1040;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: .8;
	filter: alpha(opacity=50);
	background-color:#f8f8f8;
	text-align:center;
	padding-top:16em!important;
}

.alert>p, .alert>ul {
	list-style: none;
}

.error-box-wrapper {
border:solid 1px #f7934d;
	border-radius: 5px;
	display: block;
	text-align: center;
	width: 800px;
	height: 400px;
	background-color: #fff !important;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.languageSelect {

	/* styling */
	background-color: white;
	border: 0px;
	border-radius: 4px;
	display: inline-block;
	font: inherit;
	line-height: 1.5em;
	padding: 0.5em 3.5em 0.5em 1em;
	cursor: pointer;
	/* reset */

	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
}


/* arrows */


.languageSelect.minimal{
	background-image:
			linear-gradient(45deg, transparent 50%, gray 50%),
			linear-gradient(135deg, gray 50%, transparent 50%),
			linear-gradient(to right, #ccc, #ccc);
	background-position:
			calc(100% - 20px) calc(1em + 2px),
			calc(100% - 15px) calc(1em + 2px),
			calc(100% - 2.5em) 0.5em;
	background-size:
			5px 5px,
			5px 5px,
			1px 1.5em;
	background-repeat: no-repeat;
}



select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}

.datepicker .switch {
	display: table-cell;
}