.field-validation-error {
  position : absolute;
  display: block;
  color: #f70207;
  margin-top: 7px;
}
.checkbox-style {
  content: '';
  display: inline-block;
  /* position: absolute; */
  top: 0;
  left: 0;
  border: 1px solid #fff;
  /* background: transparent; */
  width: 19px;
  height: 19px;
}

.c-grid-justify-center {
  display: block;
  justify-content: center;
  text-align: center;
  width: 300px;
  margin: auto;
}