body {
    height: 100vh;
    display: flex;
}
.left-panel {
    flex: 1;
    background: url("../Images/banner.jpg") no-repeat center center;
    background-size: cover;
}
.right-panel {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
}
.card {
    width: 100%;
    max-width: 400px;
    padding: 20px;
}