/* line 1, app/assets/stylesheets/forgot.scss */
body {
  background-color: #F8F8F8;
}

/* line 5, app/assets/stylesheets/forgot.scss */
.error-message-area {
  width: 85%;
  margin: 20px auto 25px auto;
  padding: 16px 20px;
  border-radius: 8px;
  border: 1px solid #f05b63;
  background-color: #fff6f7;
  box-shadow: 0px 3px 8px rgba(240, 91, 99, 0.12);
  color: #7d0c14;
  font-size: 14px;
  line-height: 1.6;
  font-weight: bold;
}

/* line 19, app/assets/stylesheets/forgot.scss */
.forgot-message {
  width: 85%;
  margin: auto;
}

/* line 24, app/assets/stylesheets/forgot.scss */
.btn-control {
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  line-height: 48px;
  padding: 0;
  border-radius: 12px;
}

/* line 34, app/assets/stylesheets/forgot.scss */
.forgot-contents {
  padding-top: 5px;
  background-color: #fff;
  margin: 20px auto 20px auto;
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.08);
  margin: 50px 40px;
  overflow: hidden;
}

/* line 44, app/assets/stylesheets/forgot.scss */
.forgot-heading {
  width: 90%;
  margin: 20px auto;
  border-left: 4px solid #EEEEEE;
  background-color: #EEEEEE;
  color: #444;
  font-size: 20px;
  font-weight: bold;
  padding: 15px 15px;
}

/* line 55, app/assets/stylesheets/forgot.scss */
.mail-address-heading {
  width: 85%;
  margin: 30px auto;
  padding: 0 10px;
  margin-bottom: 5px;
  border-left: 4px solid #fe5b35;
  background: #ffffff;
  font-size: 20px;
  font-weight: bold;
}

/* line 66, app/assets/stylesheets/forgot.scss */
.mail-input-box {
  width: 85%;
  margin: 10px auto !important;
  text-align: center;
}

/* line 72, app/assets/stylesheets/forgot.scss */
.mail-input-box b {
  display: block;
  text-align: left;
  font-size: 14px;
  margin-left: 44px;
  margin-bottom: 15px;
}

/* line 80, app/assets/stylesheets/forgot.scss */
.mail-input-wid {
  width: 100%;
}

/* line 84, app/assets/stylesheets/forgot.scss */
.mail-btn-style {
  padding-bottom: 26px;
}

/* line 88, app/assets/stylesheets/forgot.scss */
.pos-rel {
  width: 85%;
  display: block;
  margin: 30px auto 0 auto;
}

/* line 94, app/assets/stylesheets/forgot.scss */
.pos-rel .btn {
  width: 100%;
  background: #fe5b35;
  display: block;
  color: #fff;
  border: none;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(254, 91, 53, 0.28);
}

/* line 104, app/assets/stylesheets/forgot.scss */
.pos-rel .btn:hover {
  background-color: #DF3700;
  transition: all 0.2s ease;
}

/* line 109, app/assets/stylesheets/forgot.scss */
.title-bar {
  margin: 20px 10%;
  font-size: 13px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

/* line 117, app/assets/stylesheets/forgot.scss */
.title-br {
  display: none;
}

/* line 121, app/assets/stylesheets/forgot.scss */
.title-bar::before,
.title-bar::after {
  content: '';
  height: 3px;
  background-color: #EEEEEE;
  flex-grow: 1;
}

/* line 129, app/assets/stylesheets/forgot.scss */
.personal-info {
  width: 85%;
  margin: 0 auto;
  font-size: 13px;
}

/* line 135, app/assets/stylesheets/forgot.scss */
.pg-base {
  padding: 15px 20px 20px;
}

/* line 139, app/assets/stylesheets/forgot.scss */
.forgot-complete-message {
  font-size: 13px;
  width: 90%;
  margin: auto;
  padding: 0 0 20px 0;
}

@media only screen and (max-width: 886px) {
  /* line 147, app/assets/stylesheets/forgot.scss */
  .btn-control {
    font-size: 16px;
    line-height: 48px;
  }
  /* line 152, app/assets/stylesheets/forgot.scss */
  .forgot-message {
    width: 83%;
    font-size: 13px;
  }
  /* line 157, app/assets/stylesheets/forgot.scss */
  .forgot-contents {
    margin: 20px 0 0 0;
  }
  /* line 161, app/assets/stylesheets/forgot.scss */
  .forgot-heading {
    font-size: 18px;
  }
  /* line 165, app/assets/stylesheets/forgot.scss */
  .mail-address-heading {
    font-size: 18px;
  }
  /* line 169, app/assets/stylesheets/forgot.scss */
  .mail-btn {
    font-size: 14px;
  }
}

@media only screen and (max-width: 815px) {
  /* line 175, app/assets/stylesheets/forgot.scss */
  .forgot-contents {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 523px) {
  /* line 182, app/assets/stylesheets/forgot.scss */
  .title-bar {
    margin: 20px 10%;
    font-size: 12px;
  }
}

@media only screen and (max-width: 460px) {
  /* line 189, app/assets/stylesheets/forgot.scss */
  .forgot-heading {
    width: 83%;
  }
  /* line 193, app/assets/stylesheets/forgot.scss */
  .error-message-area {
    width: 85%;
    font-size: 13px;
    padding: 14px 16px;
  }
  /* line 199, app/assets/stylesheets/forgot.scss */
  .forgot-complete-message {
    font-size: 13px;
    width: 80%;
  }
  /* line 204, app/assets/stylesheets/forgot.scss */
  .img-wrapper {
    text-align: center;
    margin-left: 20px;
  }
  /* line 209, app/assets/stylesheets/forgot.scss */
  .img-style {
    width: 82%;
  }
  /* line 213, app/assets/stylesheets/forgot.scss */
  .title-br {
    display: block;
  }
  /* line 217, app/assets/stylesheets/forgot.scss */
  .title-bar {
    margin: 20px 5%;
    text-align: center;
  }
}

@media only screen and (max-width: 320px) {
  /* line 224, app/assets/stylesheets/forgot.scss */
  #mail-initial {
    font-size: 13px;
  }
}
