body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: 'Barlow', sans-serif;
  margin-bottom: 60px;
}
.fa-tools {
  color:#2D4460;
}

.fa-exclamation-triangle {
  color:#2D4460;
}

.container{
  margin-top: auto;
  margin-bottom: auto;
}

html {
  position: relative;
  min-height: 100%;
  height: 100%;
}

.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
}

.hcs-dark-blue-border {
  border-color: #00526F
}

.hcs-dark-blue-text {
  color: #2D4460
}

.hcs-light-blue-text {
  color: #004AA2
}

.hcs-gray-text {
  color:#5F6268
}

.logo-main {
  width:200px;
}