:root {
    --blue-base: #2f3478;
}

.profi_col {
    color: var(--blue-base);
}

input.green {
    background-color: #f3f9ed;
}

a.but_inverse {
    color: var(--blue-base) !important;
    background: white !important;
    text-transform: uppercase;
    border: solid 1px #5668b8 !important;
}

button.but_inverse {
    color: #2f3478 !important;
    background: white !important;
    border: solid 1px #5668b8 !important;
    font-weight: bold;
}

a.button.bg_medium.but_inverse:hover, button.but_inverse:hover {
    background: linear-gradient(to bottom, #7b8ce0 0%,#5667b9 110%) !important;
    color: white !important;
}

a.but_inverse.red {
    color: #a3171a !important;
    background: white !important;
    text-transform: uppercase;
    border: solid 1px #cc4b4d !important;
}

a.button.bg_medium.but_inverse.red:hover {
    background: linear-gradient(to bottom, #cc4b4d 0%, #a3171a 110%) !important;
    color: white !important;
}

.signup .message.warning {
    background-color: #e4edfe;
}

.row.order-last {
    border-top: solid 1px var(--blue-base);
}