.reset_section_head {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}
@media screen and (min-width: 920px) {
  .reset_section_head {
    gap: 60px;
    margin-bottom: 50px;
  }
}

.reset_section_head p {
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 920px) {
  .reset_section_head p {
    font-size: 16px;
  }
}

.reset_section_container {
  width: 100%;
  height: auto;
  max-width: 416px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (min-width: 920px) {
  .reset_section_container {
    padding: 0;
  }
}

.reset_container {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0 0 40px;
}

.reset_label {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 920px) {
  .reset_label {
    font-size: 16px;
  }
}


button.resetSubmit-button {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1CC1CF;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1px;
  text-align: center;
  color: #ffffff;
  border: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
button.resetSubmit-button:hover {
  opacity: 0.5;
}
.reset_mailSent_section_head {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
  line-height: 1.5;
  padding: 0 20px;
}
@media screen and (min-width: 920px) {
  .reset_mailSent_section_head {
    margin-bottom: 60px;
    padding: 0;
  }
}

.reset_mailSent_section_head .page_title {
  line-height: 1.5;
  font-size: 24px;
}
@media screen and (min-width: 920px) {
  .reset_mailSent_section_head .page_title {
    font-size: 28px;
  }
}

.reset_mailSent_section_head p {
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 920px) {
  .reset_mailSent_section_head p {
    font-size: 16px;
  }
}

.reset_mailSent_section_container {
  width: 100%;
  height: auto;
  max-width: 416px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (min-width: 920px) {
  .reset_mailSent_section_container {
    padding: 0;
  }
}

.reset_mailSent_section_link {
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid #021530;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 920px) {
  .reset_mailSent_section_link {
    font-size: 18px;
    height: 60px;
  }
}

@media screen and (min-width: 920px) {
  .reset_mailSent_section_link:hover {
    opacity: 0.5;
  }
}


.reset_section_container {
  width: 100%;
  height: auto;
  max-width: 416px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (min-width: 920px) {
  .reset_section_container {
    padding: 0;
  }
}

.newpass_container {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0 0 30px;
  position: relative;
}
@media screen and (min-width: 920px) {
  .newpass_container {
    margin: 0 0 37px;
  }
}

.newpass_container_last {
  margin: 0 0 40px;
}

.newpass_container_last::after {
  content: none;
}

.newpass_label {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

input {
  width: 100%;
  height: auto;
  border-radius: 4px;
  border: 1px solid #DFE5E0;
  padding: 7px 16px;
  font-size: 16px;
}
@media screen and (min-width: 920px) {
  input {
    padding: 7px 16px 7px 20px;
  }
}

input:focus {
  outline:solid 2px #1CC1CF;
  box-shadow: 0 0 8px 0 #00000029;
}

input::placeholder {
  color: #B4B4B4;
}

button.setting-button {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1CC1CF;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1px;
  text-align: center;
  color: #ffffff;
  border: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
button.setting-button:hover {
  opacity: 0.5;
}
