.resetPassword {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    background-color: rgb(255 255 255);
    z-index: 100;
    transition: all 0.1s ease-in-out;
}

/* #region ยืนยันหมายเลขโทรศัพท์ */

.resetPassword .child[name="phone"] {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.resetPassword .child[name="phone"] .headText {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 40px 0;
    text-align: center;
}

.resetPassword .child[name="phone"] .headText span {
    color: #32ADE6;
    font-size: 24px;
}

.resetPassword .child[name="phone"] .field {
    width: 80%;
    max-width: 390px;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    margin: 0 0 30px 0;
}

.resetPassword .child[name="phone"] .field .text {
    font-size: 16px;
    /* font-weight: bold; */
}

.resetPassword .child[name="phone"] .field .input {
    width: -webkit-fill-available;
    padding: 8px 10px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    border: solid 1px #D9D9D9;
    border-radius: 10px;
    background-color: #F2F2F7;
}

.resetPassword .child[name="phone"] .field .error {
    font-size: 14px;
    color: red;
    display: none;
}

.resetPassword .child[name="phone"] .field[status="error"] .error {
    font-size: 14px;
    color: red;
    display: unset;
}

.resetPassword .child[name="phone"] .field[status="error"] .input {
    border-color: red;
}

.resetPassword .child[name="phone"] .field .input span {
    font-variation-settings: 'FILL' 1;
    color: rgb(0 0 0 / 60%);
}

.resetPassword .child[name="phone"] .field .input input {
    width: 100%;
    font-size: 16px;
    border: none;
    background: transparent;
}

.resetPassword .child[name="phone"] button[name="confirm"] {
    width: 80%;
    max-width: 390px;
    height: 45px;
    min-height: 45px;
    border: none;
    background-color: #32ADE6;
    color: white;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0 10px 0;
}

.resetPassword .child[name="phone"] button[name="cancel"] {
    width: 80%;
    max-width: 390px;
    height: 45px;
    min-height: 45px;
    border: none;
    background-color: #E5E5EA;
    color: black;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    margin: 5px 0 5px 0;
}

/* #endregion ยืนยันหมายเลขโทรศัพท์ */

/* #region ยืนยันรหัส OTP */

.resetPassword .child[name="otp"] {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.resetPassword .child[name="otp"] .headText {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    text-align: center;
}

.resetPassword .child[name="otp"] .des {
    margin: 10px 0 30px 0;
    font-size: 16px;
    color: #787878;
}

.resetPassword .child[name="otp"] .des span {

    font-weight: bold;

    color: black;
}

.resetPassword .child[name="otp"] .headText span {
    color: black;
    font-size: 24px;
}

.resetPassword .child[name="otp"] .field {
    width: 80%;
    max-width: 390px;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    margin: 0 0 30px 0;
}

.resetPassword .child[name="otp"] .field .text {
    font-size: 16px;
}

.resetPassword .child[name="otp"] .field .text span {
    font-weight: bold;
    color: #32ADE6;
}

.resetPassword .child[name="otp"] .field button[name="again"] {
    border: none;
    background: transparent;
    text-align: left;
    font-size: 16px;
    color: #32ADE6;
    margin: 0 0 5px 0;
}

.resetPassword .child[name="otp"] .field .input {
    width: -webkit-fill-available;
    padding: 8px 10px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    border: solid 1px #D9D9D9;
    border-radius: 10px;
    background-color: #F2F2F7;
}

.resetPassword .child[name="otp"] .field .error {
    font-size: 14px;
    color: red;
    display: none;
}

.resetPassword .child[name="otp"] .field[status="error"] .error {
    font-size: 14px;
    color: red;
    display: unset;
}

.resetPassword .child[name="otp"] .field[status="error"] .input {
    border-color: red;
}

.resetPassword .child[name="otp"] .field .input span {
    font-variation-settings: 'FILL' 1;
    color: rgb(0 0 0 / 60%);
}

.resetPassword .child[name="otp"] .field .input input {
    width: 100%;
    font-size: 16px;
    border: none;
    background: transparent;
    text-align: center;
}

.resetPassword .child[name="otp"] button[name="confirm"] {
    width: 80%;
    max-width: 390px;
    height: 45px;
    min-height: 45px;
    border: none;
    background-color: #32ADE6;
    color: white;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0 10px 0;
}

.resetPassword .child[name="otp"] button[name="cancel"] {
    width: 80%;
    max-width: 390px;
    height: 45px;
    min-height: 45px;
    border: none;
    background-color: #E5E5EA;
    color: black;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    margin: 5px 0 5px 0;
}

/* #endregion ยืนยันรหัส OTP */

/* #region รีเซ็ตรหัสผ่าน */

.resetPassword .child[name="reset"] {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.resetPassword .child[name="reset"] .headText {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 40px 0;
    text-align: center;
}

.resetPassword .child[name="reset"] .headText span {
    color: #32ADE6;
    font-size: 24px;
}

.resetPassword .child[name="reset"] .field {
    width: 80%;
    max-width: 390px;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    margin: 0 0 15px 0;
}

.resetPassword .child[name="reset"] .field .text {
    font-size: 16px;
    /* font-weight: bold; */
}

.resetPassword .child[name="reset"] .field .input {
    width: -webkit-fill-available;
    padding: 8px 10px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    border: solid 1px #D9D9D9;
    border-radius: 10px;
    background-color: #F2F2F7;
}

.resetPassword .child[name="reset"] .field .error {
    font-size: 14px;
    color: red;
    display: none;
}

.resetPassword .child[name="reset"] .field[status="error"] .error {
    font-size: 14px;
    color: red;
    display: unset;
}

.resetPassword .child[name="reset"] .field[status="error"] .input {
    border-color: red;
}

.resetPassword .child[name="reset"] .field .input span {
    font-variation-settings: 'FILL' 1;
    color: rgb(0 0 0 / 60%);
}

.resetPassword .child[name="reset"] .field .input input {
    width: 100%;
    font-size: 16px;
    border: none;
    background: transparent;
}

.resetPassword .child[name="reset"] button[name="confirm"] {
    width: 80%;
    max-width: 390px;
    height: 45px;
    min-height: 45px;
    border: none;
    background-color: #32ADE6;
    color: white;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0 10px 0;
}

.resetPassword .child[name="reset"] button[name="cancel"] {
    width: 80%;
    max-width: 390px;
    height: 45px;
    min-height: 45px;
    border: none;
    background-color: #E5E5EA;
    color: black;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    margin: 5px 0 5px 0;
}

/* #endregion รีเซ็ตรหัสผ่าน */