h1, h2, h3, h4, h5 {
  color: #041e3a;
}

.c-header img {
  max-height: 25px;
}
.o-wrap {
  min-height: calc(100vh - 199px);
}

.c-button.apply {
  background-color: #041e3a;
}

.c-footer {
  min-height: 55px;
  border-top: 1px solid #d1d1d1;
  background-color: #fff;
}

.c-footer .copyright {
  color: #000;
}

@media screen and (max-width: 768px) {
  .c-header img {
      height: 15px;
  }
  .o-wrap {
    min-height: calc(100vh - 164px - 110px);
  }
}
