/*
 * This is where we can override default bootstrap styles like background colors for .btn-primary
 * This is not a place to repeat the entire Bootstrap CSS file
 */

/*
.btn-primary {
  color: #fff;
  background-color: #1F6190;
  border-color: #1F6190;
}
*/

