#noty {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  text-align: center;
  line-height: 60px;
  color: white;
  text-transform: uppercase;
  font-size: 16px;
}

.noty-error {
  background-color: #FF7578;
}

.noty-success {
  background-color: #000000;
}

