.position-logo-login {
    position: relative;
    left: -130px !important;
    bottom: 10px !important;
}

.form_errors ul {
    margin-top: 10px !important;
    margin-bottom: -15px !important;
}

.form_errors ul li {
    color: rgb(187, 3, 3);
    font-weight: bold;
}

.btn-okayo {
    color: white;
    background-color: #2A8CBA !important;
}

.btn-okayo:hover {
    color: white;
    background-color: #2ea0d4 !important;
}

.btn-okayo:focus {
    color: white;
}

.flashy-custom {
    top: 8px !important;
    z-index: 9999 !important;
    display: table !important;
}

.flashy{
    padding: 9px 30px !important;
    left: 50% !important;
transform: translateX(-50%) !important;
}

.flashy i {
    font-size: 25px !important;
    top: 0px !important;
}

.flashy .flashy__body {
    vertical-align: text-bottom !important;
}

.text-notif {
    font-size: 14px;
}

#notif-list-payment {
    overflow-y: auto;
    max-height: 380px;
}

.payment-card {
    max-width: 600px !important;
    height: 80vh !important;
}

.position-logo-payment {
    position: relative;
    left: -260px !important;
    bottom: 10px !important;
}

.position-logo-payment-elsassur {
    position: relative;
    left: -300px !important;
    bottom: 10px !important;
}

.position-logo-payment-bonus50 {
    position: relative;
    left: -215px !important;
    bottom: -10px !important;
}

.subtitle-payment {
    color: #F85527 !important;
    font-weight: bold !important;
}

.subtitle-payment-Elsassur {
    color: #E4216A !important;
    font-weight: bold !important;
}

.subtitle-payment-Bonus50 {
    color: #b21521 !important;
    font-weight: bold !important;
}

.btn-Elsassur {
    background-color: #E4216A !important;
    border-color: #E4216A #E4216A #E4216A !important;
    color: #FFF !important;
}

.btn-Elsassur:hover {
    color: white !important;
    background-color: #f5377d !important;
    border-color: #f5377d #f5377d #f5377d !important;
}

.btn-Bonus50 {
    background-color: #b21521 !important;
    border-color: #b21521 #b21521 #b21521 !important;
    color: #FFF !important;
}

.btn-Bonus50:hover {
    color: white !important;
    background-color: #bd2330 !important;
    border-color: #bd2330 #bd2330 #bd2330 !important;
}

.border-top-Elsassur{
    border-top-color: #E4216A !important;;
}

.border-top-Bonus50{
    border-top-color: #b21521 !important;;
}

.background-color-Elsassur{
    background-color: #E4216A !important;
}

.background-color-Bonus50{
    background-color: #b21521 !important;
}

.color-white{
    color: white !important;
}

.color-gray-icon{
    color: #212529 !important;
}

.btn-card-customer{
    position: absolute !important;
    bottom: 8px !important;
    right: 16px !important;
}

.bt-none{
    border-top: none !important;
}

.mt-n-5{
    margin-top: -5px !important;
}

.mb-n-5{
    margin-bottom: -5px !important;
}

/* MOBILE */
@media (max-width: 640px) {
    .position-logo-payment {
        left: -20px !important;
        height: 80px !important;
    }

    .position-logo-payment-elsassur {
        left: -35px !important;
        height: 65px !important;
    }

    .position-logo-payment-bonus50 {
        left: 0px !important;
        height: 80px !important;
    }
}