/* Authentication Pages Styles */

/* Root element for authentication pages */
#kt_app_root {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* Two-column layout for auth pages */
.d-flex.flex-column.flex-lg-row.flex-column-fluid {
    flex: 1;
}

/* Background image for aside */
.bgi-size-cover {
    background-size: cover;
}

.bgi-position-center {
    background-position: center;
}

/* Form wrapper sizing */
.w-lg-500px {
    width: 100%;
}

@media (min-width: 992px) {
    .w-lg-500px {
        width: 500px !important;
    }
}

/* Logo sizing */
.h-60px {
    height: 60px;
}

.h-lg-75px {
    height: 60px;
}

@media (min-width: 992px) {
    .h-lg-75px {
        height: 75px;
    }
}

/* Responsive image widths */
.w-275px {
    width: 275px;
}

.w-md-50 {
    width: 275px;
}

@media (min-width: 768px) {
    .w-md-50 {
        width: 50%;
    }
}

.w-xl-500px {
    width: 50%;
}

@media (min-width: 1200px) {
    .w-xl-500px {
        width: 500px;
    }
}

/* Alert styles */
.alert i[class*="ki-outline"] {
    font-size: 2.5rem;
}
