﻿body {
}

.card-principal-cliente {
    margin: 0 auto;
    margin-top: 35px;
    padding: 0;
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
    display: inline-flex;
    margin: 0px 24px 20px 20px;
    /* display: block; */
    /* float: inherit; */
    justify-content: space-between;
}

a.footer-link {
    color: #007bff;
    text-decoration: none;
}

    a.footer-link:hover {
        color: #000;
        text-decoration: underline;
    }

a#HyperLink1.backOffice {
    margin-left: 45%;
    color: #007bff;
    text-decoration: none;
}

    a#HyperLink1.backOffice:hover {
        color: #000;
        text-decoration: underline;
    }