.password-recover {
  padding-top: 40px;
  background-color: #F3F5F5;
  display: flex;
  justify-items: center;
  justify-content: center;
}
.form-title {
  font-size: 20px;
  font-weight: 600;
  color: #23313E;
  margin-bottom: 10px;
}
.form-instruct {
  font-size: 14px;
  color: #747373;
  margin-bottom: 25px;
}
.form-captcha {
  margin-bottom: 36px;
}
.form-icon {
  width: 100px;
  height: 100px;
  margin: 34px 0 30px;
  display: inline-block;
}
.form-icon img {
  display: inline;
  width: 100%;
  margin: 0 auto;
}
.form-upload-item {
  position: relative;
  text-align: center;
  padding: 40px 0;
  border: 1px dashed #A1A1A1;
  border-radius: 8px;
  cursor: pointer;
  max-width: 213px;
  height: 136px;
  /* background: url(../icon/photo-front.svg) no-repeat center center; */
}
.form-upload-item.front {
  background: url(../icon/photo-front.svg) no-repeat center center;
}
.form-upload-item.back {
  background: url(../icon/photo-back.svg) no-repeat center center;
}
::-webkit-file-upload-button {
  display: none;
}
.form-upload-item input[type="file"] {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.form-upload-item:hover::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.form-upload-item:hover::after {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  width: 50px;
  height: 50px;
  background: url(../icon/upload-plus.svg) no-repeat;
}
.uploaded-item {
  display: block;
}

.uploaded-item img {
  display: inline-block;
  max-width: 100%;
}

.register-main {
  padding: 0 10px;
}

.register-main-content-left {
  border-right: 1px solid #F1F2F4;
  padding-right: 20px;
}

.register-main-content-right {
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .register-main {
    padding: 0 !important;
  }

  .register-wrap {
    width: 490px !important;
  }

  .register-wrap .register-main-content-left,
  .register-wrap .register-main-content-right {
    padding-left: unset;
    padding-right: unset;
    border-right: none;
  }

  .register-wrap .register-main-content-right {
    margin-top: 30px !important;
  }
}

@media screen and (max-width: 600px) {
  .register-wrap .register-main-content-left {
    margin-bottom: 0;
  }

  .register-wrap .register-main-content>div:first-child {
    border-bottom: 1px solid #CECECE;
  }

  .register-main {
    text-align: center;
  }

  .register_image {
    display: none;
  }

  .register_feature {
    display: none;
  }

  .register_feature_mobile {
    display: inherit;
    padding-top: 16px;
    padding-bottom: 20px;
  }

  .register_feature img {
    padding-bottom: 4px;
  }

  .register-main-content-left {
    /* border-bottom: 1px solid #F1F2F4; */
    border-right: none;
    padding: 0;
  }

  .register-main-content-right {
    border-right: none;
    padding: 0;
    padding-top: 20px;
  }

  .register_feature_mobile b {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .register_feature_mobile b img {
    margin-left: 8px;
  }
}
