﻿body {
    margin: 0px;
}
.btnLanding {
    font: inherit;
    background-image: none;
    background: linear-gradient(0deg, rgba(0, 24, 46, 1) 0%, rgba(0, 52, 99, 1) 50%, rgba(0, 83, 158, 1) 100%);
    border: 0;
    color: #ffffff;
    cursor: pointer;
    font-weight: 700;
    margin: 1em 0 0 0;
    padding: 1em;
    height: 58px;
    margin-right: 15px;
    letter-spacing: 0.01em;
    box-sizing: border-box;
    display: inline-table;
    border-spacing: 0;
    border-collapse: separate;
    padding: 5px 13px 5px;
    border: 1px dotted transparent;
    line-height: 58px;
    text-decoration: none;
    min-width:150px;
    text-align:center;
}

    .btnLanding:hover {
        text-decoration: none;
        color: white;
    }
.public-container {
    align-items: center;
    background-attachment: fixed;
    background-image: url(../images/background.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex: 1 1 auto;
    min-height: 100vh;
}

.public-container-centered {
    flex: 1 1 auto;
    max-width: 100%;
    padding: 1rem;
}

.public-card-md {
    width: 80vw;
}
@media (max-width: 500px) {
    .public-card-md {
        width: 98vw;
    }
}
    .public-card-lg, .public-card-md, .public-card-sm {
        margin: 0 auto;
        max-width: 100%;
    }

    *, *::before, *::after {
        box-sizing: border-box;
    }

    *, :after, :before {
        box-sizing: border-box;
    }

    .card {
        box-shadow: .25rem .25rem .5rem rgba(0, 0, 0, .15);
    }

    .card {
        word-wrap: break-word;
        background-clip: border-box;
        background-color: #ffffffe5;
        border: 1px solid rgba(0, 0, 0, .125);
        border-radius: 4px;
        display: flex;
        flex-direction: column;
        min-width: 0;
        position: relative;
    }

    .pb-3, .py-3 {
        padding-bottom: 1rem !important;
    }

    .pt-3, .py-3 {
        padding-top: 1rem !important;
    }

    .card-body, .modal-body {
        flex: 1 1 auto;
        min-height: 1px;
        padding: 1.25rem;
    }

    .logo, .logo-mono {
        display: flex;
        margin: 0;
    }

        .logo a, .logo-mono a {
            background-image: url(../images/logo.png);
            background-position: 50% 50%;
            background-repeat: no-repeat;
            background-size: contain;
            display: block;
            flex: 1;
            height: 125px;
        }
@media (min-width: 576px) and (max-width:583px) {
    .colFix {
        margin-top: -7px !important;
    }
}
@media (min-width: 584px) and (max-width:972px) {
    .colFix {
        margin-top: 10px !important;
    }
}
@media (min-width: 576px) and (max-width:801px) {
    .colFix2 {
        margin-top: -7px !important;
    }
}

@media (min-width: 802px) and (max-width:1337px) {
    .colFix2 {
        margin-top: 10px !important;
    }
}