html,
body {
	height: 100%;
	overflow: hidden;
}

.login-left-panel {
	position: relative;
	min-height: 100vh;
	height: 100%;
	background:
		linear-gradient(115deg,
			rgba(3, 37, 98, .95) 0%,
			rgba(3, 37, 98, .88) 30%,
			rgba(3, 37, 98, .72) 58%,
			rgba(2, 23, 67, .82) 78%,
			rgba(1, 13, 45, .92) 100%),
		url('/assets/skote/images/gambar/dekanat-fk.jpg');

	background-size:
		cover,
		cover;

	background-repeat: no-repeat;
	background-position:
		center center,
		15% center;
}

.login-left-panel::after {
	content: "";

	position: absolute;
	inset: 0;

	background:
		linear-gradient(to bottom,
			rgba(0, 0, 0, 0) 55%,
			rgba(0, 10, 40, .25) 75%,
			rgba(0, 10, 40, .55) 100%);

	pointer-events: none;
}

.left-overlay {
	position: relative;
	z-index: 2;
	height: 100vh;

	padding: 45px 75px;

	display: flex;
	flex-direction: column;
}

.login-brand {
	display: flex;
	align-items: center;
	gap: 20px;
}

.login-brand img {
	width: 60px;
}

.login-brand h2 {
	color: white;
	font-size: 25px;
	font-weight: 800;
	margin-bottom: 0;
}

.login-brand span {
	color: white;
	font-size: 15px;
	letter-spacing: 1px;
}

.hero-content {
	margin-top: 150px;
	max-width: 650px;
}

.hero-content h1 {
	color: #fff;
	font-size: 50px;
	line-height: 1.15;
	font-weight: 800;
	margin-bottom: 30px;
}

.hero-content span {
	color: #f1b44c;
}

.hero-content p {
	color: rgba(255, 255, 255, .92);
	font-size: 18px;
	line-height: 1.8;
	max-width: 520px;
	margin-bottom: 30px;
}

.hero-line {
	width: 80px;
	height: 5px;
	background: #f1b44c;
	border-radius: 50px;
}

.left-footer {
	margin-top: auto;

	color: rgba(255, 255, 255, .8);

	font-size: 18px;
}

.orange-divider {
	width: 80px;
	height: 4px;
	background: #f1b44c;
	border-radius: 30px;
	margin: 20px auto;
}

/* ===============================
        LOGIN STATISTIC
        =================================*/

.login-stats {
	display: flex;
	gap: 18px;
	width: fit-content;
	margin-top: 45px;
	margin-bottom: 35px;
}

.stat-card {
	width: 170px;
	min-height: 220px;

	padding: 28px 24px;

	border-radius: 22px;

	background: rgba(255, 255, 255, .06);
	border: 1px solid rgba(255, 255, 255, .12);

	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);

	box-shadow:
		0 20px 50px rgba(0, 0, 0, .15),
		inset 0 1px 0 rgba(255, 255, 255, .08);

	transition: .3s ease;

	color: #fff;
}

.stat-card:hover {
	transform: translateY(-5px);

	background: rgba(255, 255, 255, .08);
}

.stat-icon {
	width: 62px;
	height: 62px;

	border-radius: 50%;

	display: flex;
	align-items: center;
	justify-content: center;

	margin-bottom: 25px;
}

.stat-icon i {
	font-size: 30px;
	color: #fff;
}

.stat-card h2 {
	font-size: 32px;
	font-weight: 800;
	margin-bottom: 8px;
	color: #fff;
}

.stat-card h5 {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 14px;
	color: #fff;
}

.stat-card p {
	font-size: 14px;
	line-height: 1.7;
	color: rgba(255, 255, 255, .8);
	margin: 0;
}

/* warna icon */

.stat-blue .stat-icon {
	background: #2B7FFF;
}

.stat-green .stat-icon {
	background: #24D39A;
}

.stat-orange .stat-icon {
	background: #F5A623;
}

.stat-purple .stat-icon {
	background: #8B5CF6;
}

@media (max-height: 900px) {
	.login-left-panel {
		background-position:
			center,
			center -70px;
		background-size:
			cover,
			147%;

	}

	.hero-content {
		margin-top: 40px;
	}

	.login-stats {
		margin-top: 30px;
	}
}


.login-right-panel {
	height: 100vh;
	background: #ffffff;

	display: flex;
	justify-content: center;

	padding: 50px 70px;
	overflow-y: auto;
}

.login-right-wrapper {
	max-width: 520px;
	width: 100%;
	padding: 20px 10px;
	/* margin: auto; */
}

.login-header {
	text-align: center;
	margin-bottom: 32px;
}

.login-logo {
	width: 65px;
	height: auto;
	margin-bottom: 15px;
}

.login-header h1 {
	font-size: 32px;
	font-weight: 700;
	color: #24385B;
	margin-bottom: 0;
}

.login-header h4 {
	font-size: 18px;
	font-weight: 500;
	color: #24385B;
	margin-bottom: 6px;
}

.login-header p {
	font-size: 14px;
	color: #6b7280;
	margin-bottom: 15px;
}

.welcome-title {
	font-size: 18px;
	font-weight: 700;
	color: #24385B;
	margin-bottom: 5px;
}

.welcome-desc {
	font-size: 13px;
	color: #6b7280;
	line-height: 1.8;
	margin-bottom: 30px;
}

.form-label {
	font-size: 14px;
	font-weight: 600;
	color: #24385B;
	margin-bottom: 8px;
}

.login-input-group {
	height: 48px;
	border: 1px solid #d1d5db;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	transition: all .2s ease;
}

.login-input-group:focus-within {
	border-color: #1d4ed8;
	box-shadow: 0 0 0 3px rgba(29, 78, 216, .08);
}

.login-input-group .input-group-text,
.login-input-group .form-control,
.login-input-group .btn {
	border: none !important;
	box-shadow: none !important;
	background: transparent;
}

.login-input-group .form-control:focus,
.login-input-group .btn:focus {
	outline: none !important;
	box-shadow: none !important;
}

.captcha-wrapper {
	display: flex;
	align-items: center;
	gap: 25px;
}

.captcha-question {
	font-size: 26px;
	font-weight: 700;
	color: #ef4444;
}

.captcha-answer input {
	height: 45px;
	border: 1px solid #d1d5db;
	border-radius: 10px;
	transition: all .2s ease;
	font-weight: 400;
}

.captcha-answer input:focus {
	border-color: #1d4ed8 !important;
	box-shadow: 0 0 0 3px rgba(29, 78, 216, .08) !important;
	outline: none;
}

.btn-login-custom {
	width: 100%;
	height: 56px;

	border: none;
	border-radius: 12px;

	background: #062E8A;
	color: #fff;

	font-size: 18px;
	font-weight: 700;

	transition: .3s;
}

.btn-login-custom:hover {
	background: #0a3ba8;
	transform: translateY(-2px);
	color: #fff;
}

.help-divider {
	position: relative;
	text-align: center;
	margin: 30px 0;
}

.help-divider::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;

	width: 35%;
	height: 1px;
	background: #d1d5db;
}

.help-divider::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;

	width: 35%;
	height: 1px;
	background: #d1d5db;
}

.help-divider span {
	background: #fff;
	padding: 0 20px;
	color: #6b7280;
	font-size: 14px;
	font-weight: 500;
}

.help-menu {
	display: flex;
	justify-content: space-between;
}

.help-menu a {
	display: flex;
	align-items: center;
	gap: 6px;

	color: #2563eb;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
}

.help-menu a i {
	font-size: 18px;
	line-height: 1;
}

.help-menu a:hover {
	color: #1d4ed8;
}

.password-toggle {
	width: 46px;
	background: #fff;
	border-left: none;
	border-color: #d9dce3;
	color: #24385B;
	padding: 0;
}

.password-toggle:hover {
	background: #fff;
	color: #24385B;
}
