#login-header{
	padding: 10px;
}

.login-header{
	color: #484154;
    font-weight: 400;
	font-size: 22px;
}

body{
	background-color:#EAE9EE;
}

#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{
	-webkit-box-shadow: 0 2px 4px #555555;
	-moz-box-shadow: 0 2px 4px #555555;
	box-shadow: 0 2px 4px #555555;
	top: 45%;
	left: 50%;
	margin-bottom:2%;
	padding: 0px;
	background:#ffffff;
}

#login-wrapper{
    text-align: center;
}

#dynamicUserName{
	text-align:center;
	font-size: 22px;
	color:#444444;
	font-weight:bold;
	font-family:'lato';
}

input: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;
}

/*.loadingbar{
	height:100px;
	width:100px;
	opacity:1;
	filter: alpha(opacity=100);
	z-index:9999;
}*/

.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;
}
