#label-sysad {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  display: flex;
  align-items: center;
  letter-spacing: 0.6px;
  color: #1D1D1D;
/*  position: absolute;*/
/*  left: 0px;
  right: 83.01%;
*/  width: 300px;
  padding-left: 100px;
}

#label-password {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  display: flex;
  align-items: center;
  letter-spacing: 0.6px;
  color: #1D1D1D;
  left: 0px;
  width: 300px;
}

#label-username {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  display: flex;
  align-items: center;
  letter-spacing: 0.6px;
  color: #1D1D1D;
  left: 0px;
  right: 83.01%;
  width: 300px;
}


/*remove later*/
#two-auth-checked {
    font-size: 12px !important;
    font-family: Mulish, sans-serif !important;
}
#two-auth-checked > div > span.dx-checkbox-text {
    padding-top: 2px !important;
}
#two-auth-checked > div > span.dx-checkbox-icon {
    width: 17px !important;
    height: 17px !important;
}
#saparator-auth {
    margin: 0 5px !important;
}

