body {
    background-color: #fff;
    color: #000;
	font-family: 'Signika', sans-serif;
	line-height: 22px;
	font-size: 14px;
	width: 100%;
}

hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.1), transparent);
    background-image: -moz-linear-gradient(left, transparent, rgba(0, 0, 0, 0.1), transparent);
    background-image: -ms-linear-gradient(left, transparent, rgba(0, 0, 0, 0.1), transparent);
    background-image: -o-linear-gradient(left, transparent, rgba(0, 0, 0, 0.1), transparent);
    margin: 22px 0 22px 0;
}

.auth-main {
	min-height: 100vh;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 25px 10px;
}

input.form-control {
	width: 100%;
	height: 40px;
	-webkit-border-radius: 500px;
	border-radius: 500px;
}

.form-control {    
    background-color: #f8fafc;
    border-color: #e2e8f0;
    color: #1e293b;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.form-control:focus {
    border-color: #02456e;
    box-shadow: 0 0 0 3px rgba(26, 163, 70, 0.1);
    background-color: #ffffff;
    outline: none;
}

a {
    color: #02456e;
}

a:hover, a:focus {
	color: #02456e;
    text-decoration: none;
}

.no-padding {
    padding: 0;
}

.fitxt-center {
	z-index: 1;
	text-align: center;
}

.img-hol-p {
	padding-bottom: 22px;
}

/* image area */
.image-area {
	background: url('../image/sidebox.jpg');
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	height: 600px;
	border-radius: 12px;
	z-index: 1;
	position: relative;
	overflow: hidden;
}

.image-area:before {
	position: absolute;
	content: '';
	z-index: -1;
	border-radius: 12px;
	height: 100%;
	width: 100%;
	background: #0097B1;
    background: -webkit-linear-gradient(left, #0a0a0a, #02456e);
    background: -o-linear-gradient(left, #0a0a0a, #02456e);
    background: -moz-linear-gradient(left, #0a0a0a, #02456e);
    background: linear-gradient(left, #0a0a0a, #02456e);
	opacity: .85;
	top: 0;
	left: 0;
}

.image-area .content {
	height: 100px;
	padding: 170px 0;
}

.image-area .image-hader {
	padding-bottom: 22px;
}

.image-area .image-hader h2 {
	color: #fff;
	text-transform: uppercase;
	position: relative;
}

.image-area .image-hader h2:before {
	content: '';
	background: #fff;
	width: 85px;
	height: 2px;
	position: absolute;
	bottom: -6px;
}

.content .address p {
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	padding-bottom: 10px;
}

.f-social-links a span {
    font-size: 16px;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-right: 5px;
    border: 1px solid #038F5C;
    -moz-box-shadow: 5px 7px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 5px 7px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 7px 10px rgba(0, 0, 0, 0.2);
}

.f-social-links a span:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #02361C;
    z-index: -1;
}

.f-social-links a span:hover:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background: #02361C;
}

/* sign area - Light Theme */
.sign-area {
    z-index: 1;
    background: #FDFDFD;
    position: relative;
    color: #1e293b;
    width: 100%;
    height: 566px;
    -webkit-border-top-right-radius: 12px;
    -webkit-border-bottom-right-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 3.5em 6em;
    margin-top: 17px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.sign-area::before {
    border-right: 60px solid #FDFDFD;
    border-top: 70px solid transparent;
    border-bottom: 70px solid transparent;
    content: '';
    height: 0;
    left: -60px;
    width: 0;
    position: absolute;
    pointer-events: none;
    top: 213px;
}

.sign-area .sign-hader {
	text-align: center;
	padding-bottom: 10px;
}

.sign-hader h3 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 25px;
	color: #1e293b;
}

/* btn round - Light Theme */
.btn-round {
	background: linear-gradient(135deg, #02456e 0%, #02456e 100%);
	color: #ffffff;
	margin-top: 25px;
	height: 44px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	border: none;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
	font-weight: 500;
	font-size: 14px;
}

.btn-round:hover,
.btn-round:focus,
.btn-round:active {
    background: linear-gradient(135deg, #02456e 0%, #0a5c26 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(26, 163, 70, 0.3);
    color: #ffffff;
    outline: none !important;
}

.btn-round.loading {
	opacity: 0.7;
	pointer-events: none;
}

.btn-round.loading i {
	animation: spin 1s linear infinite;
}

.forgot-text {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 10px;
	flex-wrap: wrap;
	gap: 10px;
}

.forgot-text a {
	color: #02456e;
	text-decoration: none;
	font-size: 13px;
	transition: color 0.2s;
}

.forgot-text a:hover {
	color: #02456e;
	text-decoration: underline;
}

.sign-footer p {
	color: #64748b;
	text-align: center;
	margin-top: 30px !important;
}

.sign-footer b {
	font-size: 1.6rem;	
	text-align: center;
	margin-top: 30px !important;
	color: #02456e;
}

.forgot-header {
	color: #475569;
    padding: 12px;
    margin-bottom: 20px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #f8fafc;
    text-align: center;
}

.forgot-header h4 {
	color: #1e293b;
	margin-top: 0;
	margin-bottom: 6px;
}

.alert-msg {
	color: #6ca115;
    padding: 8px;
	margin-top: -8px;
    margin-bottom: 12px;
    border: 1px solid #6ca115;
    border-radius: 8px;
    background: #f8fafc;
    text-align: center;
}
			
.alert-msg.danger {
	color: #ef4444;
    border-color: #fee2e2;
    background: #fef2f2;
}

/* form - input icon */
.input-group-icon {
	width: 100%;
	table-layout: fixed;
}

.input-group-icon input.form-control {
	font-size: 1.25rem;
	padding-right: 36px;
}

.input-group-icon input.form-control:first-child,
.input-group-icon input.form-control:last-child {
	-webkit-border-radius: 500px;
	border-radius: 500px;
}

.input-group-icon .input-group-addon {
	position: relative;
	padding: 0;
	border: 0 none;
	width: 0;
}

.input-group-icon .input-group-addon span.icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	border: 0;
	z-index: 4;
	width: auto;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	padding: 11px 16px;
	background: transparent;
	line-height: 1.42857143;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	pointer-events: none;
	color: #64748b;
}

.input-group-icon .input-group-addon:last-child span.icon {
	left: auto;
	right: 0;
}

.input-group-icon .input-group-addon + input.form-control {
	padding-right: 12px;
	padding-left: 38px;
}

/* Form - Custom Checkbox - Light Theme */
.checkbox-replace .i-checks {
	padding-left: 20px;
	cursor: pointer;
	margin-bottom: 0;
	color: #475569;
}

.checkbox-replace .i-checks input {
	position: absolute;
	margin-left: -20px;
	opacity: 0;
}

.checkbox-replace .i-checks input:checked + span .active {
	display: inherit;
}

.checkbox-replace .i-checks > span {
	margin-left: -20px;
}

.checkbox-replace .i-checks > span .active {
	display: none;
}

.checkbox-replace .i-checks > i {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-top: -2px;
	margin-right: 4px;
	margin-left: -20px;
	line-height: 1;
	vertical-align: middle;
	background-color: #ffffff;
	border: 1px solid #cbd5e1;
	-webkit-transition: all .2s;
	transition: all .2s;
	border-radius: 4px;
}

.checkbox-replace .i-checks > i:before {
	content: "";
	position: absolute;
	top: 4px;
	left: 4px;
	width: 10px;
	height: 10px;
	background-color: #02456e;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all .2s;
	transition: all .2s;
}

.checkbox-replace .i-checks input:checked + i {
	border-color: #02456e;
}

.checkbox-replace .i-checks input:checked + i:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.checkbox-replace .i-checks input:disabled + i {
	border-color: #e2e8f0;
}

.checkbox-replace .i-checks input:disabled + i:before {
	background-color: #cbd5e1;
}

/* Forms Validations */
label.valid {
	display: inline-block;
	text-indent: -9999px;
}

span.error {
	color: #ef4444;
	font-size: 0.85em;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 0;
	padding: 0;
}

/* animation */
.slideIn {
	-webkit-animation-name: slideIn;
	-moz-animation-name: slideIn;
	-o-animation-name: slideIn;
	animation-name: slideIn;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	visibility: visible !important;
}

/* Login Toggle - Light Theme */
.login-toggle {
	background: #f1f5f9;
	border-radius: 40px;
	padding: 4px;
	margin-bottom: 20px;
	display: flex;
	border: 1px solid #e2e8f0;
}

.login-toggle-btn {
	flex: 1;
	text-align: center;
	padding: 10px 15px;
	cursor: pointer;
	border-radius: 40px;
	transition: all 0.3s ease;
	color: #64748b;
	font-weight: 500;
	font-size: 14px;
}

.login-toggle-btn i {
	margin-right: 8px;
}

.login-toggle-btn:hover:not(.active) {
	color: #02456e;
	background: rgba(26, 163, 70, 0.05);
}

.login-toggle-btn.active {
	background: #02456e;
	color: #ffffff;
	box-shadow: 0 2px 8px rgba(26, 163, 70, 0.3);
}

.login-method {
	transition: all 0.3s ease;
}

.login-method.hide {
	display: none;
}

.language-dropdown {
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 1000;
}

.language-btn {
	background: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.3);
	padding: 8px 16px;
	border-radius: 40px;
	color: white;
	font-size: 13px;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	gap: 8px;
}

.language-btn:hover {
	background: rgba(255, 255, 255, 0.3);
	transform: translateY(-2px);
}

.language-btn img {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	object-fit: cover;
}

.language-dropdown-menu {
	position: absolute;
	top: 100%;
	right: 0;
	margin-top: 8px;
	background: #2d2d2d;
	border-radius: 12px;
	min-width: 180px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	z-index: 1001;
}

.language-dropdown.open .language-dropdown-menu {
	opacity: 1;
	visibility: visible;
}

.language-dropdown-menu a {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 16px;
	color: #fff;
	text-decoration: none;
	transition: background 0.2s;
	font-size: 13px;
}

.language-dropdown-menu a:hover {
	background: #3d3d3d;
}

.language-dropdown-menu a img {
	width: 20px;
	height: 20px;
	border-radius: 50%;
}

.language-dropdown-menu .active-lang {
	background: #02361C;
	color: white;
}

.language-dropdown-menu .active-lang i {
	margin-left: auto;
}

/* Improved Sign Area */
.sign-area {
	padding: 2em 3.5em;
	max-height: 650px;
	overflow-y: auto;
}

.sign-area::-webkit-scrollbar {
	width: 5px;
}

.sign-area::-webkit-scrollbar-track {
	background: #f1f5f9;
	border-radius: 10px;
}

.sign-area::-webkit-scrollbar-thumb {
	background: #cbd5e1;
	border-radius: 10px;
}

.sign-area::-webkit-scrollbar-thumb:hover {
	background: #94a3b8;
}

/* Step Indicator - Light Theme */
.step-indicator {
	display: flex;
	justify-content: center;
	gap: 30px;
	margin-bottom: 30px;
	position: relative;
}

.step {
	text-align: center;
	position: relative;
	z-index: 1;
	flex: 1;
}

.step-number {
	width: 40px;
	height: 40px;
	background: #e2e8f0;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	color: #64748b;
	margin: 0 auto 8px;
	transition: all 0.3s;
}

.step.active .step-number {
	background: #02456e;
	color: white;
	box-shadow: 0 0 0 4px rgba(26, 163, 70, 0.15);
}

.step.completed .step-number {
	background: #02456e;
	color: white;
}

.step-label {
	font-size: 11px;
	color: #64748b;
}

.step.active .step-label {
	color: #02456e;
	font-weight: 500;
}

.step-connector {
	position: absolute;
	top: 20px;
	left: 15%;
	right: 15%;
	height: 2px;
	background: #e2e8f0;
	z-index: 0;
}

/* Step Content */
.step-content {
	display: none;
	animation: fadeIn 0.3s ease;
}

.step-content.active {
	display: block;
}

@keyframes fadeIn {
	from { opacity: 0; transform: translateY(10px); }
	to { opacity: 1; transform: translateY(0); }
}

/* OTP Section */
.otp-input-group {
	display: flex;
	gap: 10px;
	align-items: center;
}

.otp-input-group .form-control {
	flex: 1;
}

.btn-resend {
	background: #f1f5f9;
	border: 1px solid #e2e8f0;
	color: #02456e;
	padding: 10px 20px;
	border-radius: 500px;
	font-size: 13px;
	cursor: pointer;
	transition: all 0.2s;
	white-space: nowrap;
}

.btn-resend:hover:not(.disabled) {
	background: #02456e;
	border-color: #02456e;
	color: white;
}

.btn-resend.disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.otp-timer {
	font-size: 12px;
	color: #64748b;
	margin-top: 10px;
	text-align: center;
}

/* Form Row */
.form-row {
	display: flex;
	gap: 15px;
	margin-bottom: 15px;
}

.form-row .form-group {
	flex: 1;
	margin-bottom: 0;
}

/* Divider */
.divider-text {
	text-align: center;
	position: relative;
	margin: 20px 0;
}

.divider-text span {
	background: #ffffff;
	padding: 0 15px;
	position: relative;
	z-index: 1;
	font-size: 12px;
	color: #94a3b8;
}

.divider-text:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 1px;
	background: #e2e8f0;
}

/* Footer Links */
.sign-footer-links {
	margin-top: 25px;
	padding-top: 20px;
	text-align: center;
}

.sign-footer-links a {
	color: #64748b;
	font-size: 12px;
	margin: 0 10px;
	text-decoration: none;
	transition: color 0.2s;
}

.sign-footer-links a:hover {
	color: #02456e;
}

/* Help Block */
.help-block {
	font-size: 11px;
	margin-top: 5px;
	color: #64748b;
}

/* Keyframe Animations */
@-webkit-keyframes slideIn {
    0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
	}
    100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}
			
@-moz-keyframes slideIn {
    0% {
		opacity: 0;
		-moz-transform: translateX(-20px);
	}
    100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}
@-o-keyframes slideIn {
    0% {
		opacity: 0;
		-o-transform: translateX(-20px);
	}
    100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}
@keyframes slideIn {
    0% {
		opacity: 0;
		transform: translateX(-20px);
	}
    100% {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

/* Responsive Media Queries */
@media(max-width: 1199px) {
	.sign-area::before {
	    border-right-width: 50px; 
	    border-top-width: 60px; 
	    border-bottom-width: 60px; 
	    left: -50px;
	    top: 223px;
	}
}

@media(max-width: 991px) {
    .sign-area {
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
    }

	.sign-area::before {
	    display: none;
	}

	.sign-area {
	    padding: 3.5em 2em;
	}

	.w-full {
	    padding: 8px 5px;
	}
}

@media (max-width: 768px) {
	.sign-area {
		padding: 2em 1.5em;
	}
	
	.language-dropdown {
		top: 15px;
		right: 15px;
	}
	
	.forgot-text {
		flex-direction: column;
		align-items: flex-start;
	}
	
	.sign-hader h3 {
		font-size: 20px;
	}
	
	.login-toggle-btn {
		font-size: 12px;
		padding: 8px 12px;
	}
	
	.form-row {
		flex-direction: column;
		gap: 15px;
	}
	
	.step-indicator {
		gap: 15px;
	}
	
	.step-label {
		font-size: 9px;
	}
}

/* Input Group - Light Theme Override */
.input-group-icon input.form-control {
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #1e293b;
}

.input-group-icon input.form-control:focus {
    border-color: #02456e;
    box-shadow: 0 0 0 3px rgba(26, 163, 70, 0.1);
    background-color: #ffffff;
}

.input-group-icon input.form-control::placeholder {
    color: #94a3b8;
}

/* Password field specific */
.input-group-icon input[type="password"] {
    letter-spacing: 2px;
}