html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    /* margin-bottom: 60px; */
}

.divider:after, .divider:before {
    content: "";
    flex: 1;
    height: 1px;
    background: #eee;
}

.form-label {
    font-weight: 600;
    font-size: 0.9em;
    margin-bottom: 0.125rem;
}

.h-custom {
    height: calc(100% - 36px);
}

.h-section {
    height: calc(100vh - 3rem);
    min-height: 540px;
    margin-top: 1.5rem;
}