.ecard-bca{
    position: relative;

    max-width:420px;
    margin:auto;

    border-radius:20px;

    overflow:visible;

    background:#0057A8;

    color:white;

    box-shadow:
    0 10px 30px rgba(0,0,0,.15);

}

.ecard-bca::before{
    z-index:0;
}
.ecard-header{

    padding:25px;

}

.logo-bca{
    z-index:1000;
}


.ecard-header img{

    width:90px;

}

.ecard-body{

    padding:25px;

}

.label{

    font-size:13px;

    opacity:.8;

}

.rekening{

    font-size:28px;

    font-weight:700;

    letter-spacing:3px;

}

.nama{

    font-size:18px;

    font-weight:600;

}

.btn-copy{

    width:100%;

    border:none;

    padding:16px;

    background:#0A74DA;

    color:white;

    font-weight:600;

    cursor:pointer;

}