@charset "utf-8";

h2 {
  font-size: 2.8rem;
  margin-bottom: 5rem;
  color: #333333;
  text-align: center;
}

.forgot_password {
  width: 550px;
  margin: 120px auto 80px;
}

.forgot_password--wrap {
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.forgot_password label {
  float: left;
  font-size: 13px;
  color: #707070;
  margin-bottom: 20px;
}

.invalid-feedback {
  color: #e82212;
}

.forgot_password--btnWrap {
  text-align: center;
}

.forgot_password--btn {
  background-color: #E82212;
  border-radius: 50px;
  padding: 20px 100px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  border-style: none;
  margin: 40px 0 100px;
  cursor: pointer;
}

.forgot_password--btn:hover {
  color: #fff;
  background-color: #e82212;
  border-color: #e82212;
  opacity: 0.8;
}

.forgot_password--ttlWrap {
  float: left;
  font-size: 13px;
  color: #707070;
  width: 120px;
  height: 30px;
  line-height: 30px;
}

.forgot_password--ttlWrap.passwordReset {
  width: 160px;
}

.forgot_password--formWrap input {
  font-size: 13px;
  color: #333;
  width: 383px;
  height: 30px;
  border: 1px solid #cccccc;
  padding: 0 10px;
  border-radius: 0;
}

.password-reset__content {
  width: 80%;
  max-width: 640px;
  margin: 120px auto;
}

.password-reset__description {
  width: 80%;
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 1.5;
}

.password-reset__card {
  text-align: center;
  font-size: 2rem;
  color: #333;
  background-color: #f3f3ef;
  margin: 3rem auto;
  padding: 2.5rem;
}

.password-reset__detail {
  font-size: 1.4rem;
  line-height: 2;
}

.password-reset__note {
  font-size: 1.3rem;
  margin: 1.5rem auto;
}

@media screen and (max-width: 768px) {
  .forgot_password {
    width: 500px;
  }

  .forgot_password--wrap {
    display: block;
  }

  .forgot_password label {
    margin-bottom: 6px;
  }

  .col-md-4 {
    padding-left: 0;
  }

  .forgot_password--formWrap input,
  .form-control {
    width: 100%;
  }

  .password-reset__description {
    width: 100%;
  }
}

@media screen and (max-width: 568px) {
  .forgot_password {
    width: 100%;
    padding: 0 60px;
  }

  .forgot_password--ttlWrap {
    width: 100px;
  }

  .forgot_password--formWrap {
    width: 100%;
  }

  .forgot_password--formWrap input {
    width: 100%;
  }

  .forgot_password--btn {
    padding: 20px 0;
    width: 100%;
  }
}
