 /*
Theme Name: Divi-child-update
Theme URI: http://www.elegantthemes.com/gallery/divi/
Description: Child theme for the Divi theme
Author: Beelieve Tech LLC
Author URI: http://www.elegantthemes.com
Template: Divi
Version: 1.0.1
*/

@import url(original.css);
@import url(custom.css);

.wp_crm_error_messages {
    color: #D8000C;
    background-color: #FFD2D2;
    padding: 5px;
    font-size: 15px;
    vertical-align: middle;
}

.wp_crm_response_text.failure{
	color: #D8000C;
    background-color: #FFD2D2;
    padding: 5px;
    font-size: 15px;
    vertical-align: middle;
}