body{
    background: url(../resources/imagens/bg5.png) right bottom !important;
}
.card{
    min-height:calc(100%) !important;
    min-width:calc(100%)!important;
    overflow-x: auto;
}
.card-bancos{
    position: relative;
    background-color: white;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0
        rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0
        rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0
        rgba(0, 0, 0, 0.19);
    padding: 5px;
}

.card-body-bancos {
    position: relative;
    width: 100%;
}

.brand-logo-container-bancos{
    position: absolute;
    height: 70px;
    width: 70px;
    top: -35px;
    border-radius: 50%;
    background: #fff;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 35px;
    margin-bottom: 100px;
}

.ageconta {
    font-size: 12px;
    font-weight: bold;
    color:rgba(0, 0, 0, 0.5);
    padding: 0;
}

.nr-ageconta {
    font-size: 14px;
    font-weight: bold;
    padding: 0;
}
