html {
  font-size: 14px;
}

@media (min-width: 768px) {
    html {
    font-size: 16px;
    }
    #divFooter {
        display:block;
    }
    #altLogo {
        display: none;
    }
    #imgLogo {
        display: block;
    }
    #padLogo {
        padding-left: 150px;
    }
}

@media only screen and (max-width: 600px) {
    #divFooter {
        display: none;
    }
    #altLogo {
        color: white;
        display: block;
    }
    #imgLogo {
        display: none;
    }
    #padLogo {
        padding-left: 0px;
    }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.div-header-box {
    background-color: #1B8DAC;
    color: white;
    border-radius: 5px;
    font-size: 16pt;
    font-weight: bold;
    padding-left: 5px;
    padding-bottom: 2px;
}

.form-group {
    padding-top: 10px !important;
}

.header-dark {
    background-color: #1B8DAC !important;
}

.navbar-dark {
    background-color: #0B2A4A !important;
}

.btn-dark {
    background-color: #1B8DAC !important;
}

.footer-image {
    text-align: center;
    margin-top: 5px;
}

.footer-text {
    padding: 0 5px;
    text-align: left;
    font-size: 13px;
    line-height: 22.6px;
}

    .footer-text b, .footer-text a, .footer-text span {
        display: inline-block;
        padding: 0 10px;
    }