.logo-customizable {
  max-width: 80px;
  max-height: 100%;
}

.banner-customizable {
  position: fixed;
  top: 0;
  left: 0;
	z-index: 10;

  width: 100%;
	padding: 23px 10px 23px 10px;
	background-color: #fff;
}


.label-customizable {
	font-family: "TT Norms", "TT Norms Local", sans-serif;
  font-weight: 500;
	font-style: normal;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #000;
  transform: translate(16px, 30px);
  margin: 0;
}

.textDescription-customizable {
	color: #000;
	font-feature-settings: 'case' on;

	font-family: "TT Norms", "TT Norms Local", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 29px;

	padding: 0;
}

.idpDescription-customizable {
  display: block;
  font-size: 16px;
}

.legalText-customizable {
  color: #747474;
  font-size: 11px;
}

.submitButton-customizable {
	width: max-content;

	background-color: #000;
	color: #fff;
	padding: 10px 14px;
	margin-bottom: 0;
	margin-top: 24px;

	color: #fff;
	font-feature-settings: 'case' on;
	font-family: "TT Norms", "TT Norms Local", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 19px;
	letter-spacing: 1px;
	text-transform: uppercase;

	transition: transform 0.3s ease;
}

.submitButton-customizable:hover {
	background-color: #000 !important;
	transform: scale(0.95);
}

.errorMessage-customizable {
  background: none;
  border: 0;
  padding: 0;
  font-size: 16px;
  color: #eb0000;
  margin: 15px 0 0;
}

.inputField-customizable {
	width: 100%;
  height: 72px;
  border: 1px solid #cbcbcb;
  padding: 25px 15px 0px;
  box-shadow: none;
  border-radius: 0;

	font-family: "TT Norms", "TT Norms Local", sans-serif;
	color: #000;
	font-feature-settings: 'case' on;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;

  background-color: #fff;
  margin-bottom: 5px;
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.inputField-customizable:focus {
  border-color: #000;
  box-shadow: inset 0 0 0 1px #000;
  outline: 0;
}

.idpButton-customizable {
  height: 40px;
  width: 100%;
  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 {
  border-radius: 2px;
  height: 40px;
  margin-bottom: 15px;
  padding: 1px;
  text-align: left;
  width: 100%;
}

.passwordCheck-notValid-customizable {
  color: #eb0000;
}

.passwordCheck-valid-customizable {
  color: #19bf00;
}

.background-customizable {
	padding: 24px 16px;

  font-family: "TT Norms", "TT Norms Local", sans-serif;
  background-color: #fff;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  border: 0;
  max-width: 865px;
  width: 90vw !important;
  box-shadow: #efefef 0px 0px 0px 100vw;

  position: absolute;
  top: 140px;
  left: -10%;
  right: -10%;
  overflow: visible;
}

.background-customizable {
	padding: 32px 96px 32px 96px;
}

.textDescription-customizable {
	font-size: 24px;
	color: #000;
}

.redirect-customizable {
	display: block;
	width: 100%;
	color: #6f6f6f !important;
	filter: grayscale(1);
	text-align:right;
}
