body {
    background: #ffffff;
     height: 100%;
      margin: 0;
      padding: 0;
}
.wrapper {
  min-height: 100%;
  position: relative;
  padding-bottom: 40px; /* must match footer height */
}

.header {
    background-color: #e7f6f9;
    padding: 10px 20px;
    border-bottom: 2px solid #008c99;
}

.header img {
    height: 60px;
}

.header h2 {
    color: #2A3F54;
    font-weight: bold;
    margin: 10px 0 0 0;
}

.header small {
    float: right;
    color: #0070b8;
    font-size: 13px;
    margin-top: 10px;
}

.login-container {
    padding: 15px;
}

.login-box {
    border: 1px solid #ccc;
    padding: 15px;
    background: #f6f6f6;
    height: 100%;
}




.login-box h4 {
    background: #2A3F54;
    color: #fff;
    padding: 10px;
    margin-top: 0;
    font-size: 16px;

}

.login-box .form-group {
    margin-bottom: 10px;
}

.login-box .captcha {
    font-size: 22px;
    letter-spacing: 8px;
    font-weight: bold;
}

.news-alerts {
    background: #2A3F54;
    color: white;
    padding: 5px;
    font-size: 13px;
    text-align: center;
}

.main-img {
    width: 100%;
    border: 1px solid #ccc;
    height: auto;
}

/*.footer {
    margin-top: 20px;
    text-align: center;
    font-size: 12px;
    color: #666;
}*/

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 40px;
  background: #f9f9f9;
  text-align: center;
  line-height: 40px;
  font-size: 12px;
  color: #555;
  border-top: 1px solid #ccc;
}

.mt-5  { margin-top: 5%; }
.mt-10 { margin-top: 10%; }
.mt-15 { margin-top: 15%; }

.mb-1  { margin-bottom: 1%; }
.mb-2  { margin-bottom: 2%; }
.mb-3  { margin-bottom: 3%; }
.mb-4  { margin-bottom: 4%; }
.mb-5  { margin-bottom: 5%; }
.mb-10 { margin-bottom: 10%; }
.mb-15 { margin-bottom: 15%; }

.ml-5  { margin-left: 5%; }
.ml-10 { margin-left: 10%; }
.ml-15 { margin-left: 15%; }

.mr-5  { margin-right: 5%; }
.mr-10 { margin-right: 10%; }
.mr-15 { margin-right: 15%; }

/* Combined */
.mx-5  { margin-left: 5%; margin-right: 5%; }
.mx-10 { margin-left: 10%; margin-right: 10%; }

.my-5  { margin-top: 5%; margin-bottom: 5%; }
.my-10 { margin-top: 10%; margin-bottom: 10%; }


@media (max-width: 768px) {

    .header h2,
    .header small {
        float: none;
        text-align: center;
        display: block;
    }

    .main-img {
        margin-top: 20px;
    }

}

#errorMsg{
    color: red;
    text-align: center !important;
    font-weight: 500;
    margin-bottom: -18px;
    padding: 0 1px;
    display: inline-block;
    width: 100%;
}

/* HTML: <div class="loader"></div> */
.loader {
  width: fit-content;
  font-weight: bold;
  font-family: monospace;
  font-size: 14px;
  clip-path: inset(0 3ch 0 0);
  animation: l4 1s steps(4) infinite;
  text-align: center;
  border:none;
}
.loader:before {
  content:"Loading..."
}
@keyframes l4 {to{clip-path: inset(0 -1ch 0 0)}}

@media only screen and (max-width: 768px) {
  .hide-on-mobile {
    display: none !important;
  }
  #login-header{
    font-size:15px;
  }
}

/* HTML: <div class="loader"></div> */



