@use "/styles/all" as *;

.container {
  padding-bottom: 46px;

  .introTitle {
    font-weight: 700;
    line-height: 20px;
    color: $grey700;
  }

  .formContainer {
    .passwordContainer {
      margin-top: 16px;
      margin-bottom: 12px;
    }

    .spaceTop {
      margin-top: 16px;
    }

    .btnContainer {
      margin-top: 32px;
    }
  }
}
