* {
  box-sizing: border-box;
}

html, body {
  height: 100%;
  max-height: 100%
}

body {
  margin: 0;
  background: url('../img/background.jpg') center no-repeat;
  background-size: cover;
  font-family: 'Montserrat', sans-serif;
}

.fill-remaining-space {
  flex: 1 1 auto;
}

.toting-centered-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.toting-box-wrapper {
  padding: 32px;
  box-shadow: 0 10px 50px 0;
  background: #fff;
  min-width: 510px;
}

.toting-header {
  display: flex;
  height: 85px;
}

.toting-header-name {
  align-self: center;
  text-align: center;
  font-size: 21px;
  font-weight: bold;
}

.toting-content {
  min-height: 141px;
  display: flex;
  align-items: center;
}

.toting-primary-button {
  background-color: #FFEC00;
  margin: 0 auto;
  width: 100%;
}

.toting-primary-button a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 15px 0;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  color: #0A0A0A;
  text-transform: uppercase;
}

.toting-bottom-info {
  margin: 30px 0 0;
}

.toting-bottom-info p {
  color: #90989C;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}

.toting-bottom-info a {
  color: #90989C;
  font-size: 14px;
  text-decoration: none;
}

.toting-bottom-info a:hover {
  text-decoration: underline;
}
