.notification {
  display: inline-block;
  position: fixed;
  right: 15px;
  bottom: 15px;
  width: 350px;
  color: #FFFFFF;
  padding: 15px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
  z-index: 1000;
}

.notification.success {
  background-color: #71B628;
}

.notification.error {
  background-color: #BB0000;
}

/* .notification-close {
  display: inline-block;
  padding: 3px;
  float: right;
  margin-right: -35px;
  font-size: 22px;
  line-height: 22px;
  color: #FFFFFF;
  cursor: pointer;
}

.notification-close:hover {
  opacity: .50;
} */

/* .notification-content {
  padding: 15px;
}

.notification-close {
  position: relative;
  padding-right: 15px;
  height: 100%;
}

.notification-close > span {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  background-color: rgba(255, 255, 255, .2);
} */


/* .notification-close {
  float: right;
  font-size: 26px;
  line-height: 26px;
  color: #FFFFFF;
} */
