edit-agent-tcpandudp {
  display: block;

  label {
    width: 60px;
    text-align: right;
    margin-right: 10px;
  }

  .dialog-field {
    margin-bottom: 10px;

    .form-control {
      display: inline-block;
      height: 24px;
    }

    .caution {
      margin-left: 70px;
      color: #D96557;
    }
  }

  .edit-input {
    width: 70%;
    height: 30px;
  }

  button {
    background-color: var(--global-theme-color-light, #04BEB4);
    border: none;
    border-radius: 5px;
    margin-left: 18px;
    color: #fff;
  }
}
