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

.container-fluid {
    height: 100%;
}

.left-column {
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.right-column {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    height: 100vh;
    overflow: hidden;
}

.form-container {
    width: 100%;
    max-width: 400px;
}