/** Notification **/
.notification-popup{position:fixed;width:500px;padding:20px;border:1px solid #DDD;top:50%;left:50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);background:#FFF;z-index:1000001;color:#000}
.notification-popup .notification-close{position:absolute;top:10px;right:5px;font-size:40px;cursor:pointer;height:20px;line-height: 20px}
.notification-overlay{position:fixed;width:100%;height:100%;z-index:1000000;background:rgba(000,000,000,0.7);top:0px;left:0px;cursor:pointer}
.notification-popup form{margin:10px 0px}
.notification-content{}
.notification-content .s-m-btn{border-bottom: 0px!important;}
@media(max-width:550px){
    .notification-popup{width:90%}
}