html,
body {
    height: 100%;
    margin: 0;
    overflow-x: hidden;
}

.left-column {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    overflow: hidden;
}

.right-column {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.right-column img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.container-fluid,
.row {
    height: 100vh;
}

.form-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 400px;
    width: 100%;
}

.right-column img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}