html {
  height: 100%;
  box-sizing: border-box;
}

body {
  font-size: 1.6em;
  font-family: "Open Sans", sans-serif;
  position: relative;
  margin: 0;
  padding-bottom: 10%;
  min-height: 100%;
}

.container {
  max-width: 400px;
}

.notification {
  margin: 5% auto;
  max-width: 600px;
}

.cert {
  width: 100px;
}

.button {
  border-radius: 20px;
}

.button-primary {
  background-color: #00a1df !important;
  border-color: #00a1df !important;
}

.button-heroku {
  background-color: #00a1df !important;
  background-color: #79589F !important;
  border-color: #79589F !important;
  color: #fff;
}

.button-heroku:hover {
  color: #fff;
}

.button-heroku:visited {
  color: #fff;
}

.fw-bold {
  font-weight: 400;
}

.text-center {
  text-align: center;
}

.foot-note {
  margin-top: 3rem;
}

.foot-note p {
  font-size: 12px;
}

.foot-note img {
  max-width: 17%;
  position: relative;
  bottom: -23px;
  margin-right: 5px;
}

.einstein {
  max-height: 90px;
  margin-bottom: 10%
}

.einstein-big {
  max-height: 180px;
  margin-bottom: 10%
}

.einstein-small {
  max-height: 100px;
  margin-left: 40%;
  margin-bottom: 10%
}

.private-key-error {
  white-space: pre-line;
}

.wrap-text {
  word-wrap: break-word !important;
  display: inline-block;
  white-space: inherit;
}
