.alert-warning {
    display: none;
}
.validate__identity-message {
    font-size: 16px;
    font-weight: lighter;
    color: #041333;
    margin-left: 25px;
    display: block;
    height: 70px;
    padding-right: 25px;
    line-height: normal;
}
.totp__instruction-list {
    font-weight: bold;
    padding-right: 25px;
    line-height: normal;
    margin-bottom: 23px;
}
.login__totp-barcode {
    height: 120px;
    margin-left: -24px;
}
.login__barcode-container {
    display: flex;
    flex-direction: row;
    margin-bottom: 7px;
}
.login__totp-unableToScan {
    align-self: flex-end;
    font-size: 12px;
    margin-bottom: 8px;
}
.totp__email-message  {
    margin-bottom: 18px;
}

.login__totp-form {
    margin-bottom: 26px;
}

.totp__submit-button {
    width: 100%;
    height: 40px;
    border-radius: 20px;
    background-color: #29bbb0;
    /* background-image: linear-gradient(261deg,#243f95 24%,#00b4a9 100%); */
    color: white;
    border: 0px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0px;
    line-height: 22px;
    text-align: center;
}
.totp__submit-button:disabled, .otp__submit-button:disabled {
    background-color: rgb(208, 215, 219);
    /* background-image: unset; */
    color:#8C9194;
}
.login__totp-input {
    display: block;
    width: 100%;
    height: 48px;
    padding: .5rem;
    border-radius: 4px;
    box-sizing: border-box;
    align-self: center;
    border: solid 1px #D1D1D1;
    padding-right: 8%;
}
.login__totp-input:focus {
    outline: none;
    border:1px solid #29BBB0 !important;
}
.login__totp-key {
    display: flex;
    flex-direction: column;
    margin-left: -16px;
    margin-bottom: 16px;
}
.login__totp-scanBarCode {
    font-size: 12px;
}

#kc-totp-secret-key {
}

.login__otp-submit {
  display: flex;
  flex-direction: row;
  margin-bottom: 40px;
  margin-left: 25px;
  justify-content: space-between;
  padding-right: 25px;
}

.otp__submit-button {
  width: 50%;
  height: 40px;
  border-radius: 20px;
  background-color: #29bbb0;
  /* background-image: linear-gradient(261deg,#243f95 24%,#00b4a9 100%); */
  color: white;
  border: 0px;
  font-family: lato;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 22px;
  text-align: center;
  align-self: end;
}

.otp__submit-button:hover{
  background-color: #29bbb0;
}

.otp__cancel-button {
  background: none!important;
  border: none;
  text-decoration: none;
  cursor: pointer;
  font-family: lato;
  font-size: 14px;
  color: #29bbb0;
}


@media only screen
and (min-device-width: 320px)
and (max-device-width: 500px) {
    .login__totp-key {
        margin-bottom: 16px;
    }
}

@media (max-width: 768px) {
    .login__totp-key {
        margin-bottom: 16px;
    }
}

@media (max-width: 1024px) {
    .login__totp-key {
        margin-bottom: 16px;
    }
}