body {
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

body h1 {
  color: #ff6315;
  font-size: 40px;
  margin-bottom: 50px;
}

body .step {
  display: flex;
  flex-direction: column;
}

.item {
  display: grid;
  grid-template-columns: 1fr;
  margin: 10px;
}

.step .item label {
  color: #5a5a5a;
  margin: 0 20px;
  font-size: 14px;
}

.item .notify-success {
  background-color: #4bb543 !important;
  display: none;
}

.item .notify-error {
  background-color: #dc3545 !important;
  display: none;
}

.item .slds-button {
  width: 100%;
  margin: 10px 0;
  min-height: 35px;
}

.item .slds-spinner--medium,
.item .slds-spinner_medium {
  width: 22px;
}

.item .slds-spinner {
  display: none;
}

label {
  max-width: 200px;
}
