.company-integration-dialog {
  padding: 32px 0;
}
.company-integration-dialog .company-integration-dialog-header {
  color: #4f4f4f;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 26px */
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 32px 16px 32px;
  border-bottom: 1px solid #ececed;
}
.company-integration-form {
  width: 100%;
}
.company-integration-dialog .container-block {
  margin-bottom: 0px;
}
.company-integration-dialog .block-content{
  padding: 0;
}
.company-integration-dialog .width-40 {
  width: 100%;
  padding: 16px 32px 0 32px;
}
.company-integration-dialog .save{
  display: flex;
  justify-content: end;
  align-items: center;
}
.company-integration-form .error-message{
  display: flex;
    gap: 8px;
    justify-content: center;
    background-color: #FFE6E3;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    color: #DC3E33;
    border-radius: 4px;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}
.company-integration-dialog .eye-svg{
  bottom: 10px;
}
.company-integration-dialog .eye-off-svg{
  bottom: 10px;
}
.company-integration-dialog .material-input-label{
  gap:4px !important;
}
.company-integration-dialog .material-input-label span{
  color: #dc3e33 !important;
}
.company-integration-dialog .check{
  margin-top: 0px;
}