.form-item-fio {
    display: block !important;
}

legend[id*='-wrapper-legend'] {
  font-size: 16px;
}

.form-check-input:checked {
  background-color: #303a65; 
  border-color: #303a65;
}

button[type="submit"] {
    background: #303a65;
    border-color: #303a65;
}

button#edit-submit {
    margin-bottom: 20px;
}