.login-main .btn.btn-primary:hover {
    background: transparent !important; 
    color: #d63274 !important;
}

.for-smaller-screen .image-full-height-with-opacity > img {
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}

.for-smaller-screen .image-full-height-with-opacity {
    height: 100vh;
}
@media (max-width: 1199px) {
.for-smaller-screen .image-full-height-with-opacity {
    height: 100%;
}
}

.login-card{
padding:10px
}