.form-field_type_input.hidden-input {
  height: 0px;
}

.nickname-input > input {
  padding-left: 38px;
}

.short-field{
  width: calc(50% - 12px);

  @media (--mobile) {
    width: 100%;
  }
}

.password-dropdown{
  list-style: none;
  padding-left: 0;
  margin: 0 0 10px 0;
  width: 430px;


  &__item {
    display: flex;
    align-items: center;
    margin-bottom: 5px
  }
}
