.btn-profile {
  background: #d20e0e;
  color: #fff;
}
.btn-profile:hover {
  background: #bf0d0d;
  color: #fff;
}
.badge-profile {
  background-color: #d20e0e;
  color: #fff;
}
.gradient-background {
  background: linear-gradient(to bottom left, #d20e0e, #5a0606);
}
.profile-bg {
  background: #d20e0e;
  color: #fff;
}
.text-profile {
  color: #d20e0e;
}
.alert-profile {
  border-color: #d20e0e;
}
a {
  color: #d20e0e;
}
.form-control:focus {
  border-color: #d20e0e;
}
.panel-login .form-control:focus {
  border-bottom-color: #d20e0e;
}
.nav-pills .nav-link.active {
  background-color: #d20e0e !important;
  color: #fff;
}
