@font-face {
	font-family: circular std;
	src: url(../fonts/CircularStdBook.ttf)
}
@font-face {
	font-family: circular std bold;
	src: url(../fonts/CircularStdBold.ttf)
}
@font-face {
	font-family: circular std medium;
	src: url(../fonts/CircularStdMedium.ttf)
}

a {
	color: #4388D3;
	font-weight:500;
	font-family:'circular std medium';
	text-decoration: none;
}

h1 {
	font-family: 'circular std bold';
	font-weight: 700;
	font-size: 32px;
	line-height: 42px;
	color: #161625;
}

h2 {
	font-family: 'circular std';
	font-weight: normal;
	font-size: 18px;
	color: #696972;
}

h5 {
	color: #99999F;
	font-family: 'circular std';
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

li {
	color: #99999F;
	font-family: 'circular std';
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.error-color {
	color: rgba(255, 48, 85, 0.8);
}

.error {
	color: rgba(255, 48, 85, 0.8);
	margin-bottom: -27px;
}

.input,
input[type="password"] {
	background-color: #FFFFFF;
	border: 3px solid #F1F1F1;
	border-radius: 10px;
	box-sizing: border-box;
	height: 63px;
	padding: 0px 20px;
	width: 100%;
	font-family:'circular std medium';
	font-size:18px;
}
	.input[readonly] {
		color: rgb(84, 84, 84) !important;
	}

	input[type="password"]:disabled {
		cursor: not-allowed;
	}

	.input:focus,
	.focused,
	input[type~="password"] {
		outline: none;
	}

	.input:focus,
	.focused {
		border: 3px solid #F1F1F1;
		box-shadow: 0px 2px 4px rgba(18, 51, 95, 0.08);
		border-radius: 10px;
	}

	.input.warning {
		border: 1px solid rgba(255, 48, 85, 0.8);
	}

.select {
	background-color: #FFFFFF;
	border: 3px solid #F1F1F1;
	border-radius: 10px;
	height: 63px;
	font-family: 'circular std medium';
	font-size: 18px;
}

.password {
	flex: 1;
}

.password-box {
	align-items: center;
	display: flex;
	padding: 0px;
}

	.password-box > input {
		background: transparent;
		border: none;
		padding-left: 12px;
		outline: none;
		width: 243px;
		height: 99%;
	}

	.password-box.disabled {
		background-color: #f2f2f2;
		cursor: not-allowed;
	}

.toggle-password {
	background: url(../show-password.svg);
	height: 24px;
	width: 24px;
	background-repeat: no-repeat;
	margin-right: 5px;
}

	.toggle-password.password-visible {
		background: url(../password-visible.svg);
		background-repeat: no-repeat;
	}

input::placeholder {
	color: #ABABAC;
}

span,
label {
	display: inline-block;
	padding: 0px 0 6px 0;
}

label {
	color: #696972;
	font-size:14px;
}

body {
	background-color: #E2E2E2;
}

#app {
	align-items: stretch;
	display: flex;
	font-family: 'circular std';
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100vh;
}

.bottom-margin-large {
	margin-bottom: 22px;
}

.bottom-margin-huge {
	margin-bottom: 48px;
}

.button {
	background-color: rgba(36, 45, 75, 0.15);
	border: none;
	border-radius: 10px;
	height: 56px;
	color: white;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	justify-items: center;
	width: 100%;
	cursor: pointer;
}

.button-white {
	background-color: #FFFFFF;
	color: #4388D3;
}
	.button-white:active {
		border-color: #4388D3;
		border: 1px solid;
	}
	.button-white:hover {
		border-color: #4388D3;
		border: 1px solid;
	}

.button-blue {
	background-color: #4388D3;
	color: white;
}

.button-blue:active {
	background-color: #1E5596;
}

.button-blue:hover {
	color: white;
}

.button-grey {
	background-color: #D3D3D3;
	height: 56px;
	color: white;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	justify-items: center;
	cursor: default;
}

.centered {
	text-align: center;
}

.form-group {
	margin-top: 16px;
}

.hidden {
	visibility: hidden;
}

.left-panel {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.right-panel {
	background: var(--background-img);
	background-repeat: no-repeat;
	background-size: cover;
	width: 888px;
}

.ruler {
	background-color: rgba(36, 45, 75, 0.1);
	height: 1px;
	margin: 22px 0;
}

.top-margin-small {
	margin-top: 6px;
}

.top-margin-large {
	margin-top: 22px;
}

.top-margin-huge {
	margin-top: 40px;
}

.multiple-accounts-container {
	margin-top: 30px;
}

	.multiple-accounts-container label {
		padding-top: 6px;
	}

	.multiple-accounts-container .form-check {
		padding-left: 10px;
	}

.error-container .error {
	margin-bottom: 0;
}

ul.no-margin {
	margin: 0;
}

.login-remember {
	margin-top: 20px;
}
	.login-remember label {
		display: flex;
		align-items: center;
		justify-content: left;
	}
	.login-remember input[type="checkbox"] {
		margin-right: 8px;
		width: 24px;
		height: 24px;
	}

	.login-remember span {
		padding: 0px;
	}

	.login-remember select {
		background-color: #f3f4f9;
		border: none;
		border-radius: 4px;
		box-sizing: border-box;
		height: 40px;
		padding: 0 12px;
		width: 100%;
	}


.header-banner {
	width: 100%;
	max-height: 48px;
	display: flex;
	flex-wrap: wrap;
}

	.header-banner > img {
		max-height: 48px;
		max-width: 100%;
		height: fit-content;
		width: fit-content;
	}

.overlay {
	display: flex;
	background: var(--overlay-color);
	opacity: 0.84;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}
	.overlay > img {
		max-width: 420px;
	}

.content {
	justify-content: center;
	width: 100%;
}

.inner-content {
	align-self: center;
	width: 100%;
	max-width: 520px;
}

.inner-content-card {
	background: #FFFFFF;
	box-shadow: 4px 4px 4px 2px rgba(29, 37, 68, 0.02);
	border-radius: 8px;
	height: 95%;
	align-items: center;
	justify-content: center;
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 5em 3em 5em 3em;
}

.otp-img > img {
	max-height: 92px;
	max-width: 92px;

}
.otp-img-background {
	background: #F2F9FF;
	max-height: 100px;
}


@media only screen and (max-width: 992px) {
	body {
		background-color: #FFFFFF;
	}

	.content {
		justify-content: start;
	}

	.inner-content-card {
		box-shadow: none;
		border-radius: 0px;
		height: 100%;
	}

	.left-panel {
		justify-content: start;
	}

	.right-panel {
		display: none;
	}

	span,
	label {
		padding: 0px;
	}

	.disclaimer {
		display: flex;
	}

	.overlay {
		display: none;
	}
}
@media only screen and (max-width: 650px) {
	.inner-content-card {
		padding: 1em 1.5em 1em 1.5em;
	}
}

.alert {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;
}

.alert div {
	margin-top: 10px;
}

.p-tb-10{
	padding: 10px 0;
}

.separator {
	display: flex;
	align-items: center;
	text-align: center;
	color: #bebdbd;
}

	.separator::before,
	.separator::after {
		content: '';
		flex: 1;
		border-bottom: 1px solid rgba(36, 45, 75, 0.1);
	}

	.separator:not(:empty)::before {
		margin-right: .25em;
	}

	.separator:not(:empty)::after {
		margin-left: .25em;
	}

.container-flex{
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
}

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

.social-login {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #CCCCCC;
	text-decoration: none;
	margin: 0 0.7em 0 0.7em;
	color: #696972;
}

	.social-login:hover {
		border-color: #666666;
	}

	.social-login img {
		width: 24px;
		height: 24px;
		fill: #333333;
	}

	.social-login.social-login-single {
		width: 80%;
		border-radius: 20px;
		padding: 20px;
	}

	.social-login.social-login-single > span {
		margin-left: 10px;
		padding: 0;
	}

span.field-validation-error{
	padding: 0 !important;
}

input[type="text"].input-validation-error {
	border: 1px solid rgba(255, 48, 85, 0.8);
}

input[type="email"].input-validation-error {
	border: 1px solid rgba(255, 48, 85, 0.8);
}

input[type="tel"].input-validation-error {
	border: 1px solid rgba(255, 48, 85, 0.8);
}

.password-box:has(> .input-validation-error) {
	border: 1px solid rgba(255, 48, 85, 0.8);
}
.recaptcha-container {
	max-width: 304px;
}
.custom-html {
	max-height: 250px;
	overflow-y: auto;
}
/*Bootstrap overrides*/
.alert-danger {
	color: #172244;
	background-color: #F9F0F1;
	border: 0px;
}

/*Back button*/
.back-button-img {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
	background: #4388D3;
	-webkit-mask: url("../images/styles/chevron-left.png") center/contain;
	mask: url("../images/styles/chevron-left.png") center/contain;
}

back-button-img {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
}

back-button {
	display:flex;
	width: 100px;
	padding: 8px 0px;
	gap: 4px;
	height: 24px;
}

back-button-text {
	text-align: center;
	font-family: 'circular std medium';
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	color: #4388D3;
}

.info-tip {
	position: relative;
	display: inline-block;
	cursor: help;
}

.tip-content {
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	background-color: #f9f9f9;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	width: 200px;
	color: #333;
	z-index: 1;
}

.info-tip:hover .tip-content {
	display: block;
}

.info-img {
	height: 1.6em;
	margin-left: 5px;
}

.terms-and-conditions-textarea {
	padding: 5px;
	overflow-y: scroll;
	width: 400px;
	height: 150px;
	resize: none;
}
	.terms-and-conditions-textarea[readonly] {
		color: rgb(84, 84, 84);
	}

.read-through-label {
  font-size: 14px;
  color: red;
}

.cbx-confirmation {
	appearance: none;
	-webkit-appearance: none;
	display: flex;
	align-content: center;
	justify-content: center;
	font-size: 2rem;
	padding: 0.1rem;
	border: 0.15rem solid gray;
	border-radius: 0.1rem;
	width: 1.4rem;
	height: 1.4rem;
	cursor: pointer;
}

.cbx-confirmation:enabled {
	border: 0.15rem solid green;
}

.cbx-confirmation::before {
	content: "";
	width: 1.4rem;
	height: 1rem;
	clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%);
	transform: scale(0);
	background-color: green;
}

.cbx-confirmation:checked::before {
	transform: scale(0.7);
}

.cbx-confirmation:hover {
	color: black;
}


