.header {
  display: flex;
  justify-content: space-between;
}

.tabs {
  display: flex;
  justify-content: space-between;
  list-style: none;
  border-bottom: 1px solid #e0e0e0;
  margin: 0 auto;
  padding: 0;
}

.tabs .tab-item {
  width: 50%;
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
  color: #808080;
  position: relative;
  font-weight: 500;
}

.tabs .tab-item.active-tab {
  color: #50bcb6;
  border-bottom: 3px solid #50bcb6;
}

.tabs-content {
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.tabs-content .tab-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity 0.2s ease,
    max-height 0.4s ease;
}

.tabs-content .tab-content.active-content {
  opacity: 1;
  max-height: 286px;
}

@media (max-width: 875px) {
  .tabs-content .tab-content.active-content {
    max-height: 476px;
  }
}

.tabs-content .tab-content.not-active-content {
  display: none !important;
}

.qr-login {
  background: #f4faff;
}

.qr-steps-list {
  font-size: 12px;
  color: #5c5c5c;
  font-weight: 400;
}

.qr-code-image {
  border-radius: 7px;
  border: 1px solid #ddd;
  background: #fff;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

.alert-box {
  background-color: #eef2ff;
  color: #2446d8;
}

.alert-icon {
  background-color: #2446d8;
  color: white;
  font-weight: bold;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.alert-text {
  flex: 1;
  font-size: 12px;
}

.icon-error_outlined:before {
  color: #002cc4 !important;
}

.register-form .form-header {
  color: #002cc4;
  font-weight: bold;
  margin-bottom: 14px;
}

.spinner-border {
  height: 20px;
  width: 20px;
}

.text-white {
  color: white;
}

.forgot-password {
  height: 18px;
  width: 118px;
  color: #29bbb0;
  font-size: 12px;
  letter-spacing: 0px;
  line-height: 18px;
  text-align: center;
}

.alert.error {
  background-color: #ffd6dc;
  color: #e00023;
}

.alert.error a {
  color: #e00023;
}

.alert {
  border: none;
  line-height: normal;
}

.alert-success {
  background-color: #e8f1e0;
  color: #34571a;
}

.icon-error_outline_outlined.error-icon {
  vertical-align: middle;
  font-size: 24px;
}

@media (max-width: 460px) {
  .qr-container {
    flex-direction: column;
  }
}

.login-form {
  margin-top: 1rem;
}


.fillInformation-v2 {
  font-size: 14px;
  margin-left: 24px;
  margin-right: 24px;
  margin-bottom: 16px;
}

.form-group {
  max-width: 100%;
}

.form-group.required .input-label::after {
  content: "*";
  color: red;
  padding: 3px;
}

.label {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 18px;
}

.password-info {
  color: #d0d2d3;
  font-weight: normal;
}

.input {
  display: block;
  height: 48px;
  border-radius: 4px;
  box-sizing: border-box;
  align-self: center;
  padding: 8px 16px;
  border: solid 1px #d1d1d1;
}

.authChoices {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  color: #000c37;
  margin-bottom: 0 !important;
}

.auth-option {
  margin-bottom: 12px;
}

.register-form .input,
.password,
.username {
  display: block;
  height: 46px;
  border-radius: 8px;
  box-sizing: border-box;
  align-self: center;
  border: solid 1px #d1d1d1;
  caret-color: #29bbb0;
}

.input:focus,
.password:focus {
  outline: none;
  border: 1px solid #29bbb0;
}

.input::placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #d0d2d3;
  letter-spacing: 0;
}

.close-window {
  margin-right: 26px;
  margin-top: 34px;
  font-size: 24px;
  cursor: pointer;
}

#show-password {
  float: right;
  margin-right: 10px;
  margin-top: -30px;
  position: relative;
  z-index: 2;
  vertical-align: center;
}

.show-password,
.username-tip {
  float: right;
  margin-right: 10px;
  margin-top: -30px;
  position: relative;
  z-index: 2;
  vertical-align: center;
}

.username-tip > .info-icon {
  color: #d0d2d3 !important;
}

.username-tip > .fa-xs {
  font-size: 0.65em !important;
}

.username-readonly {
  background-color: #f4f5fa !important;
  border: unset;
  color: #a4a4a5;
}


.email-card {
  background-color: #F4FAFF;
}

.email-border {
  border: 1px solid rgba(0, 0, 0, 0.10);
  width: fit-content;
}

.fs-14 {
  font-size: 14px !important;
}

.login-button {
  height: 40px;
  border-radius: 20px;
  color: white;
  font-weight: 600 !important;
}

.login-button:disabled {
  background-color: #f2f2f2;
  background-image: unset;
  color: #8c9194;
}

.spinner-border {
  color: #29bbb0 !important;
}

.forgot-password {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 18px;
}

.icon-error_outline_outlined.error-icon,
.icon-check_circle_outlined {
  vertical-align: middle;
  font-size: 24px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 500px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .login-form {
    width: 100%;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 900px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .login-form {
    width: 100%;
    margin-bottom: 10px;
  }
}

.register-instructions {
  font-weight: 300;
  margin-top: 1em;
  margin-bottom: 1em;
}

.register-instructions-note {
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 2em;
}

.text-primary {
  color: #29bbb0;
}

#username-error {
  font-size: 12px;
  color: #e00023;
  letter-spacing: 0px;
  line-height: normal;
}
