* {
    font-family: 'Lato', sans-serif !important;
}
html {
    height: 100%;
}
body {
    min-height: 100%;
    position: relative;
    padding-top: 183px;
    background-color: #f2f2f2;
}
@media (max-width: 1199.98px) {
    body {
        padding-top: 151px;
    }
}
@media (max-width: 991.98px) {
    body {
        padding-top: 96.22px;
    }
}
.hv-centered {
    top: 50%;
    width: 100%;
    position: absolute;
    transform: translate(0, -50%)
}


.form-group label {
    font-size: 14px;
}
.form-check-input {
    top: 3px;
}

.login-head {
    top: 0;
    width: 100%;
    z-index: 99999;
    padding: 2rem 0;
    position: fixed;
    text-align: center;
    background: #FBFBFB;
}
@media (max-width: 991.98px) {
    .login-head img {
        width: 190px;
    }
}
@media (max-width: 1191.98px) {
    .login-head {
        padding: 1rem 0;
    }
}

#btn-login {
    width: 73%;
}
@media (max-width: 575.98px) {
    #btn-login {
        width: 100%;
    }
}
#password-reset {
    color: #6B6B6B;
    font-size: 14px;
}
.btn-piranha {
    background-color: #bc0000;
    color: white;
    border-radius: 0;
}
.btn-piranha:hover {
    color: white;
    background-color: #ff0101;
}