.button {
  font-family: "CaeciliaLTPro-56Italic", "Georgia", Cambria, Times New Roman, Times, serif;
}

.button:hover {
  transition: background-color 0.5s ease;
}

.button.is-primary {
  background-color: #00aeef; /* Branding Compass blue*/
  border-color: transparent;
  color: white;
  font-family: "AvenirLTStd-Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.button.is-primary:hover {
  background-color: #0095CC;
}

.notification.is-danger {
  background-color: #da1b5c;
}

.has-brandingcompass-font {
  font-family: "CaeciliaLTPro-56Italic", "Georgia", Cambria, Times New Roman, Times, serif;
}

.business-info {
  color: #333333;
  font-size: 1.1em;
  line-height: 1.5;
  margin-bottom: 0.75em;
}

.copyright {
  color: #999999;
  font-size: 0.85em;
  line-height: 1.5;
  font-family: "AvenirLTStd-Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.copyright a {
  color: #999999;
}

.copyright a:hover {
  color: #999999;
  text-decoration: underline;
}

.button {
  min-width: 150px;
  height: 2.3em;
}
.button-back {
  color: #00aeef;
  font-weight: 400;
  text-align: center;
}
ul.password-details li {
  margin-bottom: 10px;
  line-height: 17px;
}