.ajax-message {
   color : #fff;
   background : #7FAD39;
   border-color : #7FAD39;
   position : fixed;
   font-weight: 800;
   font-size: 1.1 rem;
   bottom : 0;
   right : 0;
   min-width : 25%;
   border-radius : 50px;
   z-index: 100;
}