.pagetitle {
  color: rgba(0, 0, 0, 0.737);
  border: 3px inset #fff;
  border-radius: 10px;
  background-image: linear-gradient(to right, pink, #e6e6fa);
  padding: 12px;
  margin-bottom: 10px;
}
.formLayout {
  margin-bottom: 20px;
}
.buttonLayout {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.buttonLayout > :first-child {
  margin-right: auto;
}
.message {
  color: #f44336;
  font-size: 16px;
  margin-bottom: 10px;
}
