.background-logo img {
	width: 100%;
	height: 100vh;
	object-fit: fill;
}
header.web-header {
	background: transparent !important;
	padding: 16px;
	position: relative;
	z-index: 9;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
section.login-existing-account {
	padding: 170px 0 0 0;
}
section.term-condition {
	padding-top: 80px;
	padding-bottom: 20px;
}
.background-logo {
	position: absolute;
	top: 0;
	z-index: -1;
}
.term-condition-heading {
	display: flex;
	gap: 20px;
	margin-bottom: 0px;
	align-items: center;
	justify-content: center;
}
.term-condition-heading h5 {
	color: #053c52;
	font-family: "Gilroy-Medium";
	font-size: 21px;
}
.form-log-in {
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
	background: #fff;
	border-radius: 20px;
	padding: 20px 20px 40px 20px;
}
.form-log-in h2.let-heading-together {
	color: #053c52;
	font-size: 33px;
	margin-top: 22px;
}
.form-log-in .form-control input {
	background: #fff;
	border-radius: 10px;
	height: 50px;
	padding: 10px 16px;
	border: 1px solid #e3e3e3;
}
a.forget-password-log-in {
	text-align: center;
	margin: 20px 0 0 0;
	font-family: "Gilroy-Medium";
	font-size: 18px;
	text-decoration: underline;
	color: #053c52;
	display: flex;
	align-items: center;
	justify-content: center;
}
section.login-existing-account a.btn.hover-wrapper {
	padding: 20px;
	margin-bottom: 0px;
}
section.login-existing-account span.sign-wrapper {
	text-decoration: underline;
}
.background-logo {
	background-image: url("../img/big-logo.png");
	background-size: cover;
	background-position: center;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: -1; /* Ensures that the background doesn't cover other content */
}
.background-logo img {
	display: none;
}
.input-group {
	position: relative;
}
.form-control input {
	position: relative;
}
.inputWithIcon1 i {
	padding: 9px 8px;
	color: #b8b8b8;
	transition: 0.3s;
	font-size: 22px;
}
.input-group-addon1 {
	position: absolute;
	right: 6px;
	top: 14%;
	/* bottom: 75%; */
	z-index: 11111;
}
.inputWithIcon1 i:hover {
	color: #000;
	transition: 0.3s;
}
.inputWithIcon1 input {
	width: 100%;
	height: 57px;
	border: 0;
	background: #222224;
	border-radius: 0;
	color: #000;
	padding: 20px 46px 20px 20px;
	transition: 0.8s;
	box-shadow: none;
}
.inputWithIcon1 input::placeholder {
	font-size: 16px;
	color: #b8b8b8;
	font-family: "Gilroy-Light";
}
input.control-wrapper {
	font-size: 16px;
	color: #b8b8b8;
	font-family: "Gilroy-Light";
}
.inputWithIcon1 input:focus {
	border-color: var(--first-color);
	box-shadow: 0 0 8px 0 var(--first-color);
}
.inputWithIcon1 {
	margin-top: 11px;
	margin-bottom: 10px;
}
.form-group.inputWithIcon1 input.control-wrapper {
	padding: 5px 50px 5px 20px;
	border-radius: 10px !important;
}
li.nav-item-wrapper a {
	color: #053c52;
	font-family: "Gilroy-SemiBold";
	font-size: 22px;
	cursor: pointer;
}
@media (max-width: 576px) {
	section.login-existing-account {
		padding: 50px 0 0 0;
	}
	section.login-existing-account.new-password {
		padding-top: 160px;
	}
}
