.dada-login-card-logo{
    display:flex;
    justify-content:center;
    margin-top:-78px;
    margin-bottom:24px;
    position:relative;
    z-index:20;
}

.logo-circle{
    width:145px;
    height:145px;
    border-radius:50%;
    background:#ffffff;
    display:flex;
    align-items:center;
    justify-content:center;

    border:4px solid #F7941D;

    box-shadow:
        0 18px 45px rgba(0,0,0,.28),
        0 0 0 8px rgba(8,41,92,.12);

    transition:.35s ease;
}

.logo-circle:hover{
    transform:translateY(-3px);
    box-shadow:
        0 25px 60px rgba(0,0,0,.35),
        0 0 0 10px rgba(247,148,29,.18);
}

.logo-circle img{
    width:118px;
    height:118px;
    object-fit:contain;
}