@font-face {
	font-family: "Noto Sans SC";
	font-style: normal;
	font-weight: 400;
	src: url("NotoSansSC-Regular.woff2") format("woff2"), url("NotoSansSC-Regular.woff") format("woff");
}

@font-face {
	font-family: "Noto Sans SC";
	font-style: normal;
	font-weight: 500;
	src: url("NotoSansSC-Medium.woff2") format("woff2"), url("NotoSansSC-Medium.woff") format("woff");
}

@font-face {
    font-family: NotoSans;
    font-style: normal;
    font-weight: 400;
    src: url("NotoSans-Regular.ttf") format("truetype");
}


html.login-pf {
	background: #F2F3F5;
	height: 100%;
	width: 100%;
	display: flex;
	overflow: auto;
	overflow-x: hidden;
}

html.login-pf body {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	overflow: auto;
	overflow-x: hidden;
	background: none;
}

.login-pf-header {
	display: flex;
	justify-content: space-between;
}

.header {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.dropdown-icon {
	color: #757575;
}


.login-pf-page {
	width: 52%;
	min-width: 578px;
	height: 100%;
}

.login-pf-page-header {
	display: none;
}



body {
	font-family: NotoSans, "Noto Sans SC", serif;
	display: flex;
}

.xylem-logo, .tc-logo {
	display: block;
	max-width: 154px;
}

.xylem-logo {
	background: url(../img/logo.svg);
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
}

.card-pf, .card-terms {
	padding: 64px 64px 32px 64px;
	background-color: #fff;
	box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.24), 0 0 8px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	min-height: 100%;
	min-width: 600px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#uname-icon,
#pwd-icon,
#email-icon {
	position: relative;
	top: -2px;
	font-size: 22px;
	color: darkgray;
}

.form-control-xc {
	width: 328px;
	height: 56px;
	line-height: 56px;
	border: 1px solid #C1C3C7;
	border-radius: 3px;
	outline: 0;
	font-size: 13px;
	color: #757575;
	margin-bottom: 24px;
	box-sizing: border-box;
	text-indent: 16px;
}

input:focus {
	outline: none;
	border-bottom: solid 2px #0171cd !important;
}

.btn-primary:focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.highlight {
	position: absolute;
	height: 60%;
	width: 100px;
	top: 25%;
	left: 0;
	pointer-events: none;
	opacity: 0.5;
}

label {
	position: absolute;
	top: 6px;
	left: 28px;
	color: #757575;
	font-size: 16px;
	font-weight: 400;
	pointer-events: none;
	transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
}

.align-label {
	left: 0px;
}

.totp-label {
	font-size: 14px;
}

.qr-code-img {
	min-width: 348px;
}

.center-align {
	text-align: center;
}

.form-group {
	position: relative;
	display: flex;
	flex-direction: column;
	max-width: 328px;
	width: 100%;
}

.form-group:first-of-type {
	margin-top: 24px;
}

/* active state */
input:focus~label,
input:valid~label {
	top: -6px;
	font-size: 14px;
	color: #0171cd;
	transition: 0.2s ease all;
}

input:not(:focus):valid~label,
.filled {
	top: -5px;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.38);
}

input:-webkit-autofill {
	animation-name: onAutoFillStart;
	transition: background-color 1s ease-in-out 0s;
}

input:not(:-webkit-autofill) {
	animation-name: onAutoFillCancel;
}

/* active state */
input:focus~.highlight {
	-webkit-animation: inputHighlighter 0.3s ease;
	-moz-animation: inputHighlighter 0.3s ease;
	animation: inputHighlighter 0.3s ease;
}

#input-username {
	margin: 22px 0 0 0;
}

#input-password {
	margin-top: 16px;
}

#input-username.error input,
#input-password.error input,
#input-forgotpwd-email.error input {
	border-bottom: 2px dotted red;
}

#input-username.error i,
#input-password.error i,
#input-forgotpwd-email.error i {
	color: red;
}

#kc-form {
	min-width: 400px;
}

#kc-login, #kc-form-buttons {
	height: 36px;
	text-transform: uppercase;
	font-size: 14px;
	max-width: 328px;
	width: 100%;
}

#kc-cancel {
	height: 48px;
	margin-top: 10px;
}

.alert.alert-warning {
	visibility: hidden;
}

.alert.alert-warning-otp {
	visibility: visible;
    background-color: #FEF1E9;
    border-color: #F17528;
}

.btn-primary {
	outline: 0 !important;
}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.btn-block {
	display: block;
	width: 100%;
}

.btn-primary:hover {
	color: #fff;
	background-color: #007DA3;
	border-color: #007DA3;
}

.btn-primary:active {
	color: #fff;
	background-color: #007DA3;
	border-color: #007DA3;
}

.btn-primary {
	color: #fff;
	background-color: #007DA3;
	border-color: #007DA3;
}

.btn-primary[disabled]:hover {
	border: solid 1px #007DA3;
	color: #007DA3;
	background-color: #fff;
}

.btn-primary:disabled {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: 0.65;
	background-color: #007DA3;
	border-color: #007DA3;
}

.btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
    cursor: pointer;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
		box-shadow 0.15s ease-in-out;
}

.btn-secondary {
    background-color: #6c757d;
    color: white;
    border: solid 1px #007DA3;
}

#forgot-password-container {
	text-align: center;
	margin: 10px 0 0;
	text-decoration: underline;
	cursor: pointer;
	display: inherit;
}

#back-to-login-page-container {
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
}

a {
	font-size: 14.4px;
	font-weight: 400;
	color: #007DA3;
}

a:hover {
	color: #23527c;
	text-decoration: none;
}

#forgot-password, #back-to-login-page, .action-link {
	font-size: 14.4px;
	font-weight: 400;
	color: #007DA3;
}

.action-link a {
	font-size: 14.4px;
	font-weight: 400;
	color: #007DA3;
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}

#change-lang {
	margin: 16px 0 0;
}

.xylem-inc-copyright {
	font-size: 10px;
	text-align: center;
	color: #757575;
	position: relative;
	width: 100%;
	bottom: 0;
	margin-bottom: 0;
	margin-top: 40px;
}

#globe {
	display: block;
	color: #757575;
}

#select-lang {
	margin-left: 34px;
	width: 215px;
}

.form-control {
	display: block;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	text-indent: 16px;
}

.kc-feedback-text,
#error-message,
#resetpw-message,
#resetpw-forgot-message {
	height: 17px;
	font-size: 12px;
	text-align: center;
	color: #ff0011;
	margin-top: 27px;
}

#kc-page-title {
	margin: 0;
	width: 100%;
	display: flex;
}

.forgot-pwd-msg {
	font-size: 12px;
	text-align: center;
	padding: 0 10px;
	font-weight: 500;
}

.pwd-msg {
	font-size: 18px;
	text-align: center;
	padding: 0px;
	font-weight: 500;
}

.username-msg {
	font-size: 14px;
	padding: 0px;
	font-weight: 500;
	margin-top: 5px;
	margin-bottom: 5px;
}

.username-text {
	font-size: 14px;
	color: #757575;
	margin: 0;
	margin-left: 12px;
}

#kc-info {
	display: none;
}

.xylem-send-email {
	width: 244px;
	height: 34px;
	margin: 17px 20px 0px 8px;
	border-radius: 6px;
	border: solid 1px #0072ce;
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	text-align: center;
	color: #0072ce;
	background-color: #fff;
}


.kc-feedback-text {
	display: block;
}

#kc-passwd-update-form {
	justify-content: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#kc-form-login {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.phone-text-msg {
	text-align: center;
	font-size: 12px;
	padding-bottom: 18px;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
}

.phone-title-msg {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
}

.totp-text {
	font-size: 13px;
	line-height: 1.8;
	color: #757575;
}

.totp-code {
	font-size: 13px;
	line-height: 1.8;
}

.totp-secret-code {
	background: #eee;
	border: 1px solid #bd1a1a;
	border-radius: 4px;
	padding: 5px;
}

.no-icon {
	left: 0px;
	margin: 0px;
	width: 250px;
}

.margin-class {
	margin-bottom: 20px;
}

.tc-logo {
	text-align: center;
	height: 55px;
}

.tc-title {
	text-transform: capitalize;
	font-size: 24px;
	margin: 0 0 12px 0;
	font-weight: 500;
	line-height: 1.1;
	padding-top: 20px;
	font-family: "NotoSans";
}

.tc-content-box {
	width: 654px;
	font-family: "NotoSans";
	font-size: 12px;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.33;
	letter-spacing: normal;
	color: rgba(0, 0, 0, 0.87);
	border-style: none;
	background-color: #fff;
	resize: none;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 20px;
}

.tc-actions {
	margin: 20px 60px 46px 60px;
}

.tc-print-button {
	width: 88px;
	border-style: none;
	margin: 0;
	background-color: #2196f3 !important;
	margin-right: 12px;
}

.terms-button {
	text-transform: capitalize;
	background-color: #0072ce;
	color: #fff;
	border-color: #2e6da4;
	height: 36px;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.tc-cancel-button {
	margin-right: 12px;
	float: right;
	background-color: transparent !important;
	color: gray !important;
}

.tc-accept-button {
	min-width: 275px;
	float: right;
	background-color: #2196f3 !important;
}

.terms-button:hover,
.terms-button:active {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}

.terms-button:focus {
	color: #fff;
	background-color: #286090;
	border-color: #122b40;
}

.kc-terms-actions-form {
	display: none;
}

.tc-cancel-button-name {
	color: gray !important;
}

.step-content {
	width: 90% !important;
	margin-left: 5% !important;
	overflow: hidden !important;
	height: 500px;
}

li.step:nth-of-type(2) {
	margin-right: 330px;
}

ul.stepper.horizontal {
	min-height: 560px !important;
}

.row {
	overflow-y: scroll;
	overflow-x: hidden;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
	width: 100%;
}

ul.stepper.horizontal .step .step-content .step-actions {
	bottom: -16px !important;
}

ul.stepper.horizontal .step .step-title {
	max-width: 300px !important;
}

.row::-webkit-scrollbar-track,
.row::-webkit-scrollbar {
	visibility: hidden;
}

.row::-webkit-scrollbar {
	width: 6px;
}

.row::-webkit-scrollbar-thumb {
	background-color: #b2b2b2;
	border-radius: 4px;
}

ul.stepper .step .step-title {
	cursor: default !important;
}

ul.stepper .step .step-title:hover {
	background-color: transparent !important;
}

.terms-button,
.btn {
	text-transform: capitalize !important;
}

/****************************************CUSTOM STEPPER*************************************************************/


.stepper-header {
	min-height: 84px;
	position: relative;
	width: calc(100% + 20px);
	padding: 20px;
	margin-top: 4px;
	display: flex;
	justify-content: space-around;
}

.stepper-header,
.step {
	display: flex;
	height: 84px;
	justify-items: center;
	align-items: center;
	margin-left: auto;
}

.step-number {
	height: 26px;
	width: 26px;
	border-radius: 50%;
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	margin-right: 20px;
}

.step-title {
	font-size: 14px;
	line-height: 25px;
}

.step-number-active {
	background-color: #2196f3;
}

.step-number-inactive {
	background-color: #b2b2b2;
}

.steps-divider {
	color: #b2b2b2;
	font-size: 4px;
	padding: 0px 24px;
	margin-left: auto;
	margin-right: auto;
}

.terms-main {
	width: 100%;
	padding: 20px 60px;
	overflow: hidden;
}

.step-actions {
	height: 48px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	background: #fff;
}

#tac-section .step-actions {
	position: absolute;
}

.no-display {
	display: none;
}

.display {
	display: block;
}

.slide-out-to-left {
	animation-name: slideOutToLeft;
	animation-duration: 0.25s;
	animation-iteration-count: 1;
}

.slide-out-to-right {
	animation-name: slideOutToRight;
	animation-duration: 0.25s;
	animation-iteration-count: 1;
}

@keyframes slideOutToLeft {
	0% {}

	100% {
		transform: translateX(-1000px);
	}
}

@keyframes slideOutToRight {
	0% {}

	100% {
		transform: translateX(1000px);
	}
}

.slide-in-from-right {
	animation-name: slideInFromRight;
	animation-duration: 0.25s;
	animation-iteration-count: 1;
}

.slide-in-from-left {
	animation-name: slideInFromLeft;
	animation-duration: 0.25s;
	animation-iteration-count: 1;
}

@keyframes slideInFromRight {
	0% {
		transform: translateX(1000px);
	}

	100% {
		transform: translateX(0px);
	}
}

@keyframes slideInFromLeft {
	0% {
		transform: translateX(-1000px);
	}

	100% {
		transform: translateX(0px);
	}
}

/*css for login-otp custom patternfly lib */

.card-pf-custom {
	height: 140px;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.24), 0 0 8px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
}

.card-pf-view .card-pf-top-element .card-pf-icon-circle {
	border: 2px solid #39a5dc;
	border-radius: 50%;
	display: block;
	font-size: 46px;
	height: 106px;
	line-height: 102px;
	margin: 0 auto;
	text-align: center;
	width: 106px;
}

.card-pf-title {
	font-size: 16px;
	font-weight: 400;
	margin: 20px 0;
	padding: 0;
}

.card-pf-view .card-pf-title {
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 0;
	margin-top: 15px;
}

.card-pf-body>:last-child {
	margin-bottom: 0;
}

.card-pf-body {
	margin: 20px 0 0;
	padding: 0 0 20px;
}

.card-pf-view.card-pf-view-select.active {
	border: 2px solid #39a5dc;
}

.card-pf-view.card-pf-view-single-select {
	position: relative;
	cursor: pointer;
}

.text-center {
	text-align: center;
}

#kc-otp-login-form {
	margin-top: 15px;
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropbtn {
	color: white;
	padding: 16px;
	font-size: 16px;
	border: none;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

.dropdown-content {
	display: none;
	position: absolute;
	left: -100%;
	background-color: #FFFFFF;
	padding: 24px 22px;
	min-width: 160px;
	overflow: auto;
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	border: 1px solid #E5E6E8;
	z-index: 1;
}

.dropdown-item {
	font-size: 14px;
	cursor: pointer;
	margin: 8px 0;
}

.current-locale {
	color: #007DA3;
}

.log-in-h1 {
	text-align: center;
	color: #202020;
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 12px;
}

.log-in-h5 {
	text-align: center;
	color: #757575;
	font-size: 14px;
	font-weight: 500;
	margin: 0;
}

.readonly-input {
    cursor: default;
    background-color: #00000006;
}

#username, #password, #password-new, #password-confirm, #totp, #totpSecret, #userLabel, #email, #firstName, #lastName {
	text-indent: 16px;
	box-sizing: border-box;
}

.tooltip .tooltip-text {
	top: 35%;
	left: 100%;
	transform: translate(0, -50%);
	padding: 10px;
	background-color: #ffffff;
	border-radius: 2px;
	position: absolute;
	z-index: 99999999;
	box-sizing: border-box;
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
	display: none;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.4px;
	color: #202020;
	width: 245px;
}

.tooltip:hover .tooltip-text {
	display: block;
}

.tooltip .tooltip-text::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 100%;
	margin-top: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent #ffffff transparent transparent;
}

.tooltip .tooltip-text .flex-container {
	display: flex;
	flex-direction: column;
}

.tooltip .tooltip-text .bold {
	font-weight: 600;
}

.tooltip .tooltip-text .flex-container .fa-check-circle {
	color: #e5e6e8;
}

.tooltip .tooltip-text .flex-container .fa-check-circle-green {
	color: #06d063;
}

.background {
	position: absolute;
	top: 0;
	left: 50%;
	height: 100vh;
	width: 50vw;
	background: url(../img/wave-background.svg);
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
	z-index: -1;
}

#kc-form-wrapper {
	width: 100%;
}

#kc-content-wrapper {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#kc-form-buttons {
	width: 100%;
	text-align: center;
  margin-bottom: 8px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
	.tooltip .tooltip-text {
		top: 185px;
		left: 0px;
	}

	.tooltip .tooltip-text::after {
		top: -5px;
		right: 50%;
		border-color: transparent transparent #ffffff transparent;
	}
}

@media screen and (max-width: 578px) {
	.background {
		display: none;
	}

	.card-pf, .card-terms {
		min-width: unset;
		padding: 24px 24px 32px 24px;
	}

	.login-pf-page {
		min-width: unset;
		width: 100%;
	}

	.form-control-xc {
		width: 100%;
	}

	#kc-page-title {
		flex-direction: column;
	}

	.stepper-header .step {
		height: unset;
	}

	.step-title {
		line-height: initial;
	}

	.steps-divider {
		display: none;
	}

	.terms-main {
		padding: 10px 0;
	}

	.step-actions {
		flex-direction: column-reverse;
		height: auto;
	}

	.step-actions button {
		width: 90%;
		box-sizing: border-box;
		margin: 0;
		margin-bottom: 18px;
	}

	.tooltip .tooltip-text {
		top: 185px;
		left: 0px;
	}

	.tooltip .tooltip-text::after {
		top: -5px;
		right: 50%;
		border-color: transparent transparent #ffffff transparent;
	}
}

.forgot-password-information {
	padding: 0 20px;
}

#kc-reset-password-form {
	max-width: 328px;
	margin-left: auto;
	margin-right: auto;
}

#kc-form-options {
	text-align: center;
	margin-top: 18px;
}

.xylem-cancel-email, #backToApplication {
	font-size: 14.4px;
	font-weight: 400;
	color: #007DA3;
	text-decoration: underline;
}

.xylem-cancel-email:hover, #backToApplication {
	color: #007DA3;
	text-decoration: underline;
}

.lost-phone-btn.btn-primary {
    color: #fff;
    background-color: #007DA3;
    border-color: #007DA3;
}

.lost-phone-btn.btn-primary:hover,
.lost-phone-btn.btn-primary:active {
    background-color: #007DA3;
    border-color: #007DA3;
    color: #fff;
}

.lost-phone-btn.btn-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.lost-phone-btn.btn-secondary {
    background-color: #6c757d;
    color: #fff;
    border: 1px solid #007DA3;
}

.lost-phone-btn {
    min-width: 140px;
    font-weight: 500;
    padding: 0.5rem 1.25rem;
    border-radius: 0.25rem;
    font-size: 0.95rem;
}

.modal-actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-top: 20px;
}

.username-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 18px;
}

#kc-totp-settings-form, #kc-update-profile-form, #kc-error-message, #kc-otp-login-form, #kc-sms-code-login-form {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 328px;
	margin-left: auto;
	margin-right: auto;
}

#kc-totp-settings {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#totp-details-section {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#kc-update-profile-form .form-group {
	margin-bottom: 12px
}

#terms-and-conditions-form {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.input-with-button {
    position: relative;
}

.input-with-button input {
    padding-right: 12%;
}

.input-with-button button {
    position: absolute;
    top: 35%;
    font-size: 1.5em;
    color: #757575;
    right: 2%;
    transform: translateY(-50%);
    border: none;
    background: none;
}

.login-pf-social {
    padding-left: 0px;
}

.login-pf-social-link {
	list-style-type: none;
	margin: 0 0 8px 0;
}

.zocial {
	display: inline-block;
    width: 302px;
    font-size: 14px;
    max-width: 328px;
    color: #fff;
    text-decoration: none;
    background-color: #007DA3;
    border-color: #007DA3;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.zocial:hover {
	color: #fff;
    background-color: #006280;
    border-color: #006280;
}

.login-pf-social-header {
	text-align: center;
    margin: 12px;
}

.container-enable-mfa {
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
}

.label-enable-mfa {
    color: #000000 !important;
    margin-left: 6px;
    font-size: 16px !important;
    position: relative;
    left: 0;
    top: -4px;
}

.checkbox-enable-mfa {
    border: 2px solid;
    border-radius: 3px;
    width: 18px;
    height: 18px;
}

.tooltip-enable-mfa {
    margin-left: 10px;
	padding-top: 2px;
}

.tooltip-text-enable-mfa {
    left: 50% !important;
}

.tooltip-icon-enable-mfa {
    margin-top: 3px;
}

#kc-form-button-login, #kc-form-button-manage-mfa, #kc-form-button-submit {
	height: 36px;
	text-transform: uppercase;
	font-size: 14px;
	max-width: 328px;
	width: 100%;
}

.checkbox-enable-mfa-wrapper {
	display: flex;
	flex-direction: row;
	align-items: baseline;

	.label-enable-mfa {
		position: relative;
		top: -2px !important;
	}
}

.modal {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-content {
    background: white;
    padding: 24px;
    border-radius: 6px;
    width: 360px;
    text-align: center;
    font-size: 0.95rem;
    line-height: 1.4;
}

.modal-content * {
    box-sizing: border-box;
}

.modal-content h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 12px;
}

.modal-content p {
    font-size: 0.9rem;
    margin: 0;
    color: #444;
}

.totp-info-card {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
    margin-bottom: 1.25rem;
    margin-top: 1.25rem;

    background-color: #e8f4f8;
    border-left: 4px solid #007DA3;
    border-radius: 4px;

    color: #004b63;
    font-size: 0.95rem;
    line-height: 1.4;
}

.totp-info-icon {
    font-size: 1.2rem;
    color: #007DA3;
    margin-top: 0.15rem;
}

.totp-info-text {
    flex: 1;
}
