.registration-wrapper {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  margin-bottom: 20px;
}
.registration-wrapper > div {
  flex: 50%;
}
@media (max-width: 1024px) {
  .registration-wrapper {
    flex-direction: column;
  }
  .registration-wrapper > div {
    flex: 100%;
  }
}
.registration-wrapper .upload-box {
  height: calc(100% - 20px);
  background-color: rgba(255, 247, 240, 0.8);
  border: 4px dashed #636F4D;
  border-radius: 3px;
}
.registration-wrapper .upload-label {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 30px;
  padding-bottom: 30px;
}
.registration-wrapper .upload-label .desc {
  flex-grow: 1;
}
.registration-wrapper .upload-label a {
  text-decoration: underline;
}
.registration-wrapper .upload-label p:nth-child(2) {
  color: #563542;
  font-weight: bold;
  font-size: 24px;
  position: relative;
  padding-bottom: 10px;
}
.registration-wrapper .upload-label p:nth-child(2)::after {
  content: "";
  width: 70px;
  height: 1px;
  position: absolute;
  background-color: #563542;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.registration-wrapper p:first-child {
  color: #563542;
}
.registration-wrapper input[name=cert_upload] {
  display: none;
}

/*# sourceMappingURL=registration.css.map */
