/* Globals */
/* Colors */
/* Z Indexes */
/* Font Styles */
/* Icons */
.auth,
.auth * {
  box-sizing: border-box;
}

.auth {
  display: none;
  background: #ffffff;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.auth-backdrop {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: fill;
}

.auth-rectangle {
  border-radius: 0px;
  opacity: 0.8;
  width: 100%;
  height: auto;
  position: absolute;
  overflow: visible;
  mix-blend-mode: multiply;
}

.auth-logo {
  width: 378px;
  height: 90px;
  position: absolute;
  left: 104px;
  top: 123px;
  overflow: visible;
}

.auth-main-text {
  color: var(--neutral-50, #f8f7f7);
  text-align: left;
  font-family: "SamsungOne-700", sans-serif;
  font-size: 48px;
  font-weight: 400;
  position: absolute;
  left: 104px;
  top: 262px;
  width: 579px;
}

.auth-frame-1000001754 {
  padding: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 10px;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  position: absolute;
  left: 94px;
  top: 565px;
}

.auth-frame-64 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 40px;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 500px;
  position: relative;
}

.auth-text {
  color: var(--neutral-50, #f8f7f7);
  text-align: center;
  font-family: "SamsungOne-700", sans-serif;
  font-size: 20px;
  font-weight: 400;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.auth-cta {
  background: var(--primary-500, #e42d44);
  border-radius: 8px;
  padding: 16px 73px 16px 73px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  gap: 10px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 69px;
  position: relative;
}

.auth-cta1 {
  background: var(--primary-500, #2b2b2b);
  border-radius: 8px;
  padding: 16px 73px 16px 73px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  gap: 10px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 69px;
  position: relative;
}

.auth-cta2 {
  background: var(--surface-500, #2b2b2b);
  border-radius: 8px;
  padding: 16px 73px 16px 73px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  gap: 10px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 69px;
  position: relative;
}

.auth-frame-1000001755 {
  padding: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 10px;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  position: absolute;
  left: 94px;
  top: 390px;
}

.auth-inputs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 24px;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}

.auth-input {
  border-radius: 8px;
  border-style: solid;
  border-color: #ffffff;
  border-width: 1px;
  padding: 21px 23px 21px 23px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  gap: 10px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 585px;
  position: relative;
  overflow: hidden;
  background-color: transparent;
}

.auth-error {
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  padding: 0.5em 1em;
  border-radius: 8px;
  margin-bottom: 30px;
}

.auth-error-bg {
  background-color: #646464;
  border: 2px solid #e42d44;
}

.auth-input {
  color: #ffffff;
  width: 461.5384615385px;
  height: 61.5384615385px;
  font-family: "SamsungOne";
  font-size: 30px;
  color: #eeeeee;
  background: rgba(255, 255, 255, 0.3);
  border: 2px solid transparent;
  border-radius: 7.6923076923px;
  margin: 5.3846153846px auto;
  text-align: left;
  padding: 0 10px;
  /*direction: 				rtl;*/
}
.auth-input.disabled {
  background-color: transparent;
  color: #8C9BAC;
  border-color: #8C9BAC;
}
.auth-input.error {
  border: solid 2px #ef5045;
}
.auth-input.active {
  border: solid 2px #0288D1;
}
.auth-input.using {
  border: solid 2px #FF6D00;
}

.auth-user.disabled, .auth-password.disabled {
  background-color: transparent;
  color: #8C9BAC;
  border-color: #8C9BAC;
}
.auth-user.error, .auth-password.error {
  border: solid 2px #ef5045;
}
.auth-user.active, .auth-password.active {
  border: solid 2px #0288D1;
}
.auth-user.using, .auth-password.using {
  border: solid 2px #FF6D00;
}

.counter-value {
  visibility: hidden;
}

span#secret {
  font-family: "NotoSansMedium";
  font-size: 33.8461538462px;
  display: none;
}

#auth-user {
  margin-bottom: 15px;
}

#auth-pass {
  margin-top: 15px;
}

.highlighted {
  background: #ffffff;
  color: #343C45;
}