/*
.card {
  background-color: #000;
  border: 1px solid rgb(35 35 35);
  border-radius: 0;
  color: white;
}
.card-header:first-child {
  border-radius: 0;
}
.card-header {
  background: #dd1f26;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
}
.col-7 h3 {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 53px; 
}
.badge {
  border-radius: 0;
  background-color: #3a3a3a !important;
}
.form-control {
  font-size: 16px;
  color: white;
  background-color: #000;
  border: 2px solid #d41616;
  border-radius: 0;
}
.card-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  background: #252525;
  padding: 25px 25px;
}
.card-footer:last-child {
  border-radius: 0;
}
.progress {
  height: 2rem;
  background-color: #656565;
  border-radius: 0;
}
.bg-danger {
  background-color: #dd1f26 !important;
}
.row {
  transition: all 0.3s;
*/
