body.login,
body.login *,
body.login *::before,
body.login *::after {
	box-sizing: border-box;
}
body.login {
	background:
		radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 55%),
		linear-gradient(100deg, #fcaf49 0%, #fcaf49 100%) !important;
}

.container-login100 {
	background:
		radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 55%),
		linear-gradient(100deg, #fcaf49 0%, #fcaf49 100%) !important;
}

.wrap-login100 {
	width: 100%;
	max-width: 1100px;
	min-height: min(620px, calc(100vh - 60px));
	display: flex;
	align-items: stretch;
	border-radius: 22px;
	overflow: hidden;
	box-shadow: 0 25px 70px rgba(0, 30, 15, 0.35);
	animation: fadeSlideIn 0.6s ease-out;
}

@keyframes fadeSlideIn {
	from {
		opacity: 0;
		transform: translateY(18px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.wrap-login100 {
		animation: none;
	}
}

.login-card-form {
	flex: 1 1 50%;
	min-width: 0;
	display: flex;
	flex-direction: column;
}

.login-card-banner {
	flex: 1 1 50%;
	min-width: 0;
	display: flex;
	padding: 24px 24px 24px 0;
	background: #fff;
}

.login-card-banner-inner {
	flex: 1;
	position: relative;
	border-radius: 16px;
	overflow: hidden;
	background: #0c1b2e;
}

.login-banner-slide {
	position: absolute;
	inset: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity: 0;
	transition: opacity 0.7s ease;
}

.login-banner-slide.active {
	opacity: 1;
	animation: loginBannerDrift 22s ease-in-out infinite alternate;
}

@keyframes loginBannerDrift {
	from {
		transform: scale(1);
	}
	to {
		transform: scale(1.09);
	}
}

@media (prefers-reduced-motion: reduce) {
	.login-banner-slide.active {
		animation: none;
	}
}

.login-banner-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(4, 10, 20, 0) 0%, rgba(4, 10, 20, 0) 35%, rgba(4, 10, 20, 0.55) 65%, rgba(4, 10, 20, 0.92) 100%);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	padding: 40px 44px;
}

.login-banner-eyebrow {
	font-size: 12px;
	font-weight: 700;
	color: #8fd4a8;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	align-self: flex-start;
	margin-top: 6px;
}

.login-banner-logo {
	height: 46px;
	width: auto;
	align-self: flex-start;
}

.login-banner-sub {
	font-size: 15px;
	color: #d7e4ec;
	margin-top: 10px;
	max-width: 100%;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
	align-self: flex-start;
}

.login-banner-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	align-self: stretch;
	gap: 6px;
	margin-top: 22px;
}

.login-banner-dots .dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.4);
	border: none;
	padding: 0;
	cursor: pointer;
	transition: width 0.2s, background 0.2s;
}

.login-banner-dots .dot.active {
	width: 20px;
	border-radius: 4px;
	background: #fff;
}

.login100-form {
	padding-bottom: 36px;
}

.login-logo-bar {
	display: flex !important;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin: 44px 0 36px;
}

.login-logo-badge {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-end;
	text-decoration: none;
	transition: transform 0.2s ease;
}

.login-logo-badge:hover {
	transform: scale(1.03);
}

.login-logo-badge:hover .loginBottomText {
	color: #2f6b3f;
}

.login-logo-badge img {
	height: 72px;
	width: auto;
	margin: 0 !important;
}

.login-logo-divider {
	height: 72px;
	opacity: 0.5;
}

.login-logo-col {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 2px;
}

.loginBottomText {
	height: auto;
	margin: 0;
	text-align: right;
	color: #5b6b60;
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
	transition: color 0.2s ease;
}

.validate-input.input-icon-group {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 auto 22px;
	width: 84%;
	background: #f4f8f5;
	border: 1px solid #dde7e0;
	border-radius: 12px;
	padding: 6px 16px;
	transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}

.validate-input.input-icon-group:focus-within {
	border-color: #3f8f4f;
	box-shadow: 0 0 0 3px rgba(63, 143, 79, 0.15);
	background: #fff;
}

.validate-input.input-icon-group label {
	flex-basis: 100%;
	width: auto;
	text-align: left;
	margin: 6px 0 2px;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #3d4a3f;
}

.validate-input.input-icon-group i {
	color: #8ba393;
	font-size: 17px;
	margin-right: 10px;
}

.validate-input.input-icon-group input {
	flex: 1;
	min-width: 0;
	border: none;
	background-color: transparent;
	padding: 13px 0;
	margin: 0;
	font-size: 16px;
	color: #1f2b22;
	outline: none;
}

.validate-input.input-icon-group input:-webkit-autofill,
.validate-input.input-icon-group input:-webkit-autofill:hover,
.validate-input.input-icon-group input:-webkit-autofill:focus,
.validate-input.input-icon-group input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 1000px #f4f8f5 inset !important;
	box-shadow: 0 0 0 1000px #f4f8f5 inset !important;
	-webkit-text-fill-color: #1f2b22 !important;
	caret-color: #1f2b22;
	transition: background-color 5000s ease-in-out 0s;
}

.validate-input.input-icon-group:focus-within input:-webkit-autofill,
.validate-input.input-icon-group:focus-within input:-webkit-autofill:hover,
.validate-input.input-icon-group:focus-within input:-webkit-autofill:focus,
.validate-input.input-icon-group:focus-within input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
	box-shadow: 0 0 0 1000px #ffffff inset !important;
}

.toggle-password {
	background: transparent;
	border: none;
	padding: 0 4px;
	color: #8ba393;
	cursor: pointer;
	font-size: 15px;
}

.toggle-password:hover {
	color: #3f8f4f;
}

.validate-input.input-icon-group input.errorField {
	box-shadow: none;
}

#rsvErrors.errorField {
	display: none;
	width: 84%;
	margin: 0 auto 12px;
	background: #fdf1f0;
	border: 1px solid #f3c6c1;
	color: #c0392b;
	border-radius: 8px;
	padding: 8px 12px;
	font-size: 12px;
	line-height: 1.35;
	position: static;
	left: 0;
	top: 0;
}

.container-login100-form-btn {
	width: 84%;
	margin: 20px auto 0 !important;
}

.login100-form-btn {
	width: 100% !important;
	height: 54px !important;
	background: linear-gradient(135deg, #0f2e1c, #3f8f4f);
	border-radius: 12px;
	font-weight: 700;
	font-size: 16px !important;
	letter-spacing: 0.04em;
}

.login100-form-btn:hover {
	background: linear-gradient(135deg, #143a24, #4ea360);
}

.text-right.p-t-13.p-b-23 {
	width: 84%;
	margin: 10px auto 0;
	text-align: center !important;
	padding: 0;
}

.text-right.p-t-13.p-b-23 a.forgetPassword {
	margin-left: 0 !important;
	color: #3f8f4f;
	font-weight: 600;
	font-size: 13px;
}

.social-divider {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 84%;
	margin: 22px auto 12px;
}

.social-divider::before,
.social-divider::after {
	content: "";
	flex: 1;
	height: 1px;
	background: #e3ece5;
}

.social-divider span {
	font-size: 11px;
	color: #93a396;
	white-space: nowrap;
}

.social-icons {
	display: flex;
	justify-content: center;
	gap: 12px;
	padding-bottom: 4px;
}

.social-icons a {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f0f5f1;
	color: #3d5a44;
	font-size: 15px;
	transition: background 0.2s, color 0.2s, transform 0.2s;
}

.social-icons a:hover {
	background: linear-gradient(135deg, #0f2e1c, #3f8f4f);
	color: #fff;
	transform: translateY(-2px);
}

@media (max-width: 768px) {
	.wrap-login100 {
		flex-direction: column;
		min-height: 0;
	}
	.login-card-banner {
		flex: 0 0 auto;
		padding: 0 20px 20px;
		height: 260px;
	}
	.login-banner-sub {
		white-space: normal;
		font-size: 13px;
	}
	.login-banner-overlay {
		padding: 20px 24px;
	}
	.login-logo-bar {
		margin: 28px 0 22px;
		gap: 12px;
	}
	.login-logo-badge img {
		height: 44px;
	}
	.login-logo-divider {
		height: 44px;
	}
	.login100-form {
		padding-bottom: 24px;
	}
	.validate-input.input-icon-group {
		width: 90%;
	}
	.login100-form-btn {
		height: 48px !important;
		font-size: 15px !important;
	}
	.container-login100-form-btn,
	.text-right.p-t-13.p-b-23,
	.social-divider,
	#rsvErrors.errorField {
		width: 90%;
	}
}
