#panel {
	background: url('https://helpdesk.decki.id/images/windows_xp_bliss-wide.jpg');
}

#scrollable-panel {
	background: url('https://helpdesk.decki.id/images/windows_xp_bliss-wide.jpg') no-repeat center center fixed;
	background-size: cover;
	min-height: 100vh;
	overflow-y: auto;
}

#login-panel {
	position: relative;
	background: white;
	width: 400px;
	padding: 20px;
	top: 300px;
	left: 682px;
	margin-top: -260px;
	margin-left: -200px;
	border-radius: 10px;
	box-shadow: inset 3px 3px 4px grey, inset -3px -3px 4px grey;
}

#navbar-brand {
	height: 60px;
	width: 174px;
}

.w-40 {
	width: 40% !important;
}

.pb-mod {
	padding: 12px 0 0 0 !important;
}

.form-group.row {
	margin-bottom: 0;
	padding: 12px 0;
}

@media only screen and (max-width:768px) {
	#login-panel {
		left: 345px;
	}

	.w-mod {
		width: 75% !important;
	}

	.w-cp-mod {
		width: 50% !important;
	}

	.px-md-first-mod {
		padding: 6px 0 0 0 !important;
	}

	.px-md-mod {
		padding: 0 0 0 0 !important;
	}

	.l-pt-md-mod {
		padding: 0 15px 7px 15px !important;
	}
}

@media only screen and (max-width:575px) {
	#login-panel {
		left: 345px;
	}

	.l-pt-mod {
		padding: 0 15px 7px 15px !important;
	}

	.pb-mod {
		padding: 0 0 !important;
	}

	.pt-mod {
		padding: 0 0 12px 0 !important;
	}

	.col-mod {
		margin-bottom: 0.75rem !important;
	}

	.w-cp-mod {
		width: 75% !important;
	}
}

@media only screen and (max-width:480px) {
	.col-mb-mod {
		margin-bottom: 0.75rem !important;
	}
}
