.buttonload {
  text-align: center;
  background-image: url(../images/loader.gif);
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  margin: auto;
  display: none;
}

.successMessage {
  text-align: center;
  color: #5CF350;
}

.failureMessage {
  text-align: center;
  color: #F3221F;  
}