.landingPage,
.authentication {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 167px;
  color: #FFFFFF;
}
.landingPage .contentWrapper,
.authentication .contentWrapper {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 15px;
  box-sizing: border-box;
}
.landingPage .contentWrapper h1,
.authentication .contentWrapper h1 {
  text-align: center;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  font-weight: 700;
}
.landingPage .contentWrapper h2,
.authentication .contentWrapper h2 {
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 20px;
  font-weight: 700;
}
.landingPage .contentWrapper p,
.authentication .contentWrapper p {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
}
.landingPage .contentWrapper .boxButton,
.authentication .contentWrapper .boxButton {
  margin-right: 0;
}
.landingPage .contentWrapper .buttons,
.authentication .contentWrapper .buttons {
  font-size: 0;
  margin: 0 auto;
  display: block;
}
.landingPage .contentWrapper .buttons .boxButton,
.authentication .contentWrapper .buttons .boxButton {
  display: inline-block;
  margin-right: 5px;
}
.landingPage .contentWrapper .buttons .boxButton:last-child,
.authentication .contentWrapper .buttons .boxButton:last-child {
  margin-right: 0;
}
.landingPage .contentWrapper form,
.authentication .contentWrapper form {
  margin: 0;
}
.landingPage .contentWrapper label,
.authentication .contentWrapper label {
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 5px;
  float: left;
}
.landingPage .contentWrapper label.error,
.authentication .contentWrapper label.error {
  color: #F71E33;
}
.landingPage .contentWrapper input,
.authentication .contentWrapper input {
  width: calc(100% - 22px);
  background-color: rgba(255, 255, 255, 0.15);
  color: #FFFFFF;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 13px;
  margin-bottom: 15px;
  height: 34px;
  padding: 0 10px;
}
.landingPage .contentWrapper input.error,
.authentication .contentWrapper input.error {
  border-color: #F71E33;
  background: rgba(247, 30, 51, 0.3);
}
.landingPage .contentWrapper input:hover, .landingPage .contentWrapper input:focus,
.authentication .contentWrapper input:hover,
.authentication .contentWrapper input:focus {
  border-color: #FFFFFF;
}
.landingPage .contentWrapper input::placeholder,
.authentication .contentWrapper input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.landingPage .contentWrapper input[type=submit],
.authentication .contentWrapper input[type=submit] {
  margin-top: 5px;
  margin-bottom: 0;
  border-radius: 5px;
  letter-spacing: 0;
  text-transform: none;
  line-height: 34px;
  height: 34px !important;
  text-align: center;
}
.landingPage .contentWrapper input[type=submit]:hover, .landingPage .contentWrapper input[type=submit]:focus,
.authentication .contentWrapper input[type=submit]:hover,
.authentication .contentWrapper input[type=submit]:focus {
  border-color: #FFFFFF;
}
.landingPage .contentWrapper .link,
.authentication .contentWrapper .link {
  font-size: 13px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 20px;
  display: block;
}
.landingPage .contentWrapper .link:hover, .landingPage .contentWrapper .link:focus,
.authentication .contentWrapper .link:hover,
.authentication .contentWrapper .link:focus {
  color: #FFFFFF;
}
.landingPage .footer,
.authentication .footer {
  padding-top: 40px;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: none;
  margin: 50px 0 0 0;
}
.landingPage .footer img,
.authentication .footer img {
  padding: 0;
  height: 30px;
  opacity: 0.3;
}
.landingPage .footer p,
.authentication .footer p {
  font-size: 13px;
  line-height: 20px;
  padding: 20px 0 30px 0;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.3);
}

/*# sourceMappingURL=authentication.css.map */
