html, body {
  font-family: sans-serif;
  font-size: 13px;
}

@media (min-width: 768px) {
  html, body {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  html, body {
    font-size: 18px;
  }
}

#header {
  border-bottom: 4px solid #61bf79 !important;
  min-height: 5vh;
}

#footer {
  min-height: 2vh;
}

#wrapper {
  overflow-x: hidden;
  min-height: 90vh;
}

hr.headerLine {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin-top: 0px;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: ">";
}

.modal-icon {
  width: 25%;
  max-width: 100px;
  margin: 24px auto 0;
}

.modal-icon img {
  width: 100%;
}

.is-failure_text {
  padding: 16px 16px 0;
  text-align: center;
}

.is-failure_text_detail {
  padding: 40px 16px 0;
  text-align: center;
}