.sign_in_h2 {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 25px;
  line-height: 150%;
  width: 200px;
  text-align: center;
}

.sign_in_form {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}

.sign_in_form_block {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}

.sign_in_form_label {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  text-align: start;
}

.sign_in_form_input {
  background: box-shadow(0 1px 2px 0 rgba(0, 0, 0, 0.25));
  width: 325px;
  height: 48px;
  border-radius: 8px;
}

.sign_in_button {
  width: 131px;
  height: 39px;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}
