.section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
  max-width: 500px;

  .lost-password {
    margin: auto;
    padding: 40px;
    background-color: #f8f9fa;

    p {
      font-size: 1rem;
      font-weight: 400;
      margin-bottom: 30px;
    }
  }

  .learts-mb-n30 {
    margin-bottom: -30px;
  }

  .learts-mb-30 {
    margin-bottom: 30px
  }

  label {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.125;
    display: block;
    margin-bottom: 10px;
    letter-spacing: 1.6px;
    color: #333;
  }

  input:not([type="checkbox"]):not([type="radio"]),
  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;
&:focus{
   border-bottom-color: #494949;
}
  }
  .btn-dark {
  background-color: #494949;
   border:2px solid #494949;

  color: #fff;}
  .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;
  &:hover{
    background-color: #ffc107;
 border:2px solid #ffc107
  }
  }
}