  .form-trusted-device-wrapper{
    width: 360px;
    height: 296px;
    text-align: center;
    gap: 16px;
  }

.button-wrapper{
  display: flex;
    width: 360px;
    height: 40px;
    padding: 0 16px;
    gap: 16px;
}


.form-trusted-device-text{
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: var(--md-sys-color-on-background);
}

.register-trusted-device-btn {
  width: 156px;
  line-height: 20px;
  font-weight: 700;
  font-size: 14px;
}

.checkbox-wrapper-register-trusted-device{
    display: flex;
    justify-content: center;
}

.cursor-pointer-class:hover{
    cursor: pointer;
    user-select: none;
}

.disable-selection {
  cursor: pointer;
  -webkit-touch-callout: none; 
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none; 
        -ms-user-select: none; 
            user-select: none;
}

.envelo-button-background {
  background-color:var(--secondary) !important;
}