.button {
  color: rgb(255, 255, 255);
  background-color: rgb(70, 145, 251);
  border-color: rgb(70, 145, 251);
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  outline: 0px;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 0px 15px;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  border-radius: 4px;
  margin: 0px 10px 0px 0px;
  -webkit-box-pack: center;
  justify-content: center;
  user-select: none;
  position: relative;
  text-transform: none;
  overflow: visible;
  height: 42px;
  font-family: Ubuntu;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  border-radius: 8px;
}
.button:hover {
  background-color: rgb(49, 111, 212);
  border-color: rgb(49, 111, 212);
}
.button:active {
  background-color: rgb(31, 81, 173);
  border-color: rgb(31, 81, 173);
}
.button.secondary {
  border-color: #d9e0ec !important;
  color: #3c86c8 !important;
  background-color: #ffffff !important;
}
.button.secondary:hover {
  color: #ffffff !important;
  background-color: #4aa0eb !important;
}