/* identicare brand overrides */

#newCustomerIdentiModal .newcustomeridenti-modal__panel,
#newCustomerIdentiModal .newcustomeridenti-modal__content {
    background: #2e38b2 !important;
    background-color: #2e38b2 !important;
}

#newCustomerIdentiModal .newcustomeridenti-modal__brandbar {
    background: #ffffff !important;
    background-color: #ffffff !important;
    border-bottom: 1px solid rgba(46, 56, 178, 0.18) !important;
}

#newCustomerIdentiModal .newcustomeridenti-modal__content h2,
#newCustomerIdentiModal .newcustomeridenti-modal__content p,
#newCustomerIdentiModal .newcustomeridenti-modal__greeting,
#newCustomerIdentiModal .newcustomeridenti-modal__contact,
#newCustomerIdentiModal .newcustomeridenti-modal__contact a {
    color: #ffffff !important;
}

#newCustomerIdentiModal a.newcustomeridenti-modal__button,
#newCustomerIdentiModal a.newcustomeridenti-modal__button:link,
#newCustomerIdentiModal a.newcustomeridenti-modal__button:visited,
#newCustomerIdentiModal a.newcustomeridenti-modal__button:hover,
#newCustomerIdentiModal a.newcustomeridenti-modal__button:active,
#newCustomerIdentiModal a.newcustomeridenti-modal__button:focus {
    color: #2e38b2 !important;
    background: #ffa99b !important;
    background-color: #ffa99b !important;
    border: 3px solid #ffa99b !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

#newCustomerIdentiModal a.newcustomeridenti-modal__button:hover,
#newCustomerIdentiModal a.newcustomeridenti-modal__button:active {
    color: #ffffff !important;
    background: #2e38b2 !important;
    background-color: #2e38b2 !important;
    border-color: #ffa99b !important;
}

#newCustomerIdentiModal a.newcustomeridenti-modal__button:focus {
    outline: 3px solid #ffffff !important;
    outline-offset: 3px;
}