.apply-block {
  background-color: #fff;
}
.apply-block .top {
  background-color: #F6F6F8;
  color: #807F7F;
  font-weight: bolder;
  font-size: 0.8rem;
}
.apply-block .form-corp-apply {
  background-color: #fff;
  padding-left: 3rem;
  padding-right: 3rem;
}
.apply-block .form-corp-apply .col-form-label {
  font-size: 1rem;
  line-height: 38px;
  color: #666666;
  width: 160px;
}
.apply-block .form-corp-apply .form-control {
  font-size: 0.85rem;
  color: #333333;
}
.apply-block .form-corp-apply .img-preview {
  position: relative;
  width: 128px;
  height: 128px;
}
.apply-block .form-corp-apply .img-preview input[type=file] {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.apply-block .form-corp-apply .img-preview .img-thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.apply-block .form-corp-apply .img-preview.img-businesslicense {
  width: 160px;
  height: 120px;
}
.apply-block .form-corp-apply.was-validated :invalid ~ .img-thumbnail {
  border-color: #dc3545;
}/*# sourceMappingURL=apply.css.map */
