@charset "UTF-8";

body{
  background-color: #E9F5F2;
}

.bl_passwordReset {
  width: 460px;
  padding: 28px 30px 0px;
  margin: 0 auto;
  transform: translateY(-10px);
  position: relative;
}

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

.bl_passwordReset_guide{
  margin-bottom: 20px;
}

.bl_passwordResetFormWrapper{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.el_textbox.email{
  width: 342px;
  margin-bottom: 0;
}

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

.el_errorMessage {
  margin-bottom: 16px;
}

.bl_passwordResetFormWrapper .el_errorText{
  order: 3;
  margin-top: 8px;
}

.el_formGroup.newPassword{
  margin-bottom: 20px;
}

.el_btn{
  width: 100%;
  margin-top: 6px;
}

.bl_passwordReset_link{
  text-align: center;
  position: relative;
  top: 48px;
}

