.rounded-circle-primary {
    width: 40px; 
    height: 40px; 
    display: inline-flex; 
    justify-content: center; 
    align-items: center; 
    border-radius: 50%; 
    text-align: center; 
    background: #c62222;
    color: white;
}

.button-primary{
  background: #c62222;
  color: white;
}

.text-info{
  color: #c62222 !important;
}

form{
  border-top: 2px solid #c62222 !important;
}