.login-container {
    margin-top: 50px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
}

.login-image {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5;
}

.login-image img {
    width: 100%;
    height: auto;
}

.login-form {
    background-color: #ffffff;
    padding: 30px;
}

.login-form h2 {
    color: #333;
    margin-bottom: 20px;
}

.login-form .form-control {
    margin-bottom: 20px;
}