div.editar-my-account a.edit-account{
	font-size: 16px;
    font-weight: 400;
}

div.msg-msg{
    padding: 0;
    width: 20%;
    border-radius: 11px;
}
div.msg-msg p{
	text-align: center;
	font-weight: bold;
	color: white;
}

div.msg-success{background-color: #06a006;}
div.msg-error{background-color: #9a0404;}
