.all-wrapper {
  padding: 32px 0;
}


.form {
  width: 90%;
  padding: 18px 8px;
}
.form__id,
.form__pass {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 95%;
}
.form__id-input,
.form__pass-input {
  width: 100%;
}
.form__id-input input,
.form__pass-input .input-password {
  width: calc(100% - 16px);
}
.form__enter {
  width: 95%;
}


.annotation {
  width: 90%;
}