body {
	background-color: unset !important;
}

html {
	background-image: url("../../../../assets/media/images/login-bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	width: 100%;
	position: relative;
}

html::before {
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background: linear-gradient(90deg, #334d68 -27%, #2d523a 107%);
	opacity: 0.9;
}

.image-box {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 1rem;
	height: auto;
	border-radius: 0 0.9rem 0.9rem 0;
}

.g-recaptcha {
	transform: scale(0.9);
	margin-left: -8px;
}

.g-recaptcha div {
	width: 200px !important;
}

.bi,
.toggle-password {
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	cursor: pointer;
}

#otp-verification-form,
#change-password-form {
	display: none;
}

.error .form-control {
	border: 1px solid #fb3a3a;
}

.error .help-block {
	color: #fb3a3a;
	position: absolute;
	top: 55px;
	font-size: 10px;
	left: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
	.g-recaptcha {
		transform: scale(0.75);
		margin-left: -30px;
	}
}

@media screen and (min-width: 370px) and (max-width: 767px) {
	.g-recaptcha {
		transform: scale(0.9);
		text-align: center;
	}
}

@media screen and (min-width: 360px) and (max-width: 369px) {
	.g-recaptcha {
		transform: scale(0.8);
	}
}
