.users {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.users h3 {
  color: #666;
  text-align: center;
  font-family: "Hiragino Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.users h3 .required {
  color: #FF4D00;
  font-family: "Hiragino Sans";
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.users .form-container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.users .form-container form {
  width: 400px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  gap: 32px;
}

.users .form-container .form-actions {
  display: flex;
}

.users .form-container .form-actions .back-link {
  display: flex;
  width: 99px;
  height: 40px;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  color: #5F89E3;
  font-family: "Hiragino Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
