.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: #007bff !important;
}

.bg-payment-selection, .bg-success > a {
    color: #fff !important;
}

.bg-charger-selection {
    background-color: #28a745 !important;
}

.bg-charger-selection, .bg-success > a {
    color: #fff !important;
}