.auth-container .errortext {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #eb5757;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}
@media (max-width: 767px) {
  .auth-container .errortext {
    font-size: 14px;
  }
}

.bx-auth .bx-auth-title {
  color: #4b4b4b;
  font-family: Comfortaa;
  font-size: 25px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .bx-auth .bx-auth-title {
    font-size: 14px;
  }
}
.bx-auth .bx-auth-note {
  margin-top: 40px;
  margin-bottom: 20px;
}
.bx-auth .form-container {
  max-width: 370px;
}
.bx-auth .bottom-links-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.form-field {
  margin-bottom: 30px;
}
.form-field label {
  color: #4b4b4b;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 10px;
}
.form-field .form-control {
  display: block;
  width: 100%;
  padding: 8px 8px;
  font-size: 16px;
  line-height: 1;
  color: #4b4b4b;
  border-bottom: 1px solid #4b4b4b;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out;
}
.form-field .form-control.error {
  border-bottom: 1px solid #eb5757;
}
.form-field .form-control.error ~ .error-text {
  display: block;
  margin-top: 5px;
}
.form-field .error-text {
  color: #eb5757;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  display: none;
}

.send-code {
  cursor: pointer;
}

.modalData {
  width: 100%;
  max-width: 644px;
  padding: 40px 60px;
  position: relative;
  height: fit-content;
  background: #fffdfc;
  box-shadow: 0px 4px 100px rgba(0, 0, 0, 0.1);
  flex-direction: column;
  margin: 0 auto;
}
@media (max-width: 500px) {
  .modalData {
    padding: 40px 30px;
  }
}

.modalData.input-code-window {
  display: none;
}

.modalData .modal__subtitle {
  margin-bottom: 10px;
}

.modal_check-bonus_auth-contentWrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  row-gap: 10px;
}

.modalData .form_input {
  background: transparent;
  line-height: 150%;
  font-size: 18px;
  font-family: "Montserrat";
  padding-bottom: 5px;
  border-bottom: 1px solid #70768a;
  position: relative;
  color: #70768a;
  width: 100%;
}

label.form_checkbox__wrap {
  position: relative;
  z-index: 1;
  padding-top: 5px;
  padding-bottom: 7px;
  padding-left: 20px;
}

label.form_checkbox__wrap .c-p5 {
  font-size: 14px;
}

label.form_checkbox__wrap .form_checkbox {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 8px;
}

@media screen and (max-width: 1279px) {
  .form_checkbox__wrap {
    width: 100%;
  }
}
.messageError {
  color: #f04438;
  text-align: center;
  padding: 5px;
}
