.hr-login-shell--register{
  position: relative;
  overflow: hidden;
}

.hr-login-shell--register::before{
  content: "";
  position: absolute;
  left: 100px;
  bottom: 100px;
  width: min(520px, 36vw);
  aspect-ratio: 858 / 715;
  background-image: url("./images/undraw_together_s27q.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
  user-select: none;
  z-index: 3;
}

.hr-login-shell--register .hr-login-stage{
  position: relative;
  z-index: 2;
}

.hr-login-shell--register .hr-login-art{
  order: 1;
  background: var(--hr-brand-bg);
}

.hr-login-shell--register,
.hr-login-shell--register .hr-login-stage,
.hr-login-shell--register .hr-login-panel,
.hr-login-shell--register .hr-login-art{
  background: var(--hr-brand-bg);
}

.hr-login-shell--register .hr-login-panel{
  order: 2;
  align-items: flex-start;
  justify-content: flex-start;
}

.hr-login-shell--register .hr-login-panel-inner{
  width: min(760px, 100%);
  min-height: auto;
  margin: 0;
  justify-content: flex-start;
  box-sizing: border-box;
  padding: clamp(28px, 3.2vw, 42px);
  background: #ffffff;
  border-radius: 14px;
}

.hr-login-shell--register .hr-login-brand-top{
  top: 32px;
  left: 32px;
}

.hr-register-block{
  margin-top: 30px;
  margin-bottom: 26px;
}

.hr-register-title{
  margin: 0;
  color: var(--hr-title);
  font-size: 22px;
}

.hr-register-text{
  margin: 8px 0 0;
  color: #6f6f6f;
  font-size: 16px;
}

.hr-register-radios{
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 16px;
}

.hr-radio{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #3A3938;
  font-size: 18px;
  cursor: pointer;
}

.hr-radio input[type="radio"]{
  width: 24px;
  height: 24px;
  margin: 0;
  accent-color: var(--hr-green);
  cursor: pointer;
}

.hr-terms{
  margin-top: 22px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #3A3938;
  font-size: 14px;
}

.hr-terms input[type="checkbox"]{
  width: 18px;
  height: 18px;
  margin-top: 1px;
  accent-color: var(--hr-green);
  cursor: pointer;
}

.hr-terms a{
  color: var(--hr-orange);
  text-decoration: none;
}

.hr-terms a:hover{
  opacity: 0.8;
}

.hr-login-shell--register .hr-login-art--register{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 0;
  min-height: auto;
  padding: 0 clamp(16px, 2.2vw, 28px) clamp(16px, 2.2vw, 28px);
  background-color: transparent;
}

.hr-register-copy{
  width: min(860px, 100%);
  color: #5A6175;
  padding-top: 42px;
}

.hr-register-copy-title{
  margin: 0;
  font-family: "ApercuBold", "Sora", "Avenir Next", "Segoe UI", sans-serif;
  font-size: clamp(26px, 2.4vw, 44px);
}

.hr-register-copy-list{
  margin: clamp(24px, 2.8vw, 40px) 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: clamp(8px, 1vw, 14px);
}

.hr-register-copy-list li{
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  font-size: clamp(15px, 1.05vw, 22px);
}

.hr-register-copy-icon{
  width: 24px;
  height: 24px;
  min-width: 24px;
  margin-top: 0.08em;
  display: block;
  color: currentColor;
}

@media (max-width: 900px){
  .hr-login-shell--register::before{
    display: none;
  }

  .hr-login-shell--register .hr-login-art--register{
    min-height: auto;
    align-items: flex-start;
    justify-content: center;
    padding: clamp(130px, 10vw, 72px) 24px 18px;
    box-sizing: border-box;
  }

  .hr-register-copy{
    width: min(680px, 100%);
    padding-top: 0;
    text-align: left;
  }

  .hr-login-shell--register .hr-login-brand-top{
    top: 32px;
    left: 32px;
  }
}
