.newsletter-status {
    opacity: 1;
    transition: opacity .3s ease
}

.newsletter-status-hiding {
    opacity: 0
}
