@font-face {
  font-family: "Maison Neue";
  src: url("/platform-content/themes/generic-2021/fonts/maisonneuebold-webfont.woff2") format("woff2"), url("/platform-content/themes/generic-2021/fonts/maisonneuebold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Maison Neue";
  src: url("/platform-content/themes/generic-2021/fonts/maisonneuebook-webfont.woff2") format("woff2"), url("/platform-content/themes/generic-2021/fonts/maisonneuebook-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.tns-nav {
  text-align: center;
}
.tns-nav button {
  margin: 0 5px;
  background: #ccc;
  border: 0;
  width: 24px;
  height: 2px;
}
.tns-nav button.tns-nav-active {
  background: #2A96CE;
}

.auth-container {
  position: relative;
  padding: 0 20px 80px;
  text-align: center;
  line-height: 32px;
}
.auth-container .heading {
  margin: 0 0 20px;
  font-family: "maneuropebold_condensed", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 28px;
  line-height: 32px;
}
.auth-container form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 50px 0 0;
}
.auth-container form.loading button {
  position: relative;
  text-indent: -99999em;
  background: none;
}
.auth-container form.loading button:after {
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  margin: 0 0 0 -25px;
  bottom: 0;
  width: 50px;
  height: 50px;
  content: "";
  background: #2A96CE;
  background-image: url("../../images/loading.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 50%;
  border-radius: 50%;
}
.auth-container form.error input {
  background-color: rgba(255, 0, 0, 0.2) !important;
}
.auth-container form > div {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  text-align: center;
}
.auth-container form > div > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 40px;
  width: 100%;
}
.auth-container p {
  max-width: 400px;
  line-height: 28px;
}
.auth-container input:not([type=checkbox]), .auth-container select, .auth-container textarea {
  margin: 0 12px;
  width: 100px;
  height: 140px;
  padding: 5px 15px;
  font-size: 90px;
  line-height: normal;
  text-align: center;
  color: #47A2D8;
  border: 1px solid white;
  outline: 0;
  background-color: white;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  font-weight: 700;
}
.auth-container input:not([type=checkbox]):-ms-input-placeholder, .auth-container select:-ms-input-placeholder, .auth-container textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: gray;
}
.auth-container input:not([type=checkbox])::-moz-placeholder, .auth-container select::-moz-placeholder, .auth-container textarea::-moz-placeholder {
  color: gray;
}
.auth-container input:not([type=checkbox])::placeholder, .auth-container select::placeholder, .auth-container textarea::placeholder {
  color: gray;
}
.auth-container input::-webkit-outer-spin-button,
.auth-container input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.auth-container input[type=number] {
  -moz-appearance: textfield;
}
.auth-container textarea {
  padding: 15px;
}
.auth-container input[type=checkbox] {
  margin: 3px 7px 5px 0;
  background: #2A96CE;
  outline: 0;
}
.auth-container.checkbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
}
.auth-container.checkbox div {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.auth-container.checkbox span {
  display: inline-block;
  margin: 0;
  font-size: 12px;
  line-height: 21px;
  color: #828284;
}
.auth-container .form-controls {
  padding: 40px 20px;
  width: 100%;
}
.auth-container button {
  display: inline-block;
  margin: 0 10px 10px;
  padding: 15px 40px;
  color: white;
  font-size: 18px;
  line-height: 21px;
  font-weight: 300;
  background: #000;
  background-size: 100% 100%;
  border-radius: 55px;
  border: 0;
  transition: 0.1s all ease-out;
  outline: 0;
}
.auth-container button:hover, .auth-container button:focus {
  transform: scale(1.1);
}
.auth-container button:hover {
  background: var(--context-color);
  text-decoration: none;
}
.auth-container button:disabled {
  background: #ccc;
}
.auth-container button:disabled:hover {
  background: #ccc;
  transform: none;
}
.auth-container .mandatory {
  margin: 0 0 0 5px;
  color: #2A96CE;
  font-size: 16px;
}
.auth-container [data-login-stage=success] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.auth-container [data-login-stage=success] p {
  font-size: 16px;
}