.card_red {
    background-color: #bd4bce !important;
}

.button_inverted.button_primary{
    color: #bd4bce !important;
}



.card_green {
    background-color: #9726e4 !important;
}

.button_inverted.button_secondary {
    color: #9726e4 !important;
}



.card_blue {
    background-color: #4c35e0 !important;
}

.button_inverted.button_tertiary {
    color: #4c35e0 !important;
}






.main-layout-footer {
    display: none !important;
}




.admin-login-page__image {
    width: 239px;
    margin-bottom: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}