@charset "UTF-8";
/*  비밀번호 찾기 페이지 스타일 파일입니다. */
.find-password .tab {
  width: 100%;
  display: flex;
  gap: 15px;
}
.find-password .tab__btn {
  text-align: center;
  border: none;
  padding: 0;
  background-position: left;
  background-repeat: no-repeat;
  background-image: url(../../../images/geek/ico_check.svg);
}
.find-password .tab__btn button {
  height: 100%;
  width: 100%;
  color: unset;
  background-color: transparent;
  border: none;
  padding: 0;
  font-size: 14px;
  color: var(--gray500);
  padding-left: 15px;
}
.find-password .tab__btn.is-active {
  border: none;
  background-image: url(../../../images/geek/ico_check_active.svg);
}
.find-password .tab__btn.is-active > button {
  color: var(--color-base-black);
}
.find-password-form {
  margin-top: 20px;
}
.find-password-form__btn-wrap {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}

.find-password-form__btn-wrap button {
  width: 100%;
  border-radius: 40px;
}
.find-password-form__item .btn.line {
  font-size: 12px;
}