.form-control.invalid {
    border-color: #dc3545;
    border-width: 2px;
}

.validation-message {
    color: #dc3545;
}

.logo0 {
    fill: #e10000;
}

.info-box .info-box-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 120%;
    -ms-flex: 1;
    flex: 1;
    padding: 0 5px;
}

.langDropdown {
    padding-right: 50px;
    display: flex;
    font-size: 1rem;
}

.bg-payment-selection {
    background-color: #233553 !important;
}

.bg-payment-selection, .bg-success > a {
    color: #fff !important;
}

.bg-charger-selection {
    background-color: #233553 !important;
}

.bg-charger-selection, .bg-success > a {
    color: #fff !important;
}

.bg-gradient-gray {
    background: #233553 !important;
}

.bg-yellow {
    background: #233553 !important;
    color: #fff !important;
}

.bg-info {
    background: #233553 !important;
    color: #fff !important;
}

.btn-info {
    color: #fff;
    background-color: #233553;
    border-color: #233553;
    box-shadow: none;
}

    .btn-info:hover {
        color: #fff;
        background-color: #233553;
        border-color: #233553;
        box-shadow: none;
    }

.btn-primary {
    color: #fff;
    background-color: #233553;
    border-color: #233553;
    box-shadow: none;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #233553;
        border-color: #233553;
        box-shadow: none;
    }
.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #233553;
    border-color: #233553;
    box-shadow: none;
}

.callout.callout-success {
    border-left-color: #233553 !important;
}

.callout.callout-warning {
    border-left-color: #233553 !important;
}

.callout.callout-info {
    border-left-color: #233553 !important;
}

.text-muted {
    color: #233553 !important;
}

.bg-light, .bg-light > a {
    color: #233553 !important;
}

.badge-info {
    color: #fff;
    background-color: #233553 !important;
}

.btn-danger {
    color: #fff;
    background-color: #233553 !important;
    border-color: #233553 !important;
}


.badge-warning {
    color: #fff;
    background-color: #233553 !important;
}


.badge-primary {
    color: #fff;
    background-color: #233553 !important;
}

.badge-success {
    color: #fff;
    background-color: #233553 !important;
}


.bg-gradient-yellow {
    background: #233553 !important;
    color: #ffffff;
}

:root {
    --info: #233553 !important;
    --cyan: #233553 !important;
    --blue: #233553 !important;
    --indigo: #233553 !important;
    --purple: #233553 !important;
    --pink: #233553 !important;
    --red: #233553 !important;
    --orange: #233553 !important;
    --yellow: #233553 !important;
    --green: #233553 !important;
    --teal: #233553 !important;
    --white: #ffffff;
    --gray: #233553 !important;
    --gray-dark: #233553 !important;
    --primary: #233553 !important;
    --secondary: #233553 !important;
    --success: #233553 !important;
}
