.account-creation {
  border-radius: 40px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-self: center;
  font-family: "Josefin Sans", sans-serif;
}



.input-field {
  border-radius: 40px;
  background-color: #fffcf9;
  padding: 4px 33px 19px;
  border: 1px solid #c63093;
  font-size: 16px;
  color: #7d7676;
  font-weight: 400;
  letter-spacing: 1.28px;
  line-height: 2;
}


.password-fields {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-footer {
  display: flex;
  margin-top: 10px;
  width: 100%;
  flex-direction: column;
}

.password-info {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  /* line-height: 25px;
  letter-spacing: 1.28px; */
  text-align: left;
  /* align-self: left; */
  margin: 10px 0px 0px 0px;
  width: 50%;
}

.highlight {
  font-weight: 700;
  color: #c63093;
}

.action-buttons-3 {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  gap: 7px;
}

.action-button {
  border-radius: 40px;
  background-color: #fffcf9;
  padding: 16px 46px;
  border: 1px solid #c63093;
  font-size: 18px;
  /* font-weight: 700; */
  color: #c63093;
}

.exit-button {
  color: #000;
  padding: 16px 55px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
