html {
  font-size: 14px;
}

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

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.logo_image {
    width: 80px;
}

.login-logo{
    width:100px !important;
}

@@media-desktop {
    .footer-logo {
        width: 150px;
    }
}

html.dark  {
    color: #243247 !important;
}

#curDate {
    color: white;
}

.bg-footer-cust {
    background-color: #243247;
    color: white;
    min-height: 30vh;
}


.error-eli-logo {
    margin-left: 170px;
    padding-bottom: 90px;
}
@media (max-width: 768px) {
    .mb-img-err {
        width: 210px;
    }

}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .mb-img-err {
        width: 210px;
    }


    .error-eli-logo {
        margin-left: 300px;
        padding-bottom: 90px;
    }
}

.weak {
    background-color: #ff4d4d !important;
}

.fair {
    background-color: #ffcc66 !important;
}

.strong {
    background-color: #66ff66 !important;
}

#strength-meter {
    height: 10px;
}