/* Forms error msg */

.actua_member_form_msg,
.actua_member_form_server_msg{
	background-color: var(--actua-public-danger-color);
	color: #FFF;
	padding: 15px;
	margin-bottom: 20px;
}

.actua_member_form_msg a,
.actua_member_form_server_msg a{
	text-decoration: underline !important;
}

.actua_member_form_msg.success,
.actua_member_form_server_msg.success{
	background-color: var(--actua-public-success-color);
}

/* MEMBERS PRIVATE MSG */

.actua-member-alert{
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}

.actua-member-alert-inner{
	border:1px solid #000;
	padding: 24px;
	line-height: 28px;
	display: flex;
	flex-direction: row;
}

.actua-member-alert .left-section, .actua-member-alert .right-section{
	flex-grow: 1;
}

.actua-member-alert .right-section{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.actua-member-alert .left-section{
	display: flex;
	align-items: center;
	justify-content: flex-start;	
}

.actua-member-alert-inner p{
	margin-bottom: 0 !important;
	line-height: 28px !important;
}
