body {
  font-family: "Segoe UI Regular", sans-serif;
  overflow-x: hidden;
  padding-left: 30px;
  padding-right: 30px;
  background: #eee;
}
.divider:after,
.divider:before {
  content: "";
  flex: 1;
  height: 1px;
  background: #eee;
}
.h-custom {
  height: calc(100% - 73px);
}
@media (max-width: 450px) {
  .h-custom {
    height: 100%;
  }
}
.error {
    color: red;
}

.footer {
    margin-left: -30px;
    margin-right: -30px;
}
