
/* THESE ARE YOUR CUSTOMER COLORS */

.ixp-primary-bg{
    background: #362B68 !important;
    color: #FFFFFF !important;
}

.btn.ixp-primary-bg:focus,
.btn.ixp-primary-bg:active,
.btn.ixp-primary-bg:disabled{
    background: #362B68 !important;
    color: #FFFFFF !important;
    opacity:0.8;
}

.btn.ixp-primary-bg:hover{
    transform: translateY(1px);
}

.ixp-secondary-bg{
    background: #ef7c57  !important;
    color: #000000 !important;
}

.btn.ixp-secondary-bg:focus,
.btn.ixp-secondary-bg:active,
.btn.ixp-secondary-bg:disabled{
    background: #ef7c57 !important;
    color: #000000  !important;
    opacity:0.8;
}

.btn.ixp-secondary-bg:hover{
    transform: translateY(1px);
}

.ixp-primary-color{
    color: #362B68 !important;
}

.ixp-secondary-color{
    color: #ef7c57 !important;
}

.ixp-primary-border-color{
    border-color: #362B68 !important;
}

.ixp-secondary-border-color{
    border-color: #ef7c57 !important;
}

    