.button-centered,
button.flex-centered {
  width: 100%;
  margin: 0;
  padding: 0;
  align-items: center;
  border-radius: 30px !important;
}

.back-button {
  color: #325c80;
  background: transparent;
  padding: 0 !important;
  justify-content: flex-start !important;
}

.back-button.last-step {
  justify-content: center !important;
}

.button-disabled {
  background-color: #c4c4c4;
}

.pl-12 {
  padding-left: 12px;
}

.flex-centered {
  display: flex;
  justify-content: center;
  align-items: center;
}

.actions input {
  border-radius: 15px;
}

#step2 {
  margin-top: 25px;
}

#signin-wrapper.last-step {
  padding: 20px 40px;
}

.background-color-transparent {
  background-color: transparent;
}

.color-black {
  color: black;
}
