body {
	background-color: #0D47A1;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.panel {
	border: none;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	border-radius: 8px;
}

.panel-heading {
	background-color: #0D47A1;
	border-color: #0D47A1;
	color: white;
	border-radius: 8px 8px 0 0;
}

.panel-heading .panel-title {
	font-size: 20px;
	font-weight: 600;
	margin: 0;
}

.panel-body {
	padding: 25px;
}

.form-control {
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 10px 12px;
	transition: border-color 0.3s;
}

.form-control:focus {
	border-color: #0D47A1;
	box-shadow: 0 0 0 0.2rem rgba(13, 71, 161, 0.25);
}

.btn-success {
	background-color: #28a745;
	border-color: #28a745;
	padding: 12px 30px;
	font-size: 16px;
	border-radius: 4px;
	transition: all 0.3s;
}

.btn-success:hover {
	background-color: #218838;
	border-color: #1e7e34;
	transform: translateY(-2px);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

label {
	font-weight: 600;
	color: #333;
	margin-bottom: 8px;
}

.form-group {
	margin-bottom: 18px;
}

.row {
	margin-bottom: 15px;
}

.alert {
	border-radius: 4px;
}

.modal-header {
	background-color: #0D47A1;
	color: white;
	border-bottom: 1px solid #ddd;
}

.modal-header .close {
	color: white;
	opacity: 0.8;
}

.text-center {
	margin: 20px 0;
}
