.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
  background-image: -o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));
  background-image: linear-gradient(to bottom,#6c3d91 0,#00889c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#ffe8e8e8',GradientType=0);
  background-repeat: repeat-x;
}
.panel-default {
  border-color: #00889c;
}
.panel-default > .panel-heading {
  color: white;
}
label, .fieldset-legend {
  color: #6c3d91;
}
.btn-primary:hover {
background-image: -webkit-linear-gradient(top,#b7e5ec 0,#b7e5ec 100%);

  background-color: #b7e5ec;
  border: 1px solid #b7e5ec;
  color: #00889c;
}
.btn-primary {
background-image: -webkit-linear-gradient(top,#00889c 0,#00889c 100%);
  background-color: #00889c;
  border: 1px solid #00889c;
  color: #ffffff;
}
.btn-primary:focus {
background-image: -webkit-linear-gradient(top,#b7e5ec 0,#b7e5ec 100%);
  background-color: #b7e5ec;
  border: 1px solid #99cfd7;
  color: #00889c;
}
.btn-primary:active {
background-image: -webkit-linear-gradient(top,#009ab0 0,#009ab0 100%);
  background-color: #009ab0;
  border: 1px solid #009ab0;
  color: white;
}