.auth-cover-bg img {
    object-fit: cover;
    height: 100%;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.authentication-wrapper.authentication-cover
    .authentication-inner
    .auth-cover-bg {
    width: 100%;
    margin: 2rem 0 2rem 2rem;
    height: calc(100vh - 4rem);
    border-radius: 5rem;
    position: relative;
}
