@charset "UTF-8";
/* 비밀번호 찾기 페이지 스타일 파일입니다. */
.find-password {
/* [기존] width: 384px;
padding: 20px;
margin: 68px auto 0; */
width: 100%;
padding: 34px 0px;
}
.find-password__title {
/* [기존] font-size: 30px;
font-weight: 700;
text-align: center; */
border-bottom: 1px solid var(--gray001);
font-weight: 600;
text-align: left;
font-size: 25px;
padding-bottom: 34px;
}
.find-password .tab {
width: 100%;
margin-top: 40px;
}
.find-password .tab__btn {
width: 100%;
text-align: center;
padding: 18px 0;
}
.find-password .tab__btn button {
height: 100%;
font-size: 20px;
font-weight: 600;
color: unset;
background-color: transparent;
border: none;
}
.find-password .tab__btn.is-active {
border-block-end-width: 3px;
}
.find-password-form {
width: 736px;
padding: 24px 24px;
margin: 0 auto;
height: 420px;
position: relative;
margin-bottom: 40px;
}
.find-password-form__item-label {
flex-shrink: 0;
}
.find-password-form__item {
display: flex;
justify-content: space-between;
}
.find-password-form__btn-wrap {
margin-top: 30px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: row;
gap: 10px;
position: absolute;
bottom: 0;
width: 100%;
}
/* [기존코드]
.find-password-form__btn-wrap a,
.find-password-form__btn-wrap button {
width: 100%;
} */
.find-password-form__item {
display: flex;
justify-content: space-between;
}
.find-password-form__input-wrap {
width: 558px;
}
.find-account-tabs-style {
display: block;
width: 736px;
margin: 0 auto;
}
.btn-findPW {
padding: 23px 30px;
font-size: 17px;
min-width: 204px;
font-weight: 600;
height: 56px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 8px;
}