﻿

.invalid {
    outline: 1px solid red !important;
}

.validation-message {
    color: red !important;
}

.custom-auth-box {
    width: 360px !important;
}

.custom-auth-logo {
    font-size: 2.1rem;
    font-weight: 300;
    margin-bottom: 0.9rem;
    text-align: center;
}

.custom-auth-card-body {
    background-color: #fff;
    border-top: 0;
    color: #666;
    padding: 20px;
}

.feature-standard {
    color: red;
}

.feature-premium {
    color: green;
    font-weight: 800;
}
/* ── FOOTER ──────────────────────────────── */
.ciq-footer {
    width: auto;
    max-width: 300px;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.ciq-footer-inner {
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-links {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

    .footer-links a {
        font-size: 0.8rem;
        text-decoration: none;
    }

.footer-legal {
    font-size: 0.75rem;
    width: 100%;
    padding: 0;
    margin: 3px;
}

    .footer-legal a {
        font-size: 0.8rem;
        text-decoration: none;
    }

