.logo-customizable {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.banner-customizable {
	padding: 0px 0px 0px 0px;
	background-color: rgb(212, 256, 52);
}
.label-customizable {
	font-weight: 400;
	display: none;
}
.textDescription-customizable {
	padding-top: 30px;
	padding-bottom: 30px;
	display: block;
	font-size: 16px;
	color: #000;
	text-align: center;
}
.idpDescription-customizable {
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	font-size: 16px;
}
.legalText-customizable {
	color: #000;
	font-size: 11px;
}
.submitButton-customizable {
	font-size: 16px;
	font-weight: 100;
	height: 56px;
	width: auto;
	color: #000;
	background-color: rgb(246,190,253);
	min-width: 128px;
	border-radius: 10px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-color: rgb(246,190,253);
}
.submitButton-customizable:hover {
	color: #000;
	background-color: rgb(212, 256, 52);
}
.errorMessage-customizable {
	padding: 5px;
	font-size: 14px;
	width: 100%;
	background: #FFF;
	border: 2px solid #D64958;
	color: #D64958;
	max-width: 440px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	margin-top: 20px;
	border-radius: 40px;
}
.inputField-customizable {
	width: 100%;
	height: 48px;
	color: #000;
	background-color: rgb(212, 256, 52);
	border: 1px solid #000;
	max-width: 380px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: none;
	margin-bottom: 30px;
	text-align: center;
	text-transform: none;
}
.inputField-customizable:focus {
	border-color: #000;
	color: #000;
	outline: 0;
	box-shadow: none;
}
.idpButton-customizable {
	height: 40px;
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
	color: #fff;
	background-color: rgb(212, 256, 52);
	border-color: rgb(212, 256, 52);
}
.idpButton-customizable:hover {
	color: #fff;
	background-color: rgb(212, 256, 52);
}
.socialButton-customizable {
	border-radius: 2px;
	height: 40px;
	margin-bottom: 15px;
	padding: 1px;
	text-align: left;
	width: 100%;
}
.redirect-customizable {
	text-align: center;
	display: block !important;
	color: #00263E;
	text-decoration: underline;
}
.passwordCheck-notValid-customizable {
	color: #00263E;
}
.passwordCheck-valid-customizable {
	color: #00263E;
}
.background-customizable {
	background-color: rgb(212, 256, 52);
	max-width: 100%;
	box-shadow: none;
	position: fixed;
	text-align: center;
	top: 0;
	left: 0;
	height: 100%;
	overflow: hidden;
}
.redirect-customizable{
	display: none !important;
}
