.subtitle {
  font-size: 1.5rem;
  line-height: 0.8em;
}

@media (max-width: 767px) {
  .cisa-seal {
    /*height: 50% !important;*/
    height: 200px;
  }
}

@media (max-width: 576px) {
  .subtitle {
    line-height: 1em;
  }
}

.cisa-header {
  background-size: contain;
  /*height: 200px;*/
  /*width: 100% !important;*/
  background: url("../../assets/img/cisa-banner-right.png") no-repeat right;
}

.center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cisa-head h1 {
  margin-bottom: 0px;
}

.spacer {
  background-color: #AC5F2D;
  height: 10px;
}

.hsin-info {
  padding-top: 30px;
}

.hsin {
  background-color: #0A2D45;
}

.dhs-seal {
  margin-top: 3%;
  margin-right: 30px;
  margin-left: 20px;
  float: left;
}

.dhsinfo {
  padding-top: 2%;
  margin: 0;
  overflow: hidden;
}

body {
  font-family: Lato, sans-serif;
}

.login {
  background-color: #554E47;
  padding: 0.6%;
}

.btn {
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: 1;
}

.footerLink {
  color: white;
  padding-left: 5px;
}

.spacerGrey {
  height: 40px;
  background-color: #554E47;
}

@media (max-width: 575px) {
  .dhsSeal {
    height: 75% !important;
  }
}

@media (min-width: 1201px) {
  .dhsSeal {
    max-width: 150px;
  }
}

@media (min-width: 768px) {
  .cisa-seal {
    max-width: 150px;
  }
}

.btn-success:focus {
  border-color: white;
}

.footerLink:hover {
  color: #FFFF80;
  background-color: #005287;
}

.pulse-label {
  text-transform: capitalize;
  padding-left: 20px;
}

