.login-card-body img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

body {
    background: lightblue linear-gradient(145deg, #71b7e6, #9b59b6) no-repeat fixed center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
}
p {
    color: #eb3b5a;
    text-align: center;
    margin-block-end: 0em;
}
