﻿body {
    background-image: none;
    background: white;
}

#card-login {
    background: white;
}

.card-header {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #004795;
    font-size: 3.5em;
    font-weight: normal;
    word-break: break-word;
}

.card-input {
    padding: 5px;
    max-width: 50%;
}

#banner {
    overflow: hidden;
}

.banner-image {
    top: 0px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

#dateStamp {
    color: #595959;
}

#vendorLogin {
    display: none;
}

.card-md {
    width: 75%;
    text-align: center;
    margin: 0px auto;
    padding: 20px;
}

@media (max-width: 991.98px) {
    .card-md {
        position: relative;
        margin: 20px auto;
        background-color: rgba(0, 71, 149, .2);
        /*background-color: white;*/
        box-shadow: 4px 4px 4px rgba(0, 0, 0, .7);
        border: 1px solid #004795;
        border-radius: 7px;
    }
}
