/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  overflow-x: hidden;
}

::-moz-selection {
  background-color: #1073f7;
  color: #ffffff;
}

::selection {
  background-color: #1073f7;
  color: #ffffff;
}

body {
  color: #333333;
  font-family: "arial", sans-serif;
  font-weight: 500;
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (min-width: 480px) {
  body {
    font-size: 16px;
  }
}
@media screen and (min-width: 700px) {
  body {
    font-size: 17px;
  }
}
@media screen and (min-width: 1050px) {
  body {
    font-size: 18px;
  }
}

.site-container {
  position: relative;
  overflow: hidden;
  max-width: 2000px;
  margin: 0 auto;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #ddd;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.reveal-disabled {
  opacity: 0;
}

.reveal-enabled {
  opacity: 1;
  transition: all 0.4s;
}

.ronik-password-disabled {
  pointer-events: none !important;
  opacity: 0.4 !important;
}

.ronik-password__container {
  position: relative;
}
.ronik-password__container .ronik-password__message {
  padding: 5px;
  position: relative;
  display: inline-block;
  color: #525252;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  transition: all 0.4s;
}
.ronik-password__container .ronik-password__message.weak-password {
  background-color: rgba(255, 0, 0, 0.4196078431);
}
.ronik-password__container .ronik-password__message.medium-password {
  background-color: rgba(255, 255, 0, 0.6);
}
.ronik-password__container .ronik-password__message.strong-password {
  background-color: rgba(0, 255, 64, 0.6);
}
.ronik-password__container .ronik-password__message-additional {
  padding: 5px;
  position: relative;
  display: inline-block;
  color: #525252;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  transition: all 0.4s;
}

.twofa-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 50px;
}
.twofa-wrapper img {
  width: 100%;
  height: 100%;
  max-width: 200px;
  margin: 25px;
}

.pass-reset-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 50px;
}
.pass-reset-wrapper .pass-reset-message {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 400px;
}
.pass-reset-wrapper .pass-reset-message div {
  padding: 10px;
  border-radius: 5px;
  width: 100%;
  color: black;
  text-align: center;
  font-style: italic;
}
.pass-reset-wrapper .pass-reset-message .pass-reset-message__success {
  color: white;
  background-color: green;
}
.pass-reset-wrapper .pass-reset-message .pass-reset-message__nomatch {
  background-color: orange;
}
.pass-reset-wrapper .pass-reset-message .pass-reset-message__missing {
  background-color: orange;
}
.pass-reset-wrapper form {
  width: 100%;
  max-width: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pass-reset-wrapper form .ronik-password__container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
}
.pass-reset-wrapper form .ronik-password__container label {
  padding-bottom: 5px;
}
.pass-reset-wrapper form .ronik-password__container input {
  line-height: 1;
  padding: 5px 10px;
  margin: 5px 0px;
  border: solid 1px;
  border-radius: 2px;
}
.pass-reset-wrapper form .ronik-password__container .ronik-password__message {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 10px;
}
.pass-reset-wrapper form button {
  transition: all 0.4s;
  cursor: pointer;
  background-color: #000;
  color: white;
  border: none;
  padding: 10px;
  border-radius: 4px;
  opacity: 1;
}
.pass-reset-wrapper form button:hover {
  opacity: 0.8;
}

.auth-wrapper {
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  margin: 0 auto;
  padding: 64px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
.auth-wrapper .mfa-message {
  margin: -74px;
  width: calc(100% + 128px);
  margin-bottom: 25px;
  font-family: "gotham-light", sans-serif;
  font-size: 17px;
}
.auth-wrapper .mfa-message .mfa-message__nomatch {
  margin: 0;
  background-color: #D34949;
}
.auth-wrapper .auth-flagger {
  background-color: #1A1A1A;
  width: 249px;
  height: 229px;
  flex: 0 1 auto;
}

.mfa-wrapper, .auth-content, .twofa-wrapper {
  background: white;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 96px 56px;
  max-width: 836px;
  font-family: "gotham-bookgotham-book", sans-serif;
  font-size: 32px;
  line-height: 1.4;
  color: #1A1A1A;
}
.mfa-wrapper h2, .auth-content h2, .twofa-wrapper h2 {
  font-size: 32px;
  line-height: 1;
}
.mfa-wrapper .instructions, .mfa-wrapper form, .auth-content .instructions, .auth-content form, .twofa-wrapper .instructions, .twofa-wrapper form {
  font-family: "gotham-light", sans-serif;
  font-size: 14px;
  padding-top: 28px;
}
.mfa-wrapper .instructions h3, .mfa-wrapper .instructions h4, .mfa-wrapper .instructions h5, .mfa-wrapper .instructions h6, .auth-content .instructions h3, .auth-content .instructions h4, .auth-content .instructions h5, .auth-content .instructions h6, .twofa-wrapper .instructions h3, .twofa-wrapper .instructions h4, .twofa-wrapper .instructions h5, .twofa-wrapper .instructions h6 {
  font-family: "gotham-light", sans-serif;
  font-size: 17px;
  padding-bottom: 28px;
}
.mfa-wrapper .instructions p, .mfa-wrapper .instructions strong, .auth-content .instructions p, .auth-content .instructions strong, .twofa-wrapper .instructions p, .twofa-wrapper .instructions strong {
  padding-bottom: 28px;
}
.mfa-wrapper .instructions p:last-child, .mfa-wrapper .instructions strong:last-child, .auth-content .instructions p:last-child, .auth-content .instructions strong:last-child, .twofa-wrapper .instructions p:last-child, .twofa-wrapper .instructions strong:last-child {
  padding-bottom: 0;
}
.mfa-wrapper .instructions a, .auth-content .instructions a, .twofa-wrapper .instructions a {
  font-family: "gotham-mediumgotham-medium", sans-serif;
  color: #1A1A1A;
  transition: all 0.4s;
  text-decoration: underline;
}
.mfa-wrapper .instructions a:hover, .auth-content .instructions a:hover, .twofa-wrapper .instructions a:hover {
  color: #686868;
}
.mfa-wrapper .instructions ul, .auth-content .instructions ul, .twofa-wrapper .instructions ul {
  margin: 0 16px;
  padding: 0;
}
.mfa-wrapper .instructions ul li, .auth-content .instructions ul li, .twofa-wrapper .instructions ul li {
  padding-bottom: 5px;
}
.mfa-wrapper .instructions ul li:last-child, .auth-content .instructions ul li:last-child, .twofa-wrapper .instructions ul li:last-child {
  padding-bottom: 0;
}
.mfa-wrapper form span, .auth-content form span, .twofa-wrapper form span {
  width: 100%;
  display: flex;
  padding-bottom: 14px;
}
.mfa-wrapper form p, .auth-content form p, .twofa-wrapper form p {
  padding-bottom: 32px;
}
.mfa-wrapper form button, .auth-content form button, .twofa-wrapper form button {
  font-family: "gotham-mediumgotham-medium", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 2.5px;
  color: white;
  transition: all 0.4s;
  text-decoration: underline;
  display: inline-block;
  line-height: 41px;
  text-transform: uppercase;
  text-align: center;
  border: 2px solid #1A1A1A;
  transition: all 250ms ease;
  background-color: #1A1A1A;
  padding: 0 16px;
  white-space: nowrap;
  clear: both;
  font-size: 14px;
  height: 45px;
  text-decoration: unset;
  cursor: pointer;
}
.mfa-wrapper form button:hover, .auth-content form button:hover, .twofa-wrapper form button:hover {
  background-color: #fff;
  color: #1A1A1A;
}
.mfa-wrapper form .button-wrapper, .auth-content form .button-wrapper, .twofa-wrapper form .button-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 40px;
}
.mfa-wrapper form .button-wrapper button, .auth-content form .button-wrapper button, .twofa-wrapper form .button-wrapper button {
  margin-right: 25px;
  position: relative;
}
.mfa-wrapper form .button-wrapper button::after, .auth-content form .button-wrapper button::after, .twofa-wrapper form .button-wrapper button::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #1A1A1A;
}
.mfa-wrapper form .button-wrapper a, .auth-content form .button-wrapper a, .twofa-wrapper form .button-wrapper a {
  color: #1A1A1A;
  transition: all 0.4s;
  text-decoration: none;
  font-family: "gotham-light", sans-serif;
  font-size: 14px;
}
.mfa-wrapper form .button-wrapper a:hover, .auth-content form .button-wrapper a:hover, .twofa-wrapper form .button-wrapper a:hover {
  color: #686868;
}
.mfa-wrapper form [type=radio]:checked,
.mfa-wrapper form [type=radio]:not(:checked), .auth-content form [type=radio]:checked,
.auth-content form [type=radio]:not(:checked), .twofa-wrapper form [type=radio]:checked,
.twofa-wrapper form [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.mfa-wrapper form [type=radio]:checked + label,
.mfa-wrapper form [type=radio]:not(:checked) + label, .auth-content form [type=radio]:checked + label,
.auth-content form [type=radio]:not(:checked) + label, .twofa-wrapper form [type=radio]:checked + label,
.twofa-wrapper form [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}
.mfa-wrapper form [type=radio]:checked + label:before,
.mfa-wrapper form [type=radio]:not(:checked) + label:before, .auth-content form [type=radio]:checked + label:before,
.auth-content form [type=radio]:not(:checked) + label:before, .twofa-wrapper form [type=radio]:checked + label:before,
.twofa-wrapper form [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #000;
  border-radius: 100%;
  background: transparent;
}
.mfa-wrapper form [type=radio]:checked + label:after,
.mfa-wrapper form [type=radio]:not(:checked) + label:after, .auth-content form [type=radio]:checked + label:after,
.auth-content form [type=radio]:not(:checked) + label:after, .twofa-wrapper form [type=radio]:checked + label:after,
.twofa-wrapper form [type=radio]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #000000;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  transition: all 0.2s ease;
}
.mfa-wrapper form [type=radio]:not(:checked) + label:after, .auth-content form [type=radio]:not(:checked) + label:after, .twofa-wrapper form [type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.mfa-wrapper form [type=radio]:checked + label:after, .auth-content form [type=radio]:checked + label:after, .twofa-wrapper form [type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.mfa-wrapper .auth-content-bottom, .auth-content .auth-content-bottom, .twofa-wrapper .auth-content-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 10px;
}
.mfa-wrapper .auth-content-bottom .qr-code-wrapper, .auth-content .auth-content-bottom .qr-code-wrapper, .twofa-wrapper .auth-content-bottom .qr-code-wrapper {
  flex: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 14px;
}
.mfa-wrapper .auth-content-bottom .qr-code-wrapper img, .auth-content .auth-content-bottom .qr-code-wrapper img, .twofa-wrapper .auth-content-bottom .qr-code-wrapper img {
  width: 175px;
  height: 175px;
}
.mfa-wrapper .auth-content-bottom .qr-code-wrapper p, .auth-content .auth-content-bottom .qr-code-wrapper p, .twofa-wrapper .auth-content-bottom .qr-code-wrapper p {
  font-family: "gotham-mediumgotham-medium", sans-serif;
  font-size: 14px;
  text-align: center;
}
.mfa-wrapper .auth-content-bottom .auth-content-bottom__submit, .auth-content .auth-content-bottom .auth-content-bottom__submit, .twofa-wrapper .auth-content-bottom .auth-content-bottom__submit {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 492px;
}
.mfa-wrapper .auth-content-bottom .auth-content-bottom__submit input[name=google2fa_code], .auth-content .auth-content-bottom .auth-content-bottom__submit input[name=google2fa_code], .twofa-wrapper .auth-content-bottom .auth-content-bottom__submit input[name=google2fa_code] {
  flex: 1;
  width: 100%;
  height: 54px;
  border: solid #D3D3D3;
  margin-right: 18px;
  padding: 0px 12px;
}
.mfa-wrapper .auth-content-bottom .auth-content-bottom__submit input[type=submit], .auth-content .auth-content-bottom .auth-content-bottom__submit input[type=submit], .twofa-wrapper .auth-content-bottom .auth-content-bottom__submit input[type=submit] {
  flex: 0;
  font-family: "gotham-mediumgotham-medium", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 2.5px;
  color: white;
  transition: all 0.4s;
  text-decoration: underline;
  display: inline-block;
  line-height: 41px;
  text-transform: uppercase;
  text-align: center;
  border: 2px solid #1A1A1A;
  transition: all 250ms ease;
  background-color: #1A1A1A;
  padding: 0 64px;
  white-space: nowrap;
  clear: both;
  font-size: 14px;
  height: 52px;
  text-decoration: unset;
  cursor: pointer;
}
.mfa-wrapper .auth-content-bottom .auth-content-bottom__submit_error input[name=google2fa_code], .auth-content .auth-content-bottom .auth-content-bottom__submit_error input[name=google2fa_code], .twofa-wrapper .auth-content-bottom .auth-content-bottom__submit_error input[name=google2fa_code] {
  border: solid 1px #FF0000;
}
.mfa-wrapper .auth-content-bottom .auth-content-bottom__submit_error ::-webkit-input-placeholder, .auth-content .auth-content-bottom .auth-content-bottom__submit_error ::-webkit-input-placeholder, .twofa-wrapper .auth-content-bottom .auth-content-bottom__submit_error ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #FF0000 !important;
}
.mfa-wrapper .auth-content-bottom .auth-content-bottom__submit_error ::-moz-placeholder, .auth-content .auth-content-bottom .auth-content-bottom__submit_error ::-moz-placeholder, .twofa-wrapper .auth-content-bottom .auth-content-bottom__submit_error ::-moz-placeholder { /* Firefox 19+ */
  color: #FF0000 !important;
}
.mfa-wrapper .auth-content-bottom .auth-content-bottom__submit_error :-ms-input-placeholder, .auth-content .auth-content-bottom .auth-content-bottom__submit_error :-ms-input-placeholder, .twofa-wrapper .auth-content-bottom .auth-content-bottom__submit_error :-ms-input-placeholder { /* IE 10+ */
  color: #FF0000 !important;
}
.mfa-wrapper .auth-content-bottom .auth-content-bottom__submit_error :-moz-placeholder, .auth-content .auth-content-bottom .auth-content-bottom__submit_error :-moz-placeholder, .twofa-wrapper .auth-content-bottom .auth-content-bottom__submit_error :-moz-placeholder { /* Firefox 18- */
  color: #FF0000 !important;
}
.mfa-wrapper .auth-content-bottom .message, .auth-content .auth-content-bottom .message, .twofa-wrapper .auth-content-bottom .message {
  color: #FF0000;
  font-family: "gotham-light", sans-serif;
  font-size: 14px;
  padding-top: 16px;
  line-height: 1;
  width: 100%;
  padding-bottom: 8px;
}
.mfa-wrapper .auth-content-bottom .auth-content-bottom__goback, .auth-content .auth-content-bottom .auth-content-bottom__goback, .twofa-wrapper .auth-content-bottom .auth-content-bottom__goback {
  width: 100%;
}
.mfa-wrapper .auth-content-bottom .auth-content-bottom__helper, .auth-content .auth-content-bottom .auth-content-bottom__helper, .twofa-wrapper .auth-content-bottom .auth-content-bottom__helper {
  font-family: "gotham-light", sans-serif;
  font-size: 14px;
  padding-top: 24px;
  line-height: 1;
}
.mfa-wrapper .auth-content-bottom .auth-content-bottom__helper a, .auth-content .auth-content-bottom .auth-content-bottom__helper a, .twofa-wrapper .auth-content-bottom .auth-content-bottom__helper a {
  font-family: "gotham-mediumgotham-medium", sans-serif;
  color: #1A1A1A;
  transition: all 0.4s;
  text-decoration: underline;
}
.mfa-wrapper .auth-content-bottom .auth-content-bottom__helper a:hover, .auth-content .auth-content-bottom .auth-content-bottom__helper a:hover, .twofa-wrapper .auth-content-bottom .auth-content-bottom__helper a:hover {
  color: #686868;
}
.mfa-wrapper .auth-content-bottom--sms .auth-content-bottom__submit, .auth-content .auth-content-bottom--sms .auth-content-bottom__submit, .twofa-wrapper .auth-content-bottom--sms .auth-content-bottom__submit {
  width: 100%;
  max-width: inherit;
  flex: 0 1 auto;
  justify-content: flex-start;
  align-items: flex-start;
}
.mfa-wrapper .auth-content-bottom--sms .auth-content-bottom__submit .auth-content-bottom__submit-contents, .auth-content .auth-content-bottom--sms .auth-content-bottom__submit .auth-content-bottom__submit-contents, .twofa-wrapper .auth-content-bottom--sms .auth-content-bottom__submit .auth-content-bottom__submit-contents {
  display: flex;
  flex-direction: column;
  position: relative;
}
.mfa-wrapper .auth-content-bottom--sms .auth-content-bottom__submit .auth-content-bottom__submit-contents input, .auth-content .auth-content-bottom--sms .auth-content-bottom__submit .auth-content-bottom__submit-contents input, .twofa-wrapper .auth-content-bottom--sms .auth-content-bottom__submit .auth-content-bottom__submit-contents input {
  width: auto;
  height: 54px;
  border: solid #D3D3D3;
  margin-right: 18px;
  padding: 0px 12px 0px 50px;
}
.mfa-wrapper .auth-content-bottom--sms .auth-content-bottom__submit .auth-content-bottom__submit-contents input[name=validate-sms-code], .auth-content .auth-content-bottom--sms .auth-content-bottom__submit .auth-content-bottom__submit-contents input[name=validate-sms-code], .twofa-wrapper .auth-content-bottom--sms .auth-content-bottom__submit .auth-content-bottom__submit-contents input[name=validate-sms-code] {
  width: 269px;
}
.mfa-wrapper .auth-content-bottom--sms .auth-content-bottom__submit .auth-content-bottom__submit-contents small, .auth-content .auth-content-bottom--sms .auth-content-bottom__submit .auth-content-bottom__submit-contents small, .twofa-wrapper .auth-content-bottom--sms .auth-content-bottom__submit .auth-content-bottom__submit-contents small {
  font-family: "gotham-light", sans-serif;
  font-size: 14px;
  line-height: 1;
  padding-top: 12px;
}
.mfa-wrapper .auth-content-bottom--sms .auth-content-bottom__submit button, .auth-content .auth-content-bottom--sms .auth-content-bottom__submit button, .twofa-wrapper .auth-content-bottom--sms .auth-content-bottom__submit button {
  height: 56px;
  margin-top: 0;
  width: 100%;
  max-width: 205px;
}
.mfa-wrapper .auth-content-bottom--sms .auth-content-bottom__submit button.btn-disabled, .auth-content .auth-content-bottom--sms .auth-content-bottom__submit button.btn-disabled, .twofa-wrapper .auth-content-bottom--sms .auth-content-bottom__submit button.btn-disabled {
  opacity: 0.5;
  pointer-events: none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #D3D3D3;
  font-size: 17px;
  font-family: "gotham-light", sans-serif;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #D3D3D3;
  font-size: 17px;
  font-family: "gotham-light", sans-serif;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #D3D3D3;
  font-size: 17px;
  font-family: "gotham-light", sans-serif;
}

:-moz-placeholder { /* Firefox 18- */
  color: #D3D3D3;
  font-size: 17px;
  font-family: "gotham-light", sans-serif;
}

.twofa-content, .mfa-content {
  width: 100%;
}

.twofa-message, .mfa-message {
  font-size: 16px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
  width: 100%;
}

.twofa-message__success {
  padding: 15px 20px;
  background-color: #acff7b;
  color: #000;
  margin: 10px 0;
}

.twofa-message__nomatch, .mfa-message__nomatch {
  padding: 15px 20px;
  background-color: #ff6060;
  margin: 10px 0;
}

.mfa-message__message {
  padding: 15px 20px;
  background-color: #ffda60;
  margin: 10px 0;
}

.dev-notice {
  box-shadow: 10px 10px 33px -26px rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 5em;
  right: 0px;
  z-index: 11111111;
  background-color: #acff7b;
  border-radius: 20px 0px 0px 20px;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  transform: scale(0.4);
  transform-origin: right;
}

.dev-notice h4, .dev-notice p {
  padding-bottom: 5px;
}

.registeration-mfa-reset {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 50px;
  border-top: solid 1px #c8c8c8;
  margin-top: 50px;
}
.registeration-mfa-reset button {
  margin-top: 40px;
  font-family: "gotham-mediumgotham-medium", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 2.5px;
  color: white;
  transition: all 0.4s;
  text-decoration: underline;
  display: inline-block;
  line-height: 41px;
  text-transform: uppercase;
  text-align: center;
  border: 2px solid #1A1A1A;
  transition: all 250ms ease;
  background-color: #1A1A1A;
  padding: 0 16px;
  white-space: nowrap;
  clear: both;
  font-size: 14px;
  height: 45px;
  text-decoration: unset;
  cursor: pointer;
}
.registeration-mfa-reset button:hover {
  background-color: #fff;
  color: #1A1A1A;
}
