@charset "UTF-8";

.bl_passwordReset {
  padding: 24px 16px;
  font-size: 14px;
  height: calc(100vh - 128px);
}

@media (min-width: 600px) {
  .bl_passwordReset {
    width: 496px;
    height: auto;
    padding: 28px 30px 0px;
    margin: 0 auto;
    transform: translateY(-10px);
    position: relative;
  }
}

.el_ttl01{
  margin: 0 0 16px;
  border-bottom: none;
  padding-bottom: 0;
}

@media (min-width: 600px) {
  .el_ttl01{
    margin-top: 0;
  }
}

.bl_passwordReset_guide{
  margin-bottom: 20px;
  text-align: center;
}

@media (min-width: 600px) {
  .bl_passwordReset_guide{
    text-align: left;
  }
}

@media (min-width: 600px) {
  .bl_passwordResetFormWrapper{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.bl_passwordReset_sendMail{
  margin-bottom: 10px;
  line-height: 1.6;
}

@media (min-width: 600px) {
  .bl_passwordReset_sendMail{
    margin-bottom: 0;
  }
}

.el_textbox {
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  .el_textbox.email {
    width: 342px;
    margin-bottom: 0;
  }
}

.el_errorMessage {
  margin-bottom: 16px;
}

.el_errorText {
  margin-top: -12px;
}

@media (min-width: 600px) {
  .bl_passwordResetFormWrapper .el_errorText{
    order: 3;
    margin-top: 8px;
  }
}

.el_formHelperText{
  margin-top: -12px;
}

.el_btn{
  width: 100%;
  margin-bottom: 12px;
}

@media (min-width: 600px) {
  .el_btn.send{
    width: auto;
    margin-bottom: 0;
  }
}

@media (min-width: 600px) {
  .el_btn.reset{
    display: block;
    width: auto;
    margin: 0 auto;
  }
}

.bl_passwordReset_link{
  text-align: center;
}

@media (min-width: 600px) {
  .bl_passwordReset_link{
    position: relative;
    top: 48px;
  }
}
