.modal-success {
	background:linear-gradient(to bottom, green, #5bb75b);
}

.modal-footer {
	border-top: 2px dashed gray;
	text-align: center;
}

.modal-success > h5,
.modal-excluir > h5,
.modal-primary > h5,
.modal-primary > h4,
.modal-primary > label {
	color: #fff;
}
.modal-excluir {
	background:linear-gradient(to bottom, red, #da4f49);
}

.modal-primary {
	background:linear-gradient(to bottom, #27716b, #26A38E);
}