body {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 60px);
  background-color: var(--bs-secondary-bg);
}

input, button, label {
  font-size: 18px !important;
  box-shadow: none !important;
  outline: none;
  margin-top: 20px;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

button, label {
  display: block;
  width: 100%;
}

main {
  width: 100%;
  max-width: 700px;
  background-color: #FFF;
  text-align: center;
}

main .logo {
  display: block;
  width: 70%;
  max-width: 300px;
  margin: auto;
}

main section:not(.active){
  display: none;
}

main section h2 {
  font-size: 22px;
}

.step2, .step3 {
  user-select: none;
}

.step3 img {
  color: green;
  max-width: 100px;
}