.logo-customizable {
	max-width: 100%;
	max-height: 30px; display: block; margin: auto;;
}
.banner-customizable {
	padding: 25px 15px 10px;
	background-color: #fff;
}
.label-customizable {
	font-weight: 700;
}
.textDescription-customizable {
	padding-top: 0;
	padding-bottom: 20px;
	display: block;
	font-size: 16px; text-align: center;;
}
.idpDescription-customizable {
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	font-size: 16px;
}
.legalText-customizable {
	color: #747474;
	font-size: 11px;
}
.submitButton-customizable {
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0px;
	height: 40px;
	width: 100%;
	color: #fff;
	background-color: #2196f3; border: none;;
}
.submitButton-customizable:hover {
	color: #fff;
	background-color: #1f84d5;
}
.errorMessage-customizable {
	padding: 10px;
	font-size: 14px;
	width: 100%;
	background: #F44336;
	border: none;
	color: #fff; line-height: 1; border-radius: 2px;;
}
.inputField-customizable {
	width: 100%;
	height: 40px;
	color: #111;
	background-color: #fff;
	border: 1px solid #eee; box-shadow: none; margin: 0 0 10px; border-radius: 2px;;
}
.inputField-customizable:focus {
	border-color: #2196f3;
	outline: 0; box-shadow: none;;
}
.idpButton-customizable {
	height: 40px;
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da;
}
.idpButton-customizable:hover {
	color: #fff;
	background-color: #31b0d5;
}
.socialButton-customizable {
	height: 40px;
	text-align: left;
	width: 100%;
	margin-bottom: 15px;
}
.redirect-customizable {
	text-align: center;
}
.passwordCheck-notValid-customizable {
	color: #F44336;
}
.passwordCheck-valid-customizable {
	color: #2ecc71;
}
.background-customizable {
	background-color: #fff; box-shadow: none; border-radius: 3px;;
}
