.form-content {
  align-items: center;
}

.form {
  width: 340px;
  margin: 160px 30px 0 30px;
  color: white;
  text-align: start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: underline;
  gap: 20px;
}
.form .noskipline {
  text-decoration-skip-ink: none;
}
.form__password-reset {
  width: 440px;
}
.form__title {
  color: white;
  font-size: 34px;
  text-align: center;
}
.form__label {
  font-size: 16px;
  padding-left: 25px;
}
.form__button {
  display: flex;
  justify-content: center;
}
.form__button_row {
  width: 100%;
  display: flex;
  justify-content: end;
}
.form__input {
  background: transparent;
  width: 100%;
  padding: 15px 20px;
  border: 2px solid white;
  border-radius: 40px;
  font-size: 18px;
  color: white;
  outline: none;
}
.form__input_date {
  height: fit-content;
  width: fit-content;
  padding: 5px 15px;
}
.form__input_question-count {
  width: 204px;
  text-align: center;
}
.form__input_submit {
  padding: 15px 70px;
}
.form__input.activity-form .activity-option {
  background: #0c3632;
}
.form__links {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  color: white;
  font-size: 18px;
  text-decoration: none;
}
.form__links a:hover {
  color: #4fe9da;
  transition: all 0.25s ease 0s;
}
.form__dates {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.form__dates span {
  margin: 0 5px;
}

.registration-form {
  margin: 60px 30px 150px 30px;
  padding-top: 90px;
  display: flex;
  flex-direction: column;
  height: 510px;
  width: 708px;
  justify-content: space-between;
  gap: 20px;
}
.registration-form__row {
  display: flex;
  margin: 0 -10px;
}
.registration-form__row_button-bar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 150px;
}
.registration-form__column {
  flex: 0 0 50%;
  padding: 0 10px;
}
.registration-form__column_password-change {
  display: flex;
  align-items: center;
  padding: 20px;
}
.registration-form__item {
  color: white;
  text-align: start;
  margin-bottom: 20px;
}
.registration-form__submit {
  padding: 15px 20px;
  justify-content: center;
}
.registration-form__input {
  font-size: 18px;
}
.registration-form__phone {
  display: flex;
  font-size: 18px;
  color: white;
  outline: none;
  justify-content: start;
  text-align: center;
}
.registration-form__phone_input {
  font-size: 18px;
  background: transparent;
  outline: none;
  color: white;
  text-align: center;
}
.registration-form__phone_input.error {
  color: #f7e014;
}
.registration-form__phone_input.w-3 {
  width: 36px;
}
.registration-form__phone_input.w-2 {
  width: 24px;
}
.registration-form__agree {
  color: white;
  font-size: 18px;
}
.registration-form__agree input {
  height: 16px;
  width: 16px;
  margin-right: 10px;
}

.password__button-bar_change {
  padding-left: 0;
  padding-right: 0;
}
.password__button-bar_reset {
  justify-content: center;
}

.profile-form {
  height: auto;
  padding-top: 0;
}
.profile-form textarea.input__lg {
  min-height: 147px;
}
.profile-form__avatar {
  display: flex;
  align-items: end;
}
.profile-form .avatar__image {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  margin-right: 20px;
}
.profile-form .avatar__input {
  color: white;
  font-size: 14px;
  padding: 5px;
}
.profile-form .region .option {
  position: relative;
  overflow: hidden;
}
.profile-form .region .option select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #0c3632;
  border: none;
  outline: none;
  width: 100%;
  padding: 0 10px;
  font-size: 18px;
  cursor: pointer;
  position: relative;
  z-index: 2;
  color: white;
}
.profile-form__submit {
  width: 25%;
  min-width: 138px;
  padding: 15px;
  margin-bottom: 20px;
  justify-content: center;
}

.course-create {
  display: flex;
  flex-direction: column;
  width: 50vw;
}
.course-create__item {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.course-create__item_instructions {
  width: 100%;
  margin-bottom: 0;
}
.course-create__item .input {
  background-color: transparent;
}
.course-create__item .input__lg {
  text-align: justify;
  line-height: 22px;
}
.course-create__label {
  text-align: start;
  margin-bottom: 10px;
  padding-left: 30px;
}
.course-create__submit {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  margin: 30px 0 50px 0;
}
.course-create__button {
  width: fit-content;
  padding: 10px;
  margin: 0 20px 20px 0;
}
.program__input {
  margin: 0 25px;
  width: max-content;
}
.program__row {
  display: flex;
  flex-direction: row;
}

@media (max-width: 767px) {
  .registration-form {
    margin: 50px 0 150px 0;
    padding-top: 0;
    height: 880px;
    width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
  }
  .registration-form__row {
    flex-direction: column;
  }
  .registration-form__row_button-bar {
    flex-direction: row;
  }
  .registration-form__submit {
    margin-bottom: 150px;
  }
  .login-form {
    width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
  }
  .course-create {
    width: 90vw;
  }
}
@media (max-width: 624px) {
  .program__input {
    margin: 0;
  }
  .program__row {
    display: flex;
    flex-direction: column-reverse;
    align-items: start;
    margin-left: 15px;
  }
  .program__file-name {
    margin-bottom: 10px;
  }
}
@media (max-width: 425px) {
  .registration-form__row_button-bar {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 410px) {
  .form__input_date:first-child {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .form__dates {
    justify-content: start;
  }
  .form__dates span {
    display: none;
  }
}
@media (max-width: 345px) {
  .form__links {
    display: flex;
    flex-direction: column;
  }
  .form__links a {
    margin-bottom: 20px;
  }
  .registration-form__row_button-bar {
    flex-direction: column;
    align-items: center;
  }
  .course-create .program__file-name {
    font-size: 18px;
  }
}
.autocomplete__items {
  width: 100%;
  padding: 15px 20px;
  border: 2px solid white;
  border-top: none;
  border-radius: 40px;
  font-size: 18px;
  color: white;
  outline: none;
  display: none;
  background-color: #0c3632;
  text-align: start;
}
.autocomplete__items.items__left {
  text-align: start;
}
.autocomplete__items.visible {
  display: block;
}

.autocomplete-item {
  padding: 5px 10px;
  cursor: pointer;
  color: white;
}
.autocomplete-item:hover {
  background-color: #092320;
}
.autocomplete-item.autocomplete-active {
  background-color: #092320;
}

/*# sourceMappingURL=form.css.map */
