body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	background-color: #f1f1f1;
	display: flex;
	height: 100vh;
}

.login-container {
	align-items: center;
	justify-content: flex-end;
	width: 496px;
	height: 100%;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.left-content {
	flex: 1;
	background: url('../../assets/img/web-dashboard-management.svg') center/cover;
	display: flex;
	position: relative;
	align-items: flex-end;
	padding: 20px;
	color: #fff;
}

.logo-login {
	width: 180px;
	height: 90px;
	margin: auto;
	position: relative;
}

.logo-text {
	margin-bottom: 0;
	font-size: 24px;
	font-weight: bold;
	color: #000;
}

.deskripsi-text {
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

.login-form {
	padding: 50px;
	box-sizing: border-box;
}

.f-12 {
	font-size: 12px !important;
}


/* Responsive handlers : Login
------------------------------------
*/

@media (max-width: 768px) {
	.left-content {
		display: none;
	}

	.login-container {
		width: 100%;
	}
}
