/* Logo Capsule Styling */
.logo-capsule {
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 50px;
    padding: 6px 12px;
    display: inline-block;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
}

.logo-capsule img {
    max-height: 28px;
    width: auto;
    display: block;
}

.logo-capsule-sm {
    padding: 4px 8px;
    margin-top: 10px;
}

.logo-capsule-sm img {
    max-height: 16px;
}

/* Login Page Card Adjustments */
.auth-page-wrapper {
    min-height: 100vh;
    max-height: 100vh;
    overflow: hidden;
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

.auth-page-wrapper .card {
    max-height: calc(100vh - 4rem);
    margin-bottom: 1rem;
    overflow-y: auto;
}

.auth-page-wrapper .card-body {
    max-height: calc(100vh - 6rem);
    overflow-y: auto;
}

/*# sourceMappingURL=custom.min.css.map */
