.my-message-notice-content {
	border-radius: 4px!important;
}
.my-message-notice-content .anticon {
    display: none!important;
}
.my-message-success,.my-message-error {
    padding-left: 30px!important;
    background-repeat: no-repeat;
    background-position: left center;
}
.my-message-success {
    background-image: url(./svgs/right.svg);
}

.my-message-error {
    background-image: url(./svgs/error.svg);
}

