.divider:after,
.divider:before {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background: #eee;
}

.form-container {
  background-color: #89c7897f;
  border-radius: 1rem;
  border: none;
}

.fill-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fill-width > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

