html {
    font-size: 14px;
}

input::-ms-reveal,
input::-ms-clear {
    display: none;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    /*box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;*/
    box-shadow: none;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    background-image: url('../image/background.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
}

.footer-container a {
    padding: 0 10px 0 0;
}

.footer-container a:last-child {
    padding-right: 0;
}

.footer-container .sep {
    padding: 0 10px;
}

.form-modal {
    background: #fff;
    padding: 10px 10px 20px 10px;
    border-radius: 10px;
    margin-top: 4rem;
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 50%);
    width: 300px;
}

.form-modal .logo {
    height: 75px;
    margin: auto auto;
    background: transparent url("../image/HydroPointLogo.svg") center center no-repeat;
    background-size: 90%;
}

.form-modal .logo.hydropoint { background-image: url("../image/HydroPointLogo.svg"); background-size: contain; background-size: 90%; }
.form-modal .logo.weathertrak { background-image: url("../image/WeatherTRAKLogo.svg"); background-size: contain; background-size: 90%; }
.form-modal .logo.watercompass { background-image: url("../image/WaterCompassLogo.svg"); background-size: contain; background-size: 90%; }

.form-modal label {
    color: #00577D;
}

.form-modal input {
    background-color: #F8F8F8;
}

.form-modal .form-control {
    font-size: 0.85rem;
}

.forgot {
    font-size: 0.85rem;
}

.bg-blue,
.bg-blue:focus {
    background: #00577D;
    border: none;
}

.bg-light-blue {
    background: #D7EBF4;
}

.form-control
.pointer {
    cursor: pointer;
}

#togglepass {
    position: absolute;
    right: 5px;
    top: 5px;
}
