@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(../fonts/Inter-Medium.ttf) format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
		U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122,
		U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url(../fonts/Inter-SemiBold.ttf) format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
		U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122,
		U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(../fonts/Inter-Bold.ttf) format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
		U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122,
		U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html,
body {
	margin: 0;
}

body {
	display: flex;
	flex-direction: column;
	background-color: #fff;
	width: 100vw;
	height: 100vh;
}

.wrapper {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.container {
	flex: 1;
	margin-bottom: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.form-card {
	display: flex;
	flex-direction: column;

	width: 100%;
	max-width: 456px;
	height: fit-content;
	background-color: #ffffff;
}

.header {
	display: flex;
	justify-content: center;
	align-items: center;

	height: 80px;
	width: 100%;
	background-color: #140e34;
}

.logo {
	width: 150px;
	height: 50px;
}
.logo img {
	width: 100%;
}

.card-content {
	padding: 20px 20px 30px 20px;
}

.heading {
	margin-bottom: 24px;
}

.form-heading {
	display: block;

	font-family: "Inter", sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 35px;
	letter-spacing: 0em;
	color: #1c1548;
	text-align: center;

	margin-bottom: 3px;
}
.form-subheading {
	display: block;
	text-align: center;

	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 19px;
	letter-spacing: 0px;
	color: #111749cc;
}

.errorMessageDiv {
	display: flex;
	align-items: center;

	height: fit-content;
	padding: 0 10px;
	border-radius: 3px;
	background-color: #f8d7da;
	color: #92363f;
	margin-bottom: 10px;

	font-family: "Inter", sans-serif;
	font-size: 12px;
}

.errorMessageDiv * {
	display: flex;
	align-items: center;
}

.errorMessageDiv .close-error-msg {
	margin-left: auto;
}

.input-group {
	display: flex;
	align-items: center;

	width: 100%;
	height: 50px;
	border: 1px solid #d8d8d8;
	box-sizing: border-box;
	border-radius: 3px;

	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 0em;
}

.input-group input {
	flex: 1;
	width: 100%;
	height: 95%;
	background-color: #fff;
	border: none;
	border-radius: 3px;
	padding-left: 16px;

	font-family: "Inter", sans-serif;
	line-height: 28px;
	letter-spacing: 0em;
	text-align: left;
	font-weight: 600;
	font-size: 14px;
	color: #1c1548;
}
.input-group input.pwd-input {
	border-radius: 3px 0 0 3px;
}

.input-group input::placeholder {
	font-size: 14px;
	color: #73788b;
}

.form-label {
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 19px;
	letter-spacing: 0px;

	color: #030b5dcc;
}
.terms-link {
	font-family: "Inter", sans-serif;
	font-weight: 600;
	line-height: 19px;
	letter-spacing: 0px;

	text-decoration: none;
}

.validation-error {
	display: block;
	margin-top: 3px;
	padding: 0 2px;
	font-family: "Inter", sans-serif;
	font-size: 11px;
	color: #d65b35;
}

.validation-group {
	position: relative;
	margin-bottom: 23px;
}
.validation-group:last-child {
	margin-bottom: 16px;
}
.terms-container {
	width: fit-content;
	margin: auto;
}

.label-on-input {
	position: absolute;
	top: 11px;
	left: 17.5px;

	background-color: #fff;
	width: fit-content;
	color: #73788b;

	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 0em;

	opacity: 0;
	transition: ease-in 0.04s;
	pointer-events: none;
}

.validation-group:focus-within .label-on-input {
	opacity: 1;
	position: absolute;
	top: -14px;
	left: 20px;

	font-family: "Inter", sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 0em;
	padding: 0 5px;

	color: #818181;
	transition: ease-out 0.04s;
}

.work-zone-container {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.work-zone-select {
	display: flex;
	align-items: center;
	flex: 1;
	height: 100%;
}
.input-group.active {
	border: 1px solid #ff6637;
}

.input-group .loader-svg-container {
	margin-left: auto;
	width: 50px;
	height: 100%;
	color: #818181;

	display: flex;
	justify-content: center;
	align-items: center;
}

.work-zone-list-container {
	position: absolute;
	top: 50px;
	width: 100%;
	background-color: rgba(20, 14, 52, 0.1);
	box-shadow: 0px 5px 10px 0px rgba(20, 14, 52, 0.133);
	padding-bottom: 3px;
	border-radius: 3px;

	display: flex;
	justify-content: center;

	z-index: 1;
}

.work-zone-list-container ul {
	padding: 0;
	margin: 0;
	width: 97%;
}

.work-zone-option {
	display: flex;
	align-items: center;

	width: 100%;
	height: 40px;
	background-color: #fff;
	box-sizing: border-box;
	border-radius: 3px;
	margin-top: 3px;

	font-family: "Inter", sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 0em;
}
.work-zone-option:hover {
	background-color: #fafafa;
}

.input-group-icon {
	display: flex;
	justify-content: center;
	align-items: center;

	width: 50px;
	height: 100%;
	color: #818181;
}
.flag-container,
.selected-icon {
	border-radius: 2.5px 0 0 2.5px;
}

.flag-container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 100%;
}
.zone-flag {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45%;
	border-radius: 2.5px 0 0 2.5px;
}
.zone-flag img {
	width: 100%;
}

.show-pwd {
	border-radius: 0 2.5px 2.5px 0;
}

.forgot-pwd-redirect {
	width: 100%;
	margin-bottom: 16px;

	font-family: "Inter", sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: 0em;
	text-align: right;
}
.forgot-pwd-redirect a {
	text-decoration: none;
	color: #1c1548;
}
.forgot-pwd a:active {
	color: inherit;
}

input:focus {
	outline: none;
}
input:focus::placeholder {
	color: transparent;
}
.input-group:focus-within {
	border: 1px solid #140e34;
}

.terms-div {
	display: flex;
	align-items: center;
}

/* Custom checkbox */
/* **** Hide default HTML checkbox **** */
.custom-checkbox input {
	opacity: 0;
	width: 0;
	height: 0;
	margin: 0;
}

.custom-checkbox {
	display: flex;
	justify-content: center;
	align-items: center;

	cursor: pointer;
	font-size: 22px;
	user-select: none;
	margin-right: 10px;
}

.checkmark {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 20px;
	width: 20px;
	border: 1px solid #d8d8d8;
	border-radius: 2px;
	box-sizing: border-box;
}

.custom-checkbox input:checked ~ .checkmark {
	background-color: #60b158;
	border: none;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.custom-checkbox input:checked ~ .checkmark:after {
	display: block;
}

.custom-checkbox .checkmark:after {
	left: 7px;
	top: 3.5px;
	width: 4px;
	height: 9px;
	border: solid white;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
/* **** Custom checkbox end **** */

.submit {
	display: flex;
	justify-content: center;
	align-items: center;

	width: 100%;
	height: 50px;
	background-color: #ff6637;
	border: none;
	border-radius: 3px;
	margin-bottom: 16px;

	color: #ffffff;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 29px;
	letter-spacing: 0em;
	text-align: center;
}
.submit:hover {
	background-color: #eb6238;
	cursor: pointer;
}

.submit.disabled {
	background-color: #818181;
}
.submit.disabled:hover {
	cursor: default;
	background-color: #818181;
}

.switch-form-div {
	width: 100%;
	text-align: center;
	color: #818181;

	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: 0em;
	text-align: center;
}
.switch-form-btn {
	text-decoration: none;

	color: #1c1548;
	cursor: pointer;
}

.footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	margin-bottom: 10px;
}

.copyright {
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0px;
	color: #1117494a;
}

.links {
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0px;
	color: #1117494a;
	width: fit-content;
}
.links a {
	text-decoration: none;
	color: #1117494a;
}
.linkDivider {
	margin: 0 2px;
}

.recaptcha-text {
	width: 85%;
	height: fit-content;
	padding: 5px 7px;
	margin-top: 14px;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

	font-family: "Inter", sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0px;

	background-color: #4285f40d;
	color: #b9b9b9;
}
.recaptcha-link {
	text-decoration: none;

	font-weight: 600;
	line-height: 20px;
	letter-spacing: 0px;
}

.hidden {
	display: none;
}

#loader-svg {
	animation: rotate 0.5s linear infinite;
}
@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(100deg);
	}
}

@media (min-width: 430px) {
	body {
		background-color: #f6f6f4;
	}

	.container {
		flex: 1;
		margin-bottom: 50px;
		display: flex;
	}

	.logo {
		width: 150px;
		height: 50px;
	}

	.form-card {
		margin-top: 5em;
		border: 1px solid #dce2e9;
	}

	.header {
		height: 70px;
	}

	.heading {
		text-align: center;
	}
	.form-heading {
		font-size: 20px;
		font-weight: 600;
		line-height: 28px;
	}
	.form-subheading {
		font-size: 14px;
		font-weight: 500;
		line-height: 24px;
		/* display: none; */
	}
}

@media (max-width: 375px) {
	.terms-container {
		padding: 0 40px;
	}
}

.grecaptcha-badge {
	visibility: hidden;
	/* transform: scale(0.5);
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0; */
}
