body {
  background-color: var(--thortal-main-blue);
}

#id_login {
  height: 60px;
  padding-left: 20px;
}

#id_otp_token {
  height: 60px;
  border-radius: 0;
}

#id_phone_number {
  height: 60px;
  border-radius: 0;
  border: none;
}

#id_password {
  height: 60px;
  border: none;
  border-radius: 0;
}

.logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.logo-img {
  width: 330px;
  height: 50px;
}

.login-img {
  margin-right: 0.5rem;
}

label, #id_otp_device {
  display: none;
}

#div_id_otp_token > label {
  display: block;
  color: #FBFBFD;
  font: normal normal 600 18px/24px Montserrat;
}

.container {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.row {
  width: 100%;
}

#id_username {
  height: 60px;
  border-radius: 0;
  border: none;
}

.primaryAction {
  font: normal normal 600 18px/22px Montserrat;
  background-color: var(--light-blue);
  color: var(--white);
  height: 60px;
  border-color: transparent;
  border-radius: 0;
}

.secondaryAction {
  color: var(--white);
  font-size: 14px;
}

.forgot-password {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}

.qr-code-image {
  -webkit-filter: invert(100%); /* Safari/Chrome */
  filter: invert(100%);
}

.description {
  font: normal normal normal 14px/24px Montserrat;
  color: #FBFBFD;
}

.tfa {
  font: normal normal 900 32px/46px Montserrat;
  color: #FBFBFD;
}

.secondaryAction:hover {
  color: white;
}

.secondaryAction {
  font: normal normal 600 14px/18px Montserrat;
}

.auth-form {
  width: 450px;
  margin: 0 auto
}


.login-divider {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 20px 0;
}

.login-divider::before,
.login-divider::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #cacaca;;
}

.login-divider span {
  padding: 0 15px;
  color: #cacaca;
  font-size: 0.9em;
}

.sso-login-btn {
  color: white !important; 
  text-decoration: none !important;
  font-family: 'Montserrat';
  font-weight: 600;
}
