 *{font-family:Abel;}   html {
        background-color: #e39f5b;
        position: relative;
        min-height: 100%;
        font-size: 16px;
        font-family: Abel;
    }

    body {
        font-family: Abel;
        background-image: linear-gradient(#F5C37D,#ECEDE1);
        font-weight: bold;
        margin-bottom: 30px;
    }

h1 {
    color: #236Ec2;
    font-weight: bold;
    font-family: Abel;
}

h3 {
    color: #236Ec2;
    font-family: Abel;
}

#login-submit {
    background-color: #f19251;
    border: 5px solid #f5ba7e;
    font-family: Abel;
}

.container-fluid {
    background-image: linear-gradient(#99daf6,#074f6e);
    height: 93px;
    font-family: Abel;
    min-width: 100%;
    max-width: 100%;
}

.nav-link, .text-dark {
    color: #f7b220 !important;
    font-size: 11px;
    font-family: Abel;
}

    @keyframes guy {
        from {
            color: RED;
        }

        to {
            color: GREEN;
        }
    }

    #Qq {font-size: 26px;
        animation-name: guy;
        animation-duration: 555s;
        animation-iteration-count: 33;
    }

h1.v7 {
    color: #da5b2e;
    font-weight: bold;
    font-family: Abel;
}

.tooltip > .tooltip-inner {
    font-weight: bold;
    background-color: whitesmoke !important;
    color: #1b88b8;
    border-radius: 5px;
    border: 4px black;
    padding: 4px 6px;
    font-size: 15px;
    font-family: Abel;
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
}
.tooltip.top > .tooltip-arrow 
{
    border-top: 9px solid green;
}
.tooltip.bottom > .tooltip-arrow {border-bottom: 9px solid blue;}
.nav-item {color: rebeccapurple !important;}

.btn-success {
    border-radius: 5px;
    border: 4px black;
}
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    color: red;
    font-family: Abel;
}

#tdCenta {
    text-align: center;
    vertical-align: middle;
    font-family: Abel;
}

a {
    color: #0077cc;
}

.btn-primary {
    color: #fff;
    background-color: black;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: red;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top {
    border-top: 3px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}
