@charset "ISO-8859-1";
body {
	background-color: #d9f7f7;
}

.container {
	margin-top: 120px;
	max-width: 600px;
	background: #ffffff;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.header {
	background: #ff7f50;
	padding: 10px;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	font-size: 18px;
	font-weight: bold;
}

.form-group label {
	font-weight: bold;
}

.note {
	font-size: 14px;
	margin-top: 10px;
	color: #555;
}

.submit-btn {
	background: #ff7f50;
	color: #fff;
}

.submit-btn:hover {
	background: #ff5722;
}

.footer-note {
	color: red;
	font-size: 12px;
	text-align: center;
	margin-top: 20px;
}

.error {
	color: red;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	margin-top: 0px;
}
.navbar-custom {
	background-color: #00836c; /* IDBI Bank blue color */
}

.navbar-custom .navbar-brand, .navbar-custom .nav-link {
	color: #fff;
}

.table-section {
	padding-top: 60px;
}

footer {
	background-color: #00836c; /* IDBI Bank blue color */
	position: fixed;
	height: 40px;
	bottom: 0;
	width: 100%;
}
 canvas {
      border: 1px solid #ccc;
 }