.button {
  background-color: #979da4;
  color: #f9fbfd;
  padding: 10px 15px;
  align-self: center !important;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
}

.button-blue {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 15px;
  border: 2px solid #2da6db;
  color: white !important;
  background-color: #2da6db;
}
.button-transparent {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 15px;
  border: 2px solid #2da6db;
  color: #394b59 !important;
  background-color: transparent;
}
.button-transparent-white {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 15px;
  border: 2px solid #2da6db;
  color: white !important;
  background-color: transparent;
}
.button-dark-blue {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 15px;
  color: white !important;
  background-color: #09344c;
}
.button-logo {
  border: 2px solid #2da6db;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 15px;
  background-color: transparent;
  color: #f9fbfd;
  align-self: center !important;
  justify-content: center;
}
.button-logo img {
  width: 20px;
}
