.btn:disabled {
	cursor: not-allowed;
}

a:disabled {
	cursor: not-allowed;
}

.bg-auth {
	height: 100vh;
	width: 100vw;
	position: relative;
	background-size: cover;
	background-position: 50% 50%;
	/* background-image: url("../img/auth-image.jpg"); */
	background-image: url("../img/bg4.jpg");
}

.overlay-auth {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.85);
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.auth-card {
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}


.table-bordered td {
	vertical-align: middle !important;
}



/* STYLE CKEDITOR SAYA UBAH */
.cke_notifications_area {
	pointer-events: none;
	display: none !important;
}




