#forgotPasswordDialog .modal-content {
    width: 320px;
    min-height: 259px;
}

#forgotPasswordDialog .modal-header {
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 40px 20px 10px 20px;
}

#forgotPasswordDialog .modal-header .close {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 16px;
    cursor: pointer;
}

#forgotPasswordDialog .form-title {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: var(--text-normal);
}

#forgotPasswordDialog .form-text {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: var(--text-normal);
}

#forgotPasswordDialog .modal-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 0 20px 20px 20px;

    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: var(--text-normal);
}

#forgotPasswordDialog .modal-footer {
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px 20px 20px;
}

#forgotPasswordDialog .modal-footer button {
  background-color: var(--bg-black);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 12px;
  gap: 8px;
  width: 100%;
  max-width: 180px;
  height: 36px;
  border-radius: 8px;

  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: var(--text-white);
}
