body {
     color: #000000;
     font-size: 15px;
     background-color: lightgrey;
     background-position-x: 0%;
     background-position-y: 0%;
     background-repeat: repeat;
     background-attachment: fixed;
     background-size: cover;
     background-origin: padding-box;
     background-clip: border-box;
     font-family: calibri;
}
 
.navbar.navbar-expand-sm.navbar-light.banner {
background: #fff;
height: 120px;
}

.application-info{
content: url("/theme/account_logo");
width: 200px;
margin-bottom: 0rem !important;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #716560;
    border-bottom: 1px solid #716560;
    color: #fff;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.btn-success {
    color: #fff;
    background-color: #716560;
    border-color: #716560;
}