.login-image-wrapper {
    height: 350px;
    overflow: hidden;
}

.login-image-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: left center;
}

.versfall-disabled {
    background-color: #C6C6C6;
    color: #FFFFFF;
    }


.icon-circle {
    width: 48px;
    height: 48px;
    border-radius: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-circle img {
    width: 24px;
    height: 24px;
}
