@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");
}

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: 100vw;
	min-width: 578px;
	height: 100%;
	background-color: #fff;
}

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

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

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

.xylem-logo {
    background: url(../img/xylem-logo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
	height: 40px;
    min-width: 90px;
    margin: 12px 6px;
}

.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;
	overflow-x: hidden;
}

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

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



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: 384px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 16px;
}

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

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

/* 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;
	margin-bottom: 1rem;
}
#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 {
    text-transform: uppercase;
    font-size: 16px;
    width: 100%;
	height:42px;
    border-radius: 100px;
    text-align: center;
	font-weight: 500;
}

#kc-locale {
	margin-left: auto;
}

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

.alert.alert-warning {
	visibility: hidden;
}
.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: #006280;
	border-color: #006280;
}
.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;
	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;
}

a.btn-social {
    margin-bottom: 8px;
	color: #007DA3;
    text-decoration: none;
    background-color: #FFFFFF;
    border: 1px solid #007DA3;
    border-radius: 100px;
    transition: all 0.2s ease;
	font-size: 16px;
	text-align: center;
    padding: 8px 16px;
    min-width: 164px;
    box-sizing: border-box;
	font-weight: 500;
}

a.btn-social:hover {
    color: #006280;
    background-color: #F0F0F0;
    border-color: #006280;
}

a.btn-social:active {
    background-color: #E0E0E0;
    border-color: #A8A8A8;
    transform: scale(0.98);
}

#forgot-password-container {
	text-align: center;
	margin: 18px 0 0;
	text-decoration: underline;
	cursor: pointer;
}
a {
	font-size: 14.4px;
	font-weight: 400;
	color: #007DA3;
}
a:hover {
	color: #23527c;
	text-decoration: none;
}
#forgot-password, .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;
}


.login-pf-social {
	margin: auto;
	padding-left: 0;
	display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0;
    margin: 0 auto;
}

.login-pf-social:first-of-type {
	margin-top: 12px;
}

.login-pf-forgot-password {
	margin-top: 24px;
}

.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;
    background-color: #007DA3;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    align-items: center;
    padding: 0 25px 0 15px;
    box-sizing: border-box;
}

.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;
}

#kc-reset-password-form {
	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;
}

.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;
}

.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;
}
.steps-divider::after {
	content: '----------------------------------------------------------';
}

.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;
    right: 0;
    background-color: #FFFFFF;
    padding: 4px 12px;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    border: 1px solid #E5E6E8;
    z-index: 1;
    margin-top: 7px;
}

.dropdown-content::before {
    content: "";
    position: fixed;
    top: 53px;
    right: 35px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #FFFFFF;
    z-index: 4000;
}

.dropdown-item {
    padding: 8px 12px;
    color: #333;
    font-size: 14px;
	cursor: pointer;
	margin: 8px 0;
}

.dropdown-item:hover {
    background-color: #f5f5f5;
    border-radius: 6px;
}

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

.log-in-h1 {
    text-align: center;
    color: #007DA3;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 0px;
}

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

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

#kc-form-wrapper {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

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

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

body::before {
    content: "";
    display: block;
    height: 15px;
    width: 100%;
    background: linear-gradient(to right, #67DFFF, #61D604);
    position: fixed;
    bottom: 0;
    left: 0;
	z-index: 9000;
}

@media screen and (max-width: 870px) {
    .tooltip .tooltip-text {
        left: 50% !important;
        transform: translateX(-50%) !important;
        margin-top: 28px;
        left: 50% !important;
    }

    .tooltip .tooltip-text::after {
        top: -13px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        margin-top: 0 !important;
        border-color: transparent transparent #ffffff transparent !important;
    }
}

@media screen and (max-width: 578px) {
	.card-pf, .card-terms {
		min-width: 100%;
	}

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

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

	.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;
	}

	.form-group {
		max-width: 328px;
	}

	.forgot-password-separator {
        margin: 0 4px !important;
    }

	.h5-information {
		width: 328px !important;
    }

	.select-device-tile {
		width: 328px !important;
    }
}

@media screen and (max-width: 370px) {
	.forgot-password-separator {
        margin: 0 0px !important;
    }
}

.h5-information {
	width: 384px;
	text-align: left;
	margin-top: 20px;
	color:#333333;
	font-weight: 400;
}

  #kc-reset-password-form{
	max-width: 435px;
	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;
}

.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;
	margin-left: auto;
	margin-right: auto;
}

#kc-error-message {
	max-width: 435px !important;
}

#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-left: 20px;
	border: 1px solid #C1C3C7;
	transition: border-color 0.3s ease;
}

.input-box-area {
	position: relative;
	height: 100%;
}

.update-password-input {
	position: relative;
	height: 42px;
}

.input-with-button button {
	position: absolute;
	top: 50%;
	left: 2%;
	transform: translateY(-50%);
	right: auto;
	z-index: 2;
	font-size: 14px;
	color: #757575;
	background: none;
	border: none;
}

.tooltip .tooltip-text {
	top: 50%;
	left: 102.5%;
	transform: translate(0, -50%);
	padding: 10px;
	background-color: #ffffff;
	border-radius: 6px;
	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: -7px;
	border-width: 7px;
	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;
}

.dropbtn.toggle-dropdown-button {
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    background-image: url(../img/locale.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
    transition: all 0.15s ease;
    cursor: pointer;
    padding: 0;
}

.dropbtn.toggle-dropdown-button:hover {
	background-color: #f0f0f0;
}

.dropbtn.toggle-dropdown-button:active {
	background-color: #e0e0e0;
	transform: scale(0.95);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}

input[aria-invalid="true"] {
	border: 1px solid red !important;
}

input[aria-invalid="true"]:focus {
	border: 1px solid red !important;
}

.input-label {
	position: static !important;
	margin-bottom: 4px;
	font-weight: 450;
}

.input-label.error {
	color: #ff0011;
}

#otp-invalid-error,
#input-error,
#password-error,
#password-confirm-error,
#password-policy-error,
#password-mismatch-error,
#password-new-error {
	margin-top: 2px !important;
	color: red;
	display: block;
}

#otp-invalid-error i.fas.fa-exclamation-triangle,
#input-error i.fas.fa-exclamation-triangle,
#password-error i.fas.fa-exclamation-triangle,
#password-confirm-error i.fas.fa-exclamation-triangle,
#password-policy-error i.fas.fa-exclamation-triangle,
#password-mismatch-error i.fas.fa-exclamation-triangle,
#password-new-error i.fas.fa-exclamation-triangle {
	margin-right: 5px;
}


.username-error {
    color: red;
    margin-top: 2px !important;
    display: block;
}

.username-error i.fas.fa-exclamation-triangle {
    margin-right: 5px;
}

.login-pf-social a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: auto;
    margin: 0 auto;
}

.social-divider {
    width: 100%;
    text-align: center;
    margin: 25px 0;
}

.social-divider span {
    font-size: 14px;
    color: #737373;
    font-weight: 400;
    letter-spacing: 0.2px;
}

#kc-social-providers {
    margin-top: 25px;
}

.forgot-password-separator {
    margin: 0 8px;
    color: #595959;
}

.login-pf-settings {
    margin: 0px;
}

.username-form-button {
    margin-top: 24px;
}

.back-to-login {
    min-width: 175px !important;
    width: auto;
}

.back-to-login:hover {
    text-decoration: none;  
}

.modal-background {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
	z-index: 9999;
}

.modal-content {
    background-color: #fefefe;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #888;
    width: 80%;
    max-width: 350px;
    border-radius: 6px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	text-align: center;
    padding: 30px;
}

.main-btn {
    margin-top: 20px;
    font-size: 16px;
	width: auto;
    min-width: 175px;
    height: 42px;
    border-radius: 100px;
    text-align: center;
    font-weight: 500;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding-left: 16px;
    padding-right: 16px;
}

#error-page-button {
    margin-top: 6px !important;
}

.primary-button-width {
    width: 175px !important;
}

.update-pwd-username {
    color: #757575;
}

.username-login-form {
    padding: 0 0 10px 0;
}

.radio-checked {
    border: none;
    width: 18px;
    height: 18px;
    background-color: #ffffff;
    background-image: url(../img/radio_button_checked.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 18px;
    transition: all 0.15s ease;
    cursor: pointer;
}

.radio-unchecked {
    border: none;
    width: 18px;
    height: 18px;
    background-color: #ffffff;
    background-image: url(../img/radio_button_unchecked.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 18px;
    transition: all 0.15s ease;
    cursor: pointer;
}