
.otp-form {
  gap: 36px !important;
  width: 80% !important;
}

.button-label{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.try-another-way-container {
  a {
    text-decoration: none;
    color: var(--md-sys-color-on-background);
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: center

  }
}

.login-otp-container {
  .envelo-input-error-message {
    position: relative;
  }
}

.radio-tile-login-otp input[type="radio"] {
  display: none;
}

.radio-tile-login-otp {
  width: 160px;
  height: 160px;
  padding: 16px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 2px;
  border: none;
}

.radio-tile-login-otp label {
  cursor: pointer;
  user-select: none;
  border: 1px solid var(--outline);
}

.radio-tile-login-otp input[type="radio"]:checked + label {
  border: 1px solid var(--secondary) !important;
}

.label-login-otp {
  height: 100px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  flex-direction: column; 
}

.name-device-login-otp {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100px;
  gap: 8px;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  color: var(--md-sys-color-on-background)000;
  letter-spacing: 0.1px;
}

.mobile-svg{
  width: 35px;
  height: 50px;
  gap: 0px;
  opacity: 0px;
}