/* App overrides on top of Bootstrap 5 */

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: #f5f7fa;
}

.app-main {
    flex: 1 0 auto;
}

.app-footer {
    flex-shrink: 0;
}

.auth-card {
    max-width: 460px;
}

.captcha-row img {
    border: 1px solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
}
