html,
body {
	width: 100%;
	min-width: 100%;
	height: 100%;
	min-height: 100%;
	padding: 0;
	margin: 0;
	font-family: "Inter", sans-serif;
}

#api {
	align-items: center;
	text-align: center;
	padding-bottom: 50px;
}

.header {
	display: flex;
	flex-flow: column nowrap;
	width: auto;
	height: 150px;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
	margin-bottom: 50px;
}

.main {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
	min-width: 100%;
	min-height: 100%;
	background-image: url(./herocarousel_iddtech_home.jpg);
}

.logo-main {
	flex-direction: column;
	flex-wrap: nowrap;
	align-content: flex-start;
	justify-content: flex-start;
	align-items: flex-start;
	padding-top: 20px;
	max-width: 280px;
}

.footer {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-content: flex-end;
	justify-content: flex-end;
	align-items: flex-end;
	position: absolute;
	bottom: 0px;
	padding-bottom: 10px;
}

.main-content {
	background-color: #fff;
    width: 450px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: center;
    flex-wrap: nowrap;
    align-items: center;
	border-radius: 4px;
	z-index: 100;
}
.logo {
	width: 100%;
	min-width: 100px;
	max-width: 400px;
}

.snzl-logo-svg-cls-1 {
	stroke: #fff;
	fill: #fff;
	stroke-linecap: round;
	stroke-miterlimit: 10;
	stroke-width: 23px;
}

.snzl-logo-svg-cls-2 {
	fill: #fff;
	stroke: #fff;
}

.welcome {
	-webkit-font-smoothing: antialiased;
	font-size: 28px;
	font-weight: 600;
	color: rgb(50, 49, 48);
	box-sizing: border-box;
	box-shadow: none;
	margin: 0px;
	display: block;
	padding: 5px 0px;
	overflow-wrap: break-word;
}

h2 {
	font-size: 14px;
	color: rgb(50, 49, 48);
	font-weight: 400;
}
button.accountButton {
	margin-top: 5px;
	outline: transparent;
	position: relative;
	-webkit-font-smoothing: antialiased;
	font-size: 14px;
	font-weight: 600;
	box-sizing: border-box;
	border: 1px solid rgb(138, 136, 134);
	display: inline-block;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	padding: 16px 12px;
	border-radius: 2px;
	max-width: 300px;
	min-height: 55px;
	height: auto;
	background-color: rgb(255, 255, 255);
	color: rgb(50, 49, 48);
	min-width: 300px;
	user-select: none;
	background-position: left;
	background-repeat: no-repeat;
	background-size: 30px 30px;
	background-position-x: 10px;
	background-position-y: center;
}
button.accountButton:hover {
	color: rgb(255, 255, 255);
}

#AmazonExchange {
	background-image: url(https://consoleom.b2clogin.com/static/tenant/templates/idp_logos/colored/amazon.svg);
}
#AmazonExchange:hover {
	background-image: url(https://consoleom.b2clogin.com/static/tenant/templates/idp_logos/white/amazon.svg);
}
#FacebookExchange {
	background-image: url(https://consoleom.b2clogin.com/static/tenant/templates/idp_logos/colored/facebook.svg);
}
#FacebookExchange:hover {
	background-image: url(https://consoleom.b2clogin.com/static/tenant/templates/idp_logos/white/facebook.svg);
}
#GitHubExchange {
	background-image: url(https://consoleom.b2clogin.com/static/tenant/templates/idp_logos/colored/github.svg);
}
#GitHubExchange:hover {
	background-image: url(https://consoleom.b2clogin.com/static/tenant/templates/idp_logos/white/github.svg);
}
#AppleExchange,
#AppleManagedExchange {
	background-image: url(https://consoleom.b2clogin.com/static/tenant/templates/idp_logos/colored/apple.svg);
}
#AppleExchange:hover,
#AppleManagedExchange:hover {
	background-image: url(https://consoleom.b2clogin.com/static/tenant/templates/idp_logos/white/apple.svg);
}
#GoogleExchange {
	background-image: url(https://consoleom.b2clogin.com/static/tenant/templates/idp_logos/colored/google.svg);
}
#GoogleExchange:hover {
	background-image: url(https://consoleom.b2clogin.com/static/tenant/templates/idp_logos/white/google.svg);
}
#LinkedInExchange {
	background-image: url(https://consoleom.b2clogin.com/static/tenant/templates/idp_logos/colored/linkedin.svg);
}
#LinkedInExchange:hover {
	background-image: url(https://consoleom.b2clogin.com/static/tenant/templates/idp_logos/white/linkedin.svg);
}
#MicrosoftAccountExchange,
#MicrosoftWorkExchange,
#AzureADCommonExchange,
#MicrosoftExchange {
	background-image: url(https://consoleom.b2clogin.com/static/tenant/templates/idp_logos/colored/microsoft.svg);
}
#MicrosoftAccountExchange:hover,
#MicrosoftWorkExchange:hover,
#AzureADCommonExchange:hover,
#MicrosoftExchange:hover {
	background-image: url(https://consoleom.b2clogin.com/static/tenant/templates/idp_logos/white/microsoft.svg);
}
#QQExchange {
	background-image: url(https://consoleom.b2clogin.com/static/tenant/templates/idp_logos/colored/qq.svg);
}
#QQExchange:hover {
	background-image: url(https://consoleom.b2clogin.com/static/tenant/templates/idp_logos/white/qq.svg);
}
#TwitterExchange {
	background-image: url(https://consoleom.b2clogin.com/static/tenant/templates/idp_logos/colored/twitter.svg);
}
#TwitterExchange:hover {
	background-image: url(https://consoleom.b2clogin.com/static/tenant/templates/idp_logos/white/twitter.svg);
}
#WeChatExchange {
	background-image: url(https://consoleom.b2clogin.com/static/tenant/templates/idp_logos/colored/wechat.svg);
}
#WeChatExchange:hover {
	background-image: url(https://consoleom.b2clogin.com/static/tenant/templates/idp_logos/white/wechat.svg);
}
#WeiboExchange {
	background-image: url(https://consoleom.b2clogin.com/static/tenant/templates/idp_logos/colored/weibo.svg);
}
#WeiboExchange:hover {
	background-image: url(https://consoleom.b2clogin.com/static/tenant/templates/idp_logos/white/weibo.svg);
}

#AmazonExchange:hover {
	background-color: #36474f !important;
}
#FacebookExchange:hover {
	background-color: #3b5595 !important;
}
#GitHubExchange:hover {
	background-color: #0f0f0f !important;
}
#AppleExchange:hover,
#AppleManagedExchange:hover {
	background-color: #0f0f0f !important;
}
#GoogleExchange:hover {
	background-color: #c64a29 !important;
}
#LinkedInExchange:hover {
	background-color: #0274b3 !important;
}
#AzureADCommonExchange:hover,
#MicrosoftAccountExchange:hover,
#MicrosoftWorkExchange:hover,
#MicrosoftExchange:hover {
	background-color: #01a4ef !important;
}
#QQExchange:hover {
	background-color: #1a97df !important;
}
#TwitterExchange:hover {
	background-color: #1da1f2 !important;
}
#WeChatExchange:hover {
	background-color: #4cc522 !important;
}
#WeiboExchange:hover {
	background-color: #e81123 !important;
}

#attributeList > ul {
	list-style-type: none;
	padding-inline: 0;
}

#attributeList {

	justify-content: left;
	text-align: left;
}

a.helpLink.tiny {
	font-size: 12px;
	padding-left: 5px;
	display: none;
}

.attrEntry > .textInput {
	min-width: 380px;
	font-size: 14px;
	border: 1px solid;
}

form#attributeVerification {
	display: inline-block;
}

.attrEntry {
	padding-top: 10px;
}

.attrEntry > label {
	-webkit-font-smoothing: antialiased;
	font-size: 14px;
	font-weight: 600;
	color: rgb(50, 49, 48);
}

#attributeVerification > .buttons > button {
	-webkit-font-smoothing: antialiased;
	font-size: 14px;
	font-weight: 600;
	box-sizing: border-box;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	padding: 0px 16px;
	border-radius: 2px;
	min-width: 80px;
	height: 36px;
}

#attributeVerification > .buttons > #cancel {
	border: 1px solid rgb(138, 136, 134);
	background-color: rgb(255, 255, 255);
	color: rgb(50, 49, 48);
	margin-left: 2px;
}
#attributeVerification > .buttons > #cancel:hover {
	background-color: rgb(243, 242, 241);
	color: rgb(32, 31, 30);
}
#attributeVerification > .buttons > #continue {
	background-color: #2e008b;
	color: rgb(255, 255, 255);
	border: 1px solid #2e008b;
	margin-right: 2px;
}
#attributeVerification > .buttons > #continue:hover {
	background-color: #2e008b;
	border: 1px solid #2e008b;
	color: rgb(255, 255, 255);
}

.attrEntry > .error.itemLevel.show {
	font-size: 12px;
	color: red;
	font-style: italic;
}

div#requiredFieldMissing {
	font-size: 14px;
}

.verifying-modal {
	display: none;
}
.verifying-modal {
	background-color: rgb(255, 255, 255);
	height: 80px;
	line-height: 40px;
	font-size: 14px;
}

.error {
	font-size: 12px;
	color: red;
	font-style: italic;
}

#loading {
    background: url('spinner.gif') no-repeat center center;
    position: absolute;
    height: 75px;
    width: 75px;
    z-index: 9999999;
	background-size: contain;

		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		align-content: flex-end;
		justify-content: flex-end;
		align-items: flex-end;
		position: absolute;

	
}

#idd-welcome-mess {
    align-items: center;
    text-align: center;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); /* Adjust the color and opacity as needed */
}

#attributeList ul li input {
	border-radius: 2px !important;
	height: 40px !important;
	text-indent: 8px !important;

}

.buttons button:hover {
    background-color: #220067;
    border-color: #220067;
}

.buttons button {
    background-color: #2e008b;
    border-color: #2e008b;
	height: 45px;
	border-radius: 4px;
}

.heading h1{
	font-size: 26px;
}

.self_asserted_container .row .panel-default .panel-body img.companyLogo{
	padding-top: 20px;
	max-width: 280px;
}