body {
    font-family: Arial, sans-serif;
    height: 100%;
}
.custom-container {
    margin: 0;
    padding: 0;
    height: 100vh;
}
.login-container {
    background-color: #fff;
}
.login-card {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.login-form {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
}
.image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.login-image {
    max-width: 100%;
    max-height: 100%;
}
