.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.form-container form {
  max-width: 1200px;
  margin: auto;
}
