.divider:after,
.divider:before {
    content: "";
    flex: 1;
    height: 1px;
    background: #eee;
}
.login-form input {
    background: #fff !important;
}
.h-custom {
    height: calc(100% - 73px);
}
@media (max-width: 450px) {
    .h-custom {
        height: 100%;
    }
}
/* Custom CSS for Image Container */
.custom-image-container {
    max-width: 100%;
    height: auto;
    padding: 15px;
}

.custom-image-container img {
    width: 100%;
    height: 500px;
    max-height: 500px;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.custom-image-container h-100 {
    height: 111% !important;
}
.custom-image-container ht-100 {
    height: 133% !important;
}

/* Adjustments for Tablets */
@media (max-width: 768px) {
    .custom-image-container {
        padding: 10px;
        margin: 0 5px;
    }

    .custom-image-container img {
        width: 100%;
        max-height: 400px;
        object-fit: cover;
    }
}

/* Adjustments for Mobile Phones */
@media (max-width: 576px) {
    .custom-image-container {
        padding: 5px;
        margin: 0 2px;
    }

    .custom-image-container img {
        width: 100%;
        max-height: 300px;
        object-fit: cover;
    }
}
