
fieldset {
  font-family: sans-serif;
  border: 1px solid #1F497D;
  background: #ddd;
  border-radius: 5px;
  padding: 15px;
  margin-top: 30px;
}
fieldset legend {
  background: #1F497D;
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 5px;
}
.red-input {
    accent-color: #9d3039;
    height: 20px; /* not needed */
    width: 20px; /* not needed */
}

.item-partners{
  font-size: 12px !important;
}