.notify{
  position:absolute;
  top:0px;
  width:100%;
  height:0;
  box-sizing:border-box;
  color:white;
  text-align:center;
  vertical-align: middle;
  background:rgba(0,0,0,.6);
  overflow:hidden;
  box-sizing:border-box;
  font-size:18px;
  transition:height .2s;
}

.active{
  height:50px;
}

.success{
  background:#03a679;
  color:#f0f0f0;
}

.failure{
  background:#ff3939;
  color:#f0f0f0;
}
