.ev-contact-form {

}

.ev-contact-form__message {
	border: 1px solid transparent;
	padding: 10px;
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
}


.ev-contact-form ul { list-style-type: disc;}
.ev-contact-form li { background: none; }

.ev-contact-form .bg-success {
	border-color: #AFD784;
	background: #E5FCBD;
	color: #447410;
}
.ev-contact-form .bg-success * { color: #447410 !important; }

.ev-contact-form .bg-danger {
	border-color: #D78484;
	background: #FCBDBD;
	color: #741010;
}
.ev-contact-form .bg-danger * { color: #741010 !important; }

.ev-contact-form .bg-warning {
	border-color: #D7CC84;
	background: #FCEDBD;
	color: #745C10;
}
.ev-contact-form .bg-warning * { color: #745C10 !important; }

.ev-contact-form__message ul {
	margin-bottom: 0;
	margin-top: 0;
}