/* THEME VARIABLES */
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap");
/* RESETS */
a {
  color: inherit; }
  a:hover {
    color: unset !important;
    text-decoration: none; }

/* THEME OVERRIDES */
.alert-error {
  border: none; }

.card-pf {
  min-height: 60vh;
  position: relative; }

.control-label {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff; }
  .has-error .control-label {
    color: #fd0101; }

#circle {
  left: auto;
  top: auto;
  transform: initial; }

.w-100 {
  width: 100%;
}

.login-otp-header--container {
  margin-bottom: 2rem;
  align-self: baseline;
}

.login-otp-header--headline {
  color: white;
}

.login-logo-container {
  display: block;
  margin: 0 auto;
}
.sds-sidebar {
  min-height: 100vh;
  width: 33.33%;
  display: flex;
  align-items: center;
  background: #000; }
  .sds-sidebar.full-width {
    width: 100%; }
  @media screen and (max-width: 1020px) {
    .sds-sidebar {
      width: 100% !important;
      max-width: 100%; } }

.sds-heading {
  color: #fdc201;
  font-size: 5rem !important;
  font-weight: normal;
  margin-bottom: 50px;
  font-family: "Source Sans Pro", sans-serif;
  text-align: left !important; }

.sds-input {
  position: relative;
  min-height: 40px;
  border-bottom: 2px solid transparent;
  padding-bottom: 42px; }
  .sds-input::before {
    content: "";
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 45%;
    transform: translateY(-50%); }
  .sds-input::after {
    content: "";
    display: block;
    height: 2px;
    opacity: 1;
    border-radius: 0.5px;
    background: rgba(173, 158, 159, 0.2);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%; }
  .sds-input .form-control {
    background-color: transparent;
    border: none;
    color: #fdc201;
    position: absolute;
    z-index: 1;
    height: 100%;
    border-bottom: 2px solid transparent;
    padding-left: 60px;
    box-shadow: none;
    font-size: 14px; }
    .sds-input .form-control::placeholder {
      color: #999999;
      font-style: normal;
      font-size: 14px; }
    .sds-input .form-control:focus {
      outline: none;
      box-shadow: none;
      border-color: #fdc201; }
      .has-error .sds-input .form-control:focus {
        border-color: #fd0101; }
  .sds-input--focused::after {
    background: #ad9e9f;
    opacity: 1; }
  .sds-input--username::before {
    background-image: url("../img/user.png");
    width: 40px;
    height: 40px; }
  .sds-input--password::before {
    background-image: url("../img/lock.png");
    width: 40px;
    height: 40px; }
  .sds-input--focused.sds-input--username::before {
    background-image: url("../img/user.png"); }
  .sds-input--focused.sds-input--password::before {
    background-image: url("../img/lock.png"); }

.sds-forgot-password,
.sds-register {
  width: 100%;
  position: relative;
  z-index: 99999;
  font-family: "Source Sans Pro", sans-serif; }
  .sds-forgot-password::before,
  .sds-register::before {
    content: '';
    height: 10px;
    width: 18px;
    display: inline-block;
    background-image: url("../img/right.png");
    background-repeat: no-repeat;
    background-size: 100% 100%; }
  .sds-forgot-password span,
  .sds-register span {
    display: inline-block !important;
    font-size: 14px; }
  .sds-forgot-password a,
  .sds-register a {
    color: #ad9e9f;
    opacity: 0.5;
    padding-left: 25px;
    transform: translateX(-20px);
    display: inline-block; }
    .sds-forgot-password a:focus,
    .sds-register a:focus {
      outline: none; }
    .sds-forgot-password a:hover,
    .sds-register a:hover {
      text-decoration: none;
      color: inherit;
      opacity: 0.8; }
  .sds-forgot-password--back::before,
  .sds-register--back::before {
    transform: rotateZ(-180deg); }

.sds-btn {
  background: #fdc201 !important;
  border-radius: 100px;
  border: none;
  outline: none;
  padding: 15px 20px;
  font-size: 14px;
  font-weight: bold;
  margin-top: 50px !important;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif; }
  .sds-btn:hover {
    opacity: .8;
    color: #fff; }
  .sds-btn:focus {
    outline: none !important;
    border: none !important;
    opacity: 0.8; }
  .sds-btn:disabled {
    background: #fdc201 !important;
    opacity: 0.8; }

.mt-1 {
  margin-top: 1rem
}

.sds-input-error {
  color: #fd0101;
  display: block;
  padding-left: 20px;
  font-size: 12px;
  margin-top: 2px; }

.sds-link {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.sds-link a {
  color: #e4e4e4;
  font-family: "Source Sans Pro", sans-serif;
  opacity: 0.5;
  position: relative;
}

.sds-link a:not(:last-of-type) {
  border-right: 1px solid #e4e4e4;
  padding: 0 10px;
}
  .sds-link a:last-of-type {
    padding-left: 13px;
  }

.sds-pass {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 66.67%;
  background-color: #373737; }

.sds-checkbox {
  position: relative;
  margin-top: 18px;
  color: #fff;
  cursor: pointer;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-weight: normal;
  padding-left: 50px;
  -webkit-user-select: none; }
  .sds-checkbox a {
    color: #fdc201; }
  .sds-checkbox__input {
    position: absolute;
    height: 15px;
    width: 15px;
    cursor: pointer;
    opacity: 0; }
  .sds-checkbox__input:checked ~ .sds-checkbox__mark {
    background: url("../img/checked.png") center/contain no-repeat; }
  .sds-checkbox__mark {
    position: absolute;
    top: 3px;
    left: 20px;
    height: 15px;
    width: 15px;
    background-color: #eee; }

#kc-form-buttons {
  margin-top: 0; }

#kc-locale-dropdown {
  display: none; }

#kc-register-form {
  margin-top: 30px; }

.cookies-eu-banner {
  color: black;
  background-color: #d9d9d9;
  padding: 15px;
  position: fixed;
  top: 0;
  z-index: 9999;
  left: 0;
  width: 100%; }
  .cookies-eu-banner__compliance {
    color: black;
    font-size: 16px; }
  .cookies-eu-banner__complianceLink {
    color: inherit;
    font-weight: bold;
    font-size: 0.9em;
    padding: .8em 1.8em;
    border-color: transparent;
    background-color: #f1d600; }
    .cookies-eu-banner__complianceLink:focus {
      border: none; }
  .cookies-eu-banner__content {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .cookies-eu-banner__text {
    font-size: 16px;
    margin: 0 1em; }
    .cookies-eu-banner__text a {
      color: inherit; }

.sds-field__container {
  width: 100%;
  height: inherit;
  left: 0; }

  .sds-field__container.-md {
    position: relative;
    top: unset;
    transform: unset;
    width: 48%;
    padding-bottom: 200px;
    max-width: 500px;
    margin: 92px auto 0; }

.sds-fixed-header {
  background: #373737;
  padding: 5px 20px;
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000; }

.sds-header {
  margin-bottom: 6rem;
  width: 100%; }
  .sds-header__img {
    display: block;
    margin: 0 auto; }
  .sds-header__text h1 {
    margin: 0; }

.sds-login {
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap; }

.login-pf-page {
  overflow-x: hidden; }

.login-pf-header {
  align-items: center !important;
}

.pficon-error-circle-o:before {
  color: #ed1c2a; }

.d-none {
  display: none; }

.no-space {
  margin: 0;
  padding: 0; }

.pr-10 {
  padding-right: 10px; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #fdc201 !important; }

.sds-scrollbar, .sds-sidebar.full-width {
  overflow: auto; }
  .sds-scrollbar::-webkit-scrollbar, .sds-sidebar.full-width::-webkit-scrollbar {
    width: 8px; }
  .sds-scrollbar::-webkit-scrollbar-track, .sds-sidebar.full-width::-webkit-scrollbar-track {
    background-color: transparent;
    box-shadow: inset 0 0 6px rgba 0, 0, 0, 0.3;
    border-radius: 3px; }
  .sds-scrollbar::-webkit-scrollbar-thumb, .sds-sidebar.full-width::-webkit-scrollbar-thumb {
    border-radius: 30px;
    background-color: #1F1F1F; }

#userLanguage-button {
  border: none;
  background-color: transparent;
  color: gray;
  width: 100%;
  padding: 14px 0 0; }
  #userLanguage-button:focus {
    outline: none; }