.positionModalAuth {
  margin-top: 10%;
  max-width: 470px;
  width: 100%;
}

.modalAuthTitle {
  text-align: center;
  margin-top: -1px;
  font-family: "ABCA", sans-serif;
  font-weight: 300;
  color: rgba(60, 60, 60, 1);
  font-size: 70px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.modalWrapperForm {
}
.wrapperInput {
  margin-top: 8px;
}
.modalInput {
  width: 100%;
  min-width: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  appearance: none;
  position: relative;
  flex: 1;
  margin-top: -1px;
  font-family: "ABCM", sans-serif;
  font-weight: 400;
  color: rgb(0, 0, 0);
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-style: normal;
  background: rgba(235, 235, 230, 1);
  padding: 12px 8px;
  border-radius: 8px;
}

.modalInput::placeholder {
  color: rgba(142, 142, 142, 1);
}

.wrapperCheckBox {

  width: 100%;
  flex: 0 0 auto;
  margin-top: 8px;
  cursor: pointer;
}

.positionModalAuth .buttonBase {
  all: unset;
  box-sizing: border-box;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: rgba(245, 245, 245, 1);
  border-radius: 8px;
  margin-top: 8px;
}

.positionModalAuth .inButton1 {
  font-size: 16px;
  color: #000;
}

.positionModalAuth .buttonCustom {
  background-color: rgba(226, 253, 52, 1)!important;
}

.infoText {
  font-size: 16px;
}

.custom-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;

  font-size: 16px;
  color: rgba(142, 142, 142, 1);

  cursor: pointer;
  user-select: none;
}

.custom-checkbox input {
  display: none;
}

.checkmark {
  width: 24px;
  height: 24px;

  border-radius: 6px;
  background: rgba(245, 245, 245, 1);

  transition: 0.2s ease;
  flex-shrink: 0;
}

/* active state */
.custom-checkbox input:checked + .checkmark {
  background: rgba(226, 253, 52, 1);
}
