.row-fuild a {
  width: 100%;
  margin-bottom: 15px;
  padding: 8px 19px;
  font-size: 15px;
  border-radius: 6px;
}

.text-info strong, .text-error strong, .zf-green, .text-alert, .text-info {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 1.3;
}

.text-info {
  color: #3a87ad;
}

.zf-green {
  color: #68b604;
}

.text-error strong {
  color: #b94a48;
}

.text-info strong {
  color: #3a87ad;
}

p {
  margin: 0 0 10px;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  unicode-bidi: isolate;
}

.btn.btn-default.btn-lg.btn-block {
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  padding: 8px 24px;
  width: 100%;
  font-size: 15px;
}
.btn.btn-default.btn-lg.btn-block img {
  width: 100%;
  display: block;
}

.cboxElement img {
  width: 100%;
  display: block;
}

.center.gris {
  display: flex;
  justify-content: center;
  align-items: center;
}

ol strong {
  font-weight: bold;
}
