.border-custom{
	border-color: #00619c !important;
}

.bg-custom{
	background-color: #00619c !important;
}

.fas{
    color:#00619c !important;
}

.text-custom{
	color:#00619c !important;
}

label{
	font-family: Verdana, Geneva, Tahoma, sans-serif !important;
	font-size: 13px !important;
}

.form-control:focus {
	border-color: #28a745;
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
} 

.form-select:focus {
	border-color: #28a745;
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
} 

.card-header{
	font-family: "Lucida Console", "Courier New", monospace;
	font-weight: bold !important;
}

.card-body {
	background-color: #ebf1f5 !important;
  }