.back-ground-login-front {
	background-image: url("../lib/icon/6486fb72735e2.webp");
	background-size: cover;
	background-repeat: no-repeat;
	color: #ffffff;
	position: relative;
	overflow: hidden; /* Add this line to hide overflowing content */
	display: block;
}

.back-ground-login-front::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: inherit;
	filter: blur(8px);
}

.bg-auth-right-section {
	background-image: url("../lib/icon/bg-auth.webp");
	background-repeat: no-repeat;
	background-size: cover;
}

.text-judul-login-informasi {
	font-family: "Rubik", sans-serif;
	font-weight: 700;
	font-size: 40px;
	text-transform: capitalize;
	position: relative;
	margin-bottom: 20px;
}

.garis-bawah {
	border: solid 3px rgb(255, 255, 255);
	position: relative;
	border-radius: 8px;
	width: 26%;
}

.btn-auth {
	background: #00a4ba !important;
	color: #ffffff !important;
}

.btn-auth:hover {
	background: #0093a7 !important;
	color: #ffffff !important;
}

.text-card-info {
	font-family: "Rubik", sans-serif;
	font-weight: 500;
	font-size: 16px;
	position: relative;
	padding-bottom: 10px;
}
.teks-deskripsi-info {
	font-family: "Rubik", sans-serif;
	font-weight: 300;
	font-size: 15px;
	position: relative;
	padding-bottom: 10px;
}
.color-white {
	color: white;
}
.teks-masuk {
	font-weight: 600;
	font-size: 30px;
}
.label-login {
	font-weight: 300;
	font-size: 14px;
	color: #8f90a6;
}
.text-gray {
	color: #8f90a6;
}
.btn-arkatama {
	background-color: #15305b;
	color: white;
}
.btn:not(.btn-social):not(.btn-social-icon):active,
.btn:not(.btn-social):not(.btn-social-icon):focus,
.btn:not(.btn-social):not(.btn-social-icon):hover {
	border-color: transparent !important;
	background-color: #ffab1f;
}

.form-control,
.input-group-text,
.custom-select,
.custom-file-label {
	background-color: #fdfffd;
	border-color: #00a4ba;
}

.footer-login {
	font-weight: 500;
	font-size: 12px;
	color: black;
}
.footer-login-red {
	font-weight: 500;
	font-size: 12px;
	color: red;
}
.scrollable-login {
	overflow: auto;
	max-height: 50vh; /* Atur tinggi maksimum sesuai kebutuhan Anda */
	/* Tambahkan properti lain sesuai kebutuhan */
}

.logo-front-auth {
	top: 30px;
	left: 40px;
}

.footer-login-blue {
	color: #00a4ba !important;
}

@media (max-width: 767px) {
	.text-judul-login-informasi {
		font-size: 20px;
	}

	.bg-auth-right-section {
		padding: 0 40px !important;
	}

	.back-ground-login-front {
		display: none;
	}

	.logo-front-auth {
		top: 0;
		left: 30px;
	}
}
