
.authentication {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 138px);
    background-size: cover;
    background-position: center;
    position: relative;
}

.bg-overlay-success {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.8) 0%, rgba(200, 230, 201, 0.6) 100%);
    backdrop-filter: blur(9px);
    z-index: 1;
}

.container {
    z-index: 2;
}

/* Modern Card Design */
.card {
    border: none;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
}

/* Fix Slider Image Fit */
.carousel-item img {
    height: 500px;
    object-fit: cover;
    object-position: center;
}