/* Custom CSS
 :root {
    --bs-blue: #007bff;
    --bs-indigo: #6610f2;
    --bs-purple: #15afa2;
    --bs-pink: #e83e8c;
    --bs-red: #ea5455;
    --bs-orange: #fd7e14;
    --bs-yellow: #ff9f43;
    --bs-green: #28c76f;
    --bs-teal: #20c997;
    --bs-cyan: #00cfe8;
    --bs-black: #4b465c;
    --bs-white: #fff;
    --bs-gray: rgba(75, 70, 92, 0.6);
    --bs-gray-dark: rgba(75, 70, 92, 0.8);
    --bs-gray-25: rgba(75, 70, 92, 0.015);
    --bs-gray-50: rgba(75, 70, 92, 0.03);
    --bs-primary: #BEADFA;
    --bs-secondary: #DFCCFB;
    --bs-success: #28c76f;
    --bs-info: #00cfe8;
    --bs-warning: #ff9f43;
    --bs-danger: #ea5455;
    --bs-light: #dfdfe3;
    --bs-dark: #4b4b4b;
    --bs-gray: rgba(75, 70, 92, 0.05);
    --bs-primary-rgb: 190, 173, 250;
    --bs-secondary-rgb: 223, 204, 251;
    --bs-success-rgb: 40, 199, 111;
    --bs-info-rgb: 0, 207, 232;
    --bs-warning-rgb: 255, 159, 67;
    --bs-danger-rgb: 234, 84, 85;
    --bs-light-rgb: 223, 223, 227;
    --bs-dark-rgb: 75, 75, 75;
    --bs-gray-rgb: 75, 70, 92;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 75, 70, 92;
    --bs-body-color-rgb: 111, 107, 125;
    --bs-body-bg-rgb: 248, 247, 250;
    --bs-font-sans-serif: "Public Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    --bs-font-monospace: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-root-font-size: 16px;
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 0.9375rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.47;
    --bs-body-color: #6f6b7d;
    --bs-body-bg: #f8f7fa;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dbdade;
    --bs-border-color-translucent: rgba(75, 70, 92, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 0.625rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #BEADFA;
    --bs-link-hover-color: #ab9ce1;
    --bs-code-color: #e83e8c;
    --bs-highlight-bg: #ffecd9;
}
  */
/*--bs-primary: #BEADFA;*/
.themeColor{
    color: var(--bs-primary) !important;
}

.light-style .landing-footer .footer-top {
     background-image: url("../img/front-pages/brian/RectDia.png")!important;
}

.light-style .landing-footer .footer-link, .light-style .landing-footer .footer-text {
    color: #0e22c6!important;
}
.light-style .landing-footer .footer-title {
    color: #c41515!important;
}
.landing-footer .footer-form label {
    color: #ea5455!important;
}
.light-style .landing-footer .footer-bottom {
    background-color: #dfccfb57!important;
}
.landing-footer .footer-form input {
    background-color: #dfccfbb5;
    border-color: #434968;
    color: #0e22c6;
}
.landing-footer .footer-form input::placeholder {
    color: rgba(71, 131, 220, 0.61);
    opacity: 1; /* Firefox */
}

@media (min-width: 992px){
    .landing-footer .footer-logo-description {
        max-width: 422px;
    }
}
