.notification{position:fixed;top:140px;right:-420px;z-index:99999;background:#006fcf;border-top-left-radius:6px;border-bottom-left-radius:6px;padding:15px 0px;opacity:0;visibility:hidden;transition:.3s all ease-in-out;-webkit-transition:.3s all ease-in-out;-moz-transition:.3s all ease-in-out}body.show-notification .notification{right:0;opacity:1;visibility:visible;transition:.3s all ease-in-out;-webkit-transition:.3s all ease-in-out;-moz-transition:.3s all ease-in-out}.notification p{text-shadow:4px 4px 5px rgba(0,0,0,0.45)}