.button {
  cursor: pointer;
  text-decoration: none !important;
  display: inline-block;
  font-family: Arial, sans-serif;
  font-weight: bold;
  text-align: center;
  color: #fff;
  -webkit-transition: background-color 0.3s, opacity 0.3s;
  transition: all 0.3s ease-in-out;
}
.button.load {
  -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
}
.button.black {
  color: #bcb4a8;
  background: #ece7df;
  border: 1px solid #bcb4a8;
  width: 160px;
  height: 54px;
  line-height: 54px;
  font-size: 13px;
}
.button:hover {
  background-color: #bcb4a8 !important;
  color: #fff;
}

.button2 {
  cursor: pointer;
  text-decoration: none !important;
  display: inline-block;
  font-family: Arial, sans-serif;
  font-weight: bold;
  text-align: center;
  color: #fff;
  -webkit-transition: background-color 0.3s, opacity 0.3s;
  transition: all 0.3s ease-in-out;
}
.button2.load {
  -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
}
.button2.black {
  color: #bcb4a8;
  background: #242424;
  width: 160px;
  height: 54px;
  line-height: 54px;
  font-size: 13px;
}
.button2:hover {
  background-color: #57c5a0 !important;
  color: #fff;
}
