.section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
  max-width: 500px;
}
.section-padding .lost-password {
  margin: auto;
  padding: 40px;
  background-color: #f8f9fa;
}
.section-padding .lost-password p {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 30px;
}
.section-padding .learts-mb-n30 {
  margin-bottom: -30px;
}
.section-padding .learts-mb-30 {
  margin-bottom: 30px;
}
.section-padding label {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.125;
  display: block;
  margin-bottom: 10px;
  letter-spacing: 1.6px;
  color: #333;
}
.section-padding input:not([type=checkbox]):not([type=radio]),
.section-padding textarea {
  font-size: 1rem;
  font-weight: 400;
  display: block;
  width: 100%;
  padding: 10px 0;
  color: #333;
  border: 2px solid rgba(0, 0, 0, 0);
  border-bottom-color: #ededed;
  background-color: rgba(0, 0, 0, 0);
  outline: none;
  transition: 300ms;
}
.section-padding input:not([type=checkbox]):not([type=radio]):focus,
.section-padding textarea:focus {
  border-bottom-color: #494949;
}
.section-padding .btn-dark {
  background-color: #494949;
  border: 2px solid #494949;
  color: #fff;
}
.section-padding .btn {
  font-weight: 400;
  line-height: 24px;
  padding: 15px 40px;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 500px;
  transition: 300ms;
}
.section-padding .btn:hover {
  background-color: #ffc107;
  border: 2px solid #ffc107;
}/*# sourceMappingURL=lostPassword.module.css.map */