.brand-border {
	border-top: #4D9141 solid 4px;
}

.logo img {
	width:300px;
}

 
.btn-dashboard {
	color: #fff;
	background-color: #509c35;
}

.btn-dashboard:hover {
	color: #fff;
	background-color: #417f2b;
}

.btn-dashboard:focus, .btn-success.focus {
	background-color: #417f2b;
	box-shadow: 0 0 0 0.2rem rgba(106, 171, 83, 0.5);
}


.brand-color {
	background-color:#509c35;
}

.job-header {
  border-left: 8px solid #89b879;
  border-bottom: 1px #89b879 solid;
}

.submit-header {
  border-left: 8px solid #89b879;
  border-bottom: 2px #89b879 solid;
  border-right: 8px solid #89b879;
  border-top: 2px #89b879 solid;

}