html,
body,
#root {
  height: 100%;
}
.LoginContainer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100%;
  min-height: 700px;
  background: url('https://assets.adg.org/static/img/pattern-dark.png') center center repeat;
  background-size: 78px auto;
}
.LoginContainer h1 {
  font-family: 'FuturaStd-web', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 23px;
  color: #808080;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 100px;
}
.LoginContainer-loader {
  position: fixed;
  left: 0;
  top: 0;
  height: 3px;
  background-color: #cc0f33;
}
.LoginContainer-form {
  width: 440px;
}
.LoginContainer-form .Input-label {
  color: #fff;
}
.LoginContainer-form .Input-input {
  color: #fff;
  background: #141414;
  border-color: #333333;
  text-transform: none;
}
.LoginContainer-form .Input-input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #141414 inset;
  -webkit-text-fill-color: #fff !important;
}
.LoginContainer-logo {
  display: block;
  position: relative;
  width: 160px;
  height: 80px;
  margin: 0 auto 40px;
}
.LoginContainer-logo svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.LoginContainer-logo svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  pointer-events: none;
}
.LoginContainer-logo:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  border: 2px solid #fff;
  border-left: none;
  opacity: .2;
}
.LoginContainer-row {
  margin-bottom: 20px;
}
.LoginContainer-button {
  width: 220px;
  margin: 40px auto 0;
}
.LoginContainer-linkContainer {
  margin-top: 60px;
  text-align: center;
}
.LoginContainer-link {
  font-size: 11px;
  line-height: 11px;
  color: #fff;
  text-decoration: underline;
  text-align: center;
  text-transform: uppercase;
}
.LoginContainer-link:hover,
.LoginContainer-link:focus {
  text-decoration: none;
}
.LoginContainer-message {
  color: #fff;
  text-align: center;
  font-size: 16px;
  margin-top: -70px;
  margin-bottom: 21px;
  padding: 13px;
}
.LoginContainer-message--error {
  background: #eb1e32;
}
.LoginContainer-message--primary {
  background: #cc0f33;
}
*,
*:after,
*:before {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
body {
  font-family: 'FuturaStd-web', sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  background: #f0f1f4;
  font-size: 0;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -ms-font-feature-settings: "kern" 1;
  font-feature-settings: "kern";
  font-variant-numeric: normal;
  word-wrap: break-word;
}
input,
button,
textarea {
  font-family: 'FuturaStd-web', sans-serif;
  font-weight: 400;
  font-style: normal;
}
input {
  text-transform: uppercase;
}
input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
input::-ms-clear {
  display: none !important;
}
input::-ms-reveal {
  display: none !important;
}
.FixedOnPopup {
  position: fixed !important;
  left: 0 !important;
  width: 100% !important;
}
p:empty:after {
  content: "\A0";
}
sup {
  vertical-align: super;
  font-size: 60%;
}
.Button--loading {
  position: relative;
  pointer-events: none !important;
  color: transparent !important;
  background: transparent !important;
}
.Button--loading:before {
  content: '\A0';
}
.Button--loading:after {
  animation: loading-animation-spin 400ms infinite linear;
  width: 0.032rem;
  height: 0.032rem;
  border-radius: 50%;
  border: 0.004rem solid #ccc;
  border-right-color: #333;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.016rem;
  margin-top: -0.016rem;
}
@media (max-width: 759px) {
  .Button--loading:after {
    width: 0.064rem;
    height: 0.064rem;
    border: 0.008rem solid #ccc;
    border-right-color: #333;
  }
}
@keyframes loading-animation-spin {
  to {
    transform: rotate(1turn);
  }
}
@media (max-width: 759px) {
  .Button--loading:after {
    margin-left: -0.032rem;
    margin-top: -0.032rem;
  }
}
.Button--shake {
  animation: shake .5s linear;
}
@keyframes shake {
  8%,
  41% {
    transform: translateX(-0.01rem);
  }
  25%,
  58% {
    transform: translateX(0.01rem);
  }
  75% {
    transform: translateX(-0.005rem);
  }
  92% {
    transform: translateX(0.005rem);
  }
  0%,
  100% {
    transform: translateX(0);
  }
}
.PopupLoader {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  transition: all 0.25s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 8500;
  background: rgba(255, 255, 255, 0.5);
}
.PopupLoader--visible {
  transition: opacity 0.25s ease-in-out;
  opacity: 1;
  visibility: inherit;
}
.PopupLoader:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.04rem;
  margin-top: -0.04rem;
  width: 0.08rem;
  height: 0.08rem;
  background-repeat: no-repeat;
  background-size: 0.08rem 0.08rem;
  background-image: url('https://assets.adg.org/static/img/member-loading.gif');
}
@media (max-width: 759px) {
  .PopupLoader:after {
    margin-left: -0.08rem;
    margin-top: -0.08rem;
    width: 0.16rem;
    height: 0.16rem;
    background-size: 0.16rem 0.16rem;
  }
}
.isDesktop [data-animation="1"][data-animation-type="fade"][data-animation-state="initial"] {
  opacity: 0;
}
.isDesktop [data-animation="1"][data-animation-type="fade"][data-animation-state="triggered"] {
  transition: 0.8s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.isDesktop [data-animation="1"][data-animation-type="bubble-up"][data-animation-state="initial"] {
  opacity: 0;
  -ms-transform: translateY(0.016rem);
      transform: translateY(0.016rem);
}
.isDesktop [data-animation="1"][data-animation-type="bubble-up"][data-animation-state="triggered"] {
  transition: 0.8s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.8s transform cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.isDesktop [data-animation="1"][data-animation-type="bubble-down"][data-animation-state="initial"] {
  opacity: 0;
  -ms-transform: translateY(-0.016rem);
      transform: translateY(-0.016rem);
}
.isDesktop [data-animation="1"][data-animation-type="bubble-down"][data-animation-state="triggered"] {
  transition: 0.8s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.65s, 0.8s transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.65s;
}
.isDesktop [data-animation="1"][data-animation-type="bubble-down-scale"][data-animation-state="initial"] path {
  -ms-transform: scale(0);
      transform: scale(0);
}
.isDesktop [data-animation="1"][data-animation-type="bubble-down-scale"][data-animation-state="triggered"] path {
  transition: 0.8s transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.25s;
  -ms-transform-origin: 50% 0;
      transform-origin: 50% 0;
}
.isDesktop [data-animation="1"][data-animation-type="fade-scale"][data-animation-state="initial"] {
  opacity: 0;
  -ms-transform: scale(0.7);
      transform: scale(0.7);
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
}
.isDesktop [data-animation="1"][data-animation-type="fade-scale"][data-animation-state="triggered"] {
  transition: 0.8s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.8s transform cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.isDesktop [data-animation="1"][data-animation-delay="0"] {
  transition-delay: 0ms !important;
}
.isDesktop [data-animation="1"][data-animation-delay="50"] {
  transition-delay: 100ms !important;
}
.isDesktop [data-animation="1"][data-animation-delay="100"] {
  transition-delay: 200ms !important;
}
.isDesktop [data-animation="1"][data-animation-delay="150"] {
  transition-delay: 300ms !important;
}
.isDesktop [data-animation="1"][data-animation-delay="200"] {
  transition-delay: 400ms !important;
}
.isDesktop [data-animation="1"][data-animation-delay="250"] {
  transition-delay: 500ms !important;
}
.isDesktop [data-animation="1"][data-animation-delay="300"] {
  transition-delay: 600ms !important;
}
.isDesktop [data-animation="1"][data-animation-delay="350"] {
  transition-delay: 700ms !important;
}
.isDesktop [data-animation="1"][data-animation-delay="400"] {
  transition-delay: 800ms !important;
}
.isDesktop [data-animation="1"][data-animation-delay="450"] {
  transition-delay: 900ms !important;
}
.isDesktop [data-animation="1"][data-animation-delay="500"] {
  transition-delay: 1000ms !important;
}
.isDesktop [data-animation="1"][data-animation-delay="550"] {
  transition-delay: 1100ms !important;
}
.isDesktop [data-animation="1"][data-animation-delay="600"] {
  transition-delay: 1200ms !important;
}
.isDesktop [data-animation="1"][data-animation-delay="650"] {
  transition-delay: 1300ms !important;
}
.isDesktop [data-animation="1"][data-animation-delay="700"] {
  transition-delay: 1400ms !important;
}
.isDesktop [data-animation="1"][data-animation-delay="750"] {
  transition-delay: 1500ms !important;
}
.isDesktop [data-animation="1"][data-animation-delay="800"] {
  transition-delay: 1600ms !important;
}
.isDesktop [data-animation="1"][data-animation-delay="850"] {
  transition-delay: 1700ms !important;
}
.isDesktop [data-animation="1"][data-animation-delay="900"] {
  transition-delay: 1800ms !important;
}
.isDesktop [data-animation="1"][data-animation-delay="950"] {
  transition-delay: 1900ms !important;
}
.isDesktop [data-animation="1"][data-animation-delay="1000"] {
  transition-delay: 2000ms !important;
}

/*# sourceMappingURL=login.acb7128c.css.map*/