.form_center {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 150px auto;
}

.inner_data_image img {
  width: 100%;
}

.pk_smartsite_gdpr .pk_smartsite_gdpr_notice {
  /* color: #fff; */
  font-size: 14px;
  margin-bottom: 10px;
}

.pk_smartsite_gdpr {
  /* background-color: #000; */
  display: flex;
  justify-content: center;
  padding: 10px;
  align-items: center;
  flex-wrap: wrap;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 99;
  bottom: 0;
}

.pk_smartsite_gdpr .pk_gdpr_enable span {
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
  margin-left: 10px;
  cursor: pointer;
}

.pk_smartsite_gdpr .pk_gdpr_reject {
  margin: 0 0px 0px 10px;
}
.pk_smartsite_gdpr .pk_gdpr_reject span {
  color: #fff;
  background: #721c24;
  padding: 5px 10px;
  cursor: pointer;
}

.footer_copyright_smart_settings {
  z-index: 99;
  float: left;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
}

.footer_copyright_smart_settings .copyright_text {
  margin: 0;
  padding: 10px;
  color: #fff;
  float: left;
  width: 100%;
}

.footer_copyright_smart_settings .copyright_text.text-center {
  text-align: center;
}
