.layout-password {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  text-align: center;

  &__content {
    max-width: 600px;
    padding-bottom: 10%;
  }
}
