a {
	text-decoration: none;
}

.login-page {
	width: 100%;
	height: auto;
	display: inline-block;
	display: flex;
	align-items: center;
}

#login-section {
	margin-top: 6%;
}

/* .border-left-login {
	border-left: 4px solid #0e3394;
	border-radius: 9px;
} */

.bg-btn-login {
	background-color: #0e3394 !important;
}

.pace-done {
	min-height: auto !important;
}
@media only screen and (max-width: 600px) {
	.w-100-mb {
		width: 100% !important;
	}
	#login-section {
		margin-top: 15%;
	}
}

@media (max-width: 375px) {
	.card .container {
		width: 100%; /* Mengubah lebar card menjadi 100% dari lebar viewport */
	}
	.container {
		margin-top: auto; /* Mengubah margin atas card menjadi auto */
		padding-top: 5%; /* Mengubah padding atas card menjadi 20% */
	}
}

#app-card .card-header {
	padding: 1.25rem 1.25rem;
	margin-bottom: 0;
	background-color: white !important;
	/* border-bottom: 1px solid #e9e9ef; */
	position: absolute;
	top: -36px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	color: #fff;
	background-color: #000000!important;
}

#sign-in-submit-button {
	font-weight: bold;
	width: 100%;
	height: 42px;
}
#sign-in-submit-button-dosen {
	font-weight: bold;
	width: 100%;
	height: 42px;
}
#sign-in-submit-button-mentor {
	font-weight: bold;
	width: 100%;
	height: 42px;
}
