.formb16042024 {
  display: flex;
  flex-wrap: wrap;
}
.formb16042024 > div {
  flex: 1 0 100%;
  position: relative;
}
.formb16042024 .img-box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.formb16042024 .img-box img {
  position: relative;
  min-width: 100%;
  max-width: 100%;
  min-height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.formb16042024 .text-col {
  padding: 10px 60px;
  color: white;
}
.formb16042024 .text-col .mt-0 {
  margin-top: 0;
}
.formb16042024 .footer-social__notice {
  padding: 0;
  margin: 20px 0 25px;
}
.formb16042024 .footer-social__notice a {
  color: white;
  font-weight: bold;
}
.formb16042024 input {
  margin: 20px 0px;
}
.formb16042024 .help-block {
  margin: -20px 0 20px;
  color: white;
}
#sign-success h2 {
  align-self: center;
  margin: 25px 0;
}
@media screen and (min-width: 1024px) {
  .formb16042024 > div {
    flex: 1 0 50%;
  }
  .formb16042024 .img-box img {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
  }
  #sign-success {
    min-height: 350px;
  }
  #shop-bf .img-col::after {
    content: "\A";
    content: '';
    position: absolute;
    display: block;
    right: -3px;
    top: 0;
    bottom: 0;
    width: 15%;
    height: 100%;
    background: #6F2C87;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 50%);
    clip-path: polygon(100% 0%, 100% 100%, 0% 0%);
  }
}
#inkfinder-bf .formb16042024 .text-col {
  background: #2DAC83;
}
#shop-bf .formb16042024 .text-col {
  background: #6F2C87;
}