html,
body {
  height: 100dvh;
}

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  color: #ffffff !important;
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: fixed;
  font-family: "Titling Gothic FB Condensed Bold", sans-serif;
  font-weight: 400;
  flex-direction: column;
  align-content: stretch;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

.font-narrow {
  font-family: "Titling Gothic Narrow";
}

.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.2;
}

.font-weight-normal {
  font-weight: 400;
}

.font-weight-semibold {
  font-weight: 500;
}

.rounded-full {
  border-radius: 100%;
}

.font-size-lg {
  font-size: 1.25rem;
}

.font-size-md {
  font-size: 1rem;
}

.font-size-sm {
  font-size: 0.875rem;
}

main {
  flex: 1;
  padding: 1rem 0 0.75rem 0;
  display: flex;
  max-width: 26.25rem;
  flex-direction: column;
  align-items: center;
}

.logo-row {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 1.25rem;
  position: relative;
  min-width: 20rem;
}

.content-row {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0 1.25rem;
  min-width: 20rem;
}

.form-signin {
  width: 100%;
  max-width: 100%;
  margin: auto;
  background: #000;
}

footer {
  color: #ffffff !important;
  font-size: 0.6875rem;
  background: #000;
  width: 100%;
  padding: 0.3125rem 0.625rem;
}

footer a {
  color: #ffffff !important;
  display: block;
}

@media only screen and (min-width: 37.5rem) {
  footer {
    text-align: right;
  }

  footer .copyright {
    float: left;
  }

  footer a {
    display: inline;
    margin-left: 1rem;
  }
}

footer a:hover {
  color: #ffffff !important;
  text-decoration: underline;
}

.logo {
  width: 8.4375rem;
  height: auto;
  margin: 0 auto;
}

.locale-select {
  position: absolute;
  right: 1rem;
  top: 0.5rem;
}

.locale-select a {
  font-family: "Titling Gothic FB Condensed Regular", sans-serif;
}

.locale-select a.active {
  font-family: "Titling Gothic FB Condensed Bold", sans-serif;
}

.alert-without-heading {
  margin-top: 1rem;
}

.alert {
  margin-top: 0.5rem;
}

.h1,
.h2,
.h3 {
  font-family: "Titling Gothic FB Condensed Bold", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.h3.mb-3.font-weight-normal,
.headline-with-sticker {
  margin-top: 2rem;
  position: relative;
  padding-left: 1.25rem;
}

.h3.mb-3.font-weight-normal::before,
.headline-with-sticker::before {
  content: "";
  position: absolute;
  top: -1.4375rem;
  left: -0.1875rem;
  width: 1.875rem;
  height: 1.875rem;
  background: url("../icons/Live-Ticker-Icons.f9659b3b11c7.png") no-repeat;
  background-size: contain;
}

.form-control {
  background-color: #181818 !important;
  color: #ffffff !important;
  border-radius: 0;
  border: none !important;
  height: auto;
}

.form-control:not(:placeholder-shown),
.form-control:hover {
  border: none !important;
}

.form-control {
  box-shadow: none;
  border: none !important;
}

.form-control:focus {
  box-shadow: none;
  border: none !important;
  color: #ffffff !important;
  font-weight: 400 !important;
  font-family: inherit !important;
  transition: none !important;
  background-color: #181818 !important;
}

.form-control:hover {
  box-shadow: none;
  border: none !important;
  color: #ffffff !important;
  font-weight: 400 !important;
  font-family: inherit !important;
  transition: none !important;
  background-color: #181818 !important;
}

.form-label-group {
  background-color: #181818 !important;
  height: 3.5rem;
}

.form-label-group label {
  font-family: "Titling Gothic FB Condensed Bold", sans-serif;
  font-weight: 300;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.form-label-group input:not(:placeholder-shown) ~ label {
  color: #ffffff !important;
}

input:not(:focus)::placeholder {
  display: none;
}

#invalid-email-address {
  display: none;
}

#input-username,
#input-password,
#input-code,
#input-email,
#input-password-repeat,
#id_email {
  color: #ffffff;
}

#input-username::placeholder,
#input-password::placeholder,
#input-code::placeholder,
#input-email::placeholder,
#input-password-repeat::placeholder,
#id_email::placeholder {
  color: #ffffff;
}

label[for="input-username"],
label[for="input-password"],
label[for="input-code"],
label[for="input-email"],
label[for="input-password-repeat"],
label[for="id_email"] {
  color: #ffffff;
}

.locale-select {
  text-align: right;
}

.locale-select a,
.locale-select span {
  color: #ffffff !important;
}

.btn {
  border-radius: 0;
  border: 0 none;
  text-transform: uppercase;
  font-family: "Titling Gothic FB Condensed Bold", sans-serif;
  font-weight: 600;
  letter-spacing: 0.008125rem;
  padding: 0.5rem;
  position: relative;
  transform: translateZ(0);
}

.btn-primary {
  background: rgb(255 0 0);
}

.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active {
  background: rgb(255 0 0);
  border-color: rgb(255 0 0);
}

.btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(127, 127, 127, 0.1);
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: 0.3s all ease;
}

.btn-primary:before {
  background: #b70217;
}

.btn-primary:hover:not([disabled]):before,
.btn-secondary:hover:not([disabled]):before,
.btn-ghost:hover:not([disabled]):before {
  transform: scaleX(1);
}

#signin-form-submit.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #181818 !important;
  color: #ffffff !important;
  border: none !important;
}

.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.125rem #000;
}

.btn-secondary {
  background: #fff;
  color: #d0021b;
}

.btn-secondary:hover,
.btn-secondary:not(:disabled):not(.disabled):active {
  background: #000000;
  border-color: #000000;
}

.btn-secondary:before {
  background: #262626;
}

.btn-ghost {
  background: #000;
  color: #666;
}

.btn-ghost:hover,
.btn-ghost:not(:disabled):not(.disabled):active {
  background: #000;
  border: none !important;
  color: #444;
}

.btn,
.btn-separator {
  font-size: 1.125rem;
}

.btn-sm {
  font-size: 0.875rem;
}

.btn-separator {
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  text-align: center;
  font-family: "Titling Gothic FB Condensed Bold", sans-serif;
  font-weight: 500;
  margin: 1.5rem 0;
}

.btn-separator span {
  background: #000;
  z-index: 1;
  padding: 0.625rem;
}

.btn-separator::before {
  border-top: 0.0625rem solid #fff;
  content: "";
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.text-primary {
  color: rgb(255 0 0) !important;
}

a.text-primary:hover {
  color: rgb(255 0 0) !important;
  text-decoration: underline !important;
}
