body {
    background-image: radial-gradient(#e3e3e3, #888888) !important;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}


.card{
border-radius: 32px!important;
}


.card-img-top {width:40%!important;}

.card > a[href="/login"] {
    display: flex!important;
    flex-direction: column!important;
    align-items: center!important;
}

.card-footer {display:none!important}